Please help - What am I missing?

  • Thread starter Thread starter Chris Kettenbach
  • Start date Start date
C

Chris Kettenbach

Why are my ASP.NET apps giving me this message? I am unable to get anything
to work. Thanks for any help.
Server Application Unavailable

Regards,
CK
 
Chris Kettenbach said:
Why are my ASP.NET apps giving me this message? I am unable to get anything
to work. Thanks for any help.
Server Application Unavailable

I've had this problem when I copied application files to the server using
Web-based remote administration tool. And the issue was with file system
access rights. As soon as I allowed ASPNET to read from the directory,
problem was fixed. Try to look in that direction...

Regards,
Dmitry
 
Back
Top