IIS 6.0 Application server required for ASP.NET 2.0

  • Thread starter Thread starter keithb
  • Start date Start date
Does ASP.NET 2.0 need IIS 6.0 to be configured as an application server?

You need to load the 2.0 runtime onto the server.

After that... you may have to run the aspnet_iisreg command to update the
runtime references for each site.
 
Back
Top