S
steve
Could anyone help with the following?
I have an web application that has a regular ASP.Net interface and a Web
service interface. Bot the the ASP.NET and Web Serivce do very little before
passing control into a common Class Library (C#).
Both methods work fine accessing a virtual directory on the local web
server, however if I redirect the virtual directory to a share on another
computer, requests (for example File.exist) orignating from the ASP.NET are
OK, but the web service requests are refused. Do web services run under a
different account or do I need to do something different ?
I have an web application that has a regular ASP.Net interface and a Web
service interface. Bot the the ASP.NET and Web Serivce do very little before
passing control into a common Class Library (C#).
Both methods work fine accessing a virtual directory on the local web
server, however if I redirect the virtual directory to a share on another
computer, requests (for example File.exist) orignating from the ASP.NET are
OK, but the web service requests are refused. Do web services run under a
different account or do I need to do something different ?