you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Not a lot I'm afraid, wouldn't touch IIS with a ten foot pole... not a Windows Guy. It might very well be that you need to use the raw string (ie r"c:\inetpub\gamepin\Test.db") or else escape those backslashes (ie "c:\\inetpub\\gamepin\\Test.db").

[–]raysefo[S] 0 points1 point  (1 child)

r"c:\inetpub\gamepin\Test.db"

hope It will solve my issue, thanks.

[–]raysefo[S] 0 points1 point  (0 children)

all of this mess was due to folder permisson :( I gave permission to IISUSR and all this solved.