Wednesday 16 October 2013

Installing ASP.net

1.  Open the start menu (windows button on the bottom left of your screen) and use the search bar to search "turn windows features on or off".


2.  Click the check box beside .NET Extensibility, ASP, ASP.NET.


3.  Start IIS Manger.


4.  Place the desired ASP file in "C:\inetpub\wwwroot".


5.  To view the file, type in localhost/(filename).aspx, in my case it was "http://localhost/dropdowndemo.aspx".


.

No comments:

Post a Comment