TheWizardofInt Posted January 5, 2005 Posted January 5, 2005 Here is the dilemma: Windows 2000 server, running .Net Env v 1.1, ASPNet user, IUSR, IWAM and the USERS user group have read/write access to the directory c:\apps\files In c:\apps\files there is a licence.dbf that a webservice has to read to tell you that you have permission to go on. The program can't read from that file location. It can access an Access database from within the wwwroot ok. It can access other drives on the server. I tried to impersonate the Administrator user, no change. I also tried a Windows app that I wrote to do the same thing - no change. VB.Net just can't read the c:\ drive outside of the wwwroot. I also tried to change .Net security to increase trust on the Intranet to full - no effect Anyone had this problem before? Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
Administrators PlausiblyDamp Posted January 5, 2005 Administrators Posted January 5, 2005 Any chance you could post the code you are using to access the c:\apps folder? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.