Wednesday, August 01, 2007

Vista and Visual Studio 2003 again..

After the computer-switch I had to set up Vista for devlopment with Visual Studio 2003 again, and was a bit disappointed by my last post about the topic - I hadn't written anything at all about how I actually set up IIS 7.0 to be able to debug and run .Net 1.1 applications! So here it is.. the short version:

  • Register .Net 1.1 ASP.NET by running the following program. The -i parameter tells the utility to install support for ASP.NET 1.1 under IIS: Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exeaspnet_regiis.exe -i
  • Change the application pool to one using the .Net framework 1.1 for the application you want to debug and run

I also enabled .Net development and CGI in the additional windows components the "Windows functions" control panel applet.

No comments: