asp.net not working

  • Thread starter Thread starter abcd
  • Start date Start date
A

abcd

I have installed .net framework 1.1 when I create simpel Hello.aspx its not
working
I am using Windows XP SP2.

I reinstalled .net framework by calling aspnet_regiis -i

I get below message when browsed the Hello.aspx

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.
 
Create a folder in C:\inetpub\wwwroot directory and copy the hello.aspx file
in the folder. Right-click on the folder in Properties in web sharing tab
share the folder .

Then open your browser, type the following in address bar:

http://localhost/<folder name>/hello.aspx

Happy Coding !!!!!!!!1
Raj
 
Back
Top