Application Unavailable

  • Thread starter Thread starter Curt Emich
  • Start date Start date
C

Curt Emich

When I try to launch a local .NET application on my laptop, I'm getting the
error: "Server Application Unavailable". I'm told to look in a log file,
but I see no log files in the IIS directory. I know the service is running.
Any ideas?
 
Hi,

It's in Event Viewer you should look, and not in the IIS logfile directory.

Take a look there and see if that gives you any clue.

--
Regards,
Kristofer Gafvert
http://www.ilopia.com - My personal Web Site, with information about things
i find interesting, for example Windows Server 2003.
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
 
I had the same problem. See: http://www.asp.net/faq/ms03-32-Issue.aspx for
details on how to fix.

However, at the link above, they provide a download to run as part of the
solution,
if you have both the 1.0 and the 1.1 frameworks installed you will need to
comment out the line in the bat file that checks for 1.1.
 
This is not the cause of the problem, see my other post. SQL server is not
required to run ASP.NET.
 
Back
Top