I am trying to access a web service that resides in a seperate solution.
In another solution solution, I have a web form consuming the web
service. I set a web reference to the web service in my other solution.
Once I do this, I create an instance of the web service. I have
intelisense and can see the web methods of the web service. I call the
method I want to use and at runtime keep receiving the following error:
"Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary
ASP.NET Files\brpclient\9da539e2\b01257c7\hash.web" is denied.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code."
where BRPClient is my web service project in a seperate solution. Anybody
know what is going on here? I made ASPNET user an admin and that did not
resolve the problem.