Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.Net 2.0 and IIS 1

Status
Not open for further replies.

JontyMC

Programmer
Joined
Nov 26, 2001
Messages
1,276
Location
GB
Just downloaded the ASP.Net 2.0 beta. How do I get my web app to run on IIS rather than the default new ASP.Net web server?

Jon

"Asteroids do not concern me, Admiral. I want that ship, not excuses.
 
You will need to install the v2 framework

This requires that you find the aspnet_regiis.exe

do a search and find the directory that it exists in. then execute it..

A script I used with the last version of version of 2 to change between 1 and 2 for debugging purposes.. (install 2 and you can't debug 1 - but 1 will still run)

Changes 1 to 2
create a batch file and edit the following to match your paths.. the -u = uninstall and the -i = install
reverse to debut 1.


C:\W2KAS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -u
C:\W2KAS\Microsoft.NET\Framework\v2.0.40607\aspnet_regiis.exe -i

Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top