Access denied? why would I get this message?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I just finished publishing a completed project with basic authenticaion of IIS and windows Authentication of .net. The application works fine in the developement area but getting this message on the production server.

I am treating all the exceptions, so it is probably happening before starting the application, but error page is the default error page of .net with abstract information...

thanks for your help in advance.
 
If you can't load a basic.aspx that does nothing, then the most likely
problem is a permissions problem for the ASPNET account (or whatever account
asp.net is running under).

Reza Solouki said:
Hello,

I just finished publishing a completed project with basic authenticaion of
IIS and windows Authentication of .net. The application works fine in the
developement area but getting this message on the production server.
I am treating all the exceptions, so it is probably happening before
starting the application, but error page is the default error page of .net
with abstract information...
 
Back
Top