Application Wont Run in Production

  • Thread starter Thread starter troutbum
  • Start date Start date
T

troutbum

I have an asp.net application running on a web server. I created
another application, but I get the following error "Access to the path
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\"
We tried restarting the web server, checking the .net user security
both of the webs have the same configuration. The application does
work on my local web server setup the same way.
 
Check the ACLs on that directory to make sure the user account you are
running ASP.NET under has permissions on it.
 
Back
Top