Application

  • Thread starter Thread starter Jimmy J.
  • Start date Start date
J

Jimmy J.

Hello can some one please help me, its been a while that I've been having
this problem.
I have trying to write web application in vs2005.The application work fine
in vs2005 ie while running by pressing F5, however when i type
address in the browser's address bar like
http://localhost/myapp/index.asp it give following Error.

Server Error in '/' Application.
 
Hello can some one please help me, its been a while that I've been having
this problem.
I have trying to write web application in vs2005.The application work fine
in vs2005 ie while running by pressing F5, however when i type
address in the browser's address bar like
http://localhost/myapp/index.asp it give following Error.

Server Error in '/' Application.

Sounds like you're using the built-in webserver (aka Cassini) rather than
IIS...
 
Back
Top