Unable to access file on 2000 Server

TheWizardofInt

Well-known member
Joined
Dec 31, 1969
Messages
333
Location
Orlando, FL
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 cant 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 cant 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?
 
Back
Top