T
Tenacious
I have a simple asp.net web service that is trying to create or open
an existing file in the same directory as the web service. There is no
password authentication required for this web service. In the
web.config file I have set authorization to <allow users="*" />. I
have also tried <allow users="?" />
My web service application creates and opens an existing file running
under localhost on my development system. When my application trys to
create or open an existing file while running on a Windows 2003 server
I get a System.UnauthorizedAccess Exception.
Through the IIS manager I have setup the virtual directory to allow
writes and reads. I am running version 2.0 of the .Net Framework. If
anyone has any ideas as to what the slution may be, I would appreciate
your suggestions.
an existing file in the same directory as the web service. There is no
password authentication required for this web service. In the
web.config file I have set authorization to <allow users="*" />. I
have also tried <allow users="?" />
My web service application creates and opens an existing file running
under localhost on my development system. When my application trys to
create or open an existing file while running on a Windows 2003 server
I get a System.UnauthorizedAccess Exception.
Through the IIS manager I have setup the virtual directory to allow
writes and reads. I am running version 2.0 of the .Net Framework. If
anyone has any ideas as to what the slution may be, I would appreciate
your suggestions.