Hello,
I did one Webservice Application on ASP.net . I am having some code inside
to write message to log file. I am getting the error as "Unauthorized Access
for writing into the file "C:\Example.dbg" ". I am using Windows 2003 Server
without the .Net development environment(Where the WebService is deployed).
Thanks & Regards
Mahesh
Andrew Brook - 07 Sep 2006 13:55 GMT
How about giving the ASP.NET process write access to the file?
in the past ive given access to the <machinename>\ASPNET account and this
has allowed the web application to access files which are outside the scope
of the site/service.
Andrew
> Hello,
> I did one Webservice Application on ASP.net . I am having some code inside
[quoted text clipped - 7 lines]
> Thanks & Regards
> Mahesh