iis install after vs2k5

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
i'm installing iis on my dev machine which has vs2k5 on it. will this be a
problem?

thanks,
rodchar
 
No, but you will have to use the Visual Studio 2005 command prompt to run
aspnet_regiis /i after you are finished to ensure ASP.NET 2.0 is the default
version of ASP.NET in IIS. If you want it installed, but not default, use
/ir instead of /i.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think Outside the Box!
*************************************************
 
thank you.

Cowboy (Gregory A. Beamer) said:
No, but you will have to use the Visual Studio 2005 command prompt to run
aspnet_regiis /i after you are finished to ensure ASP.NET 2.0 is the default
version of ASP.NET in IIS. If you want it installed, but not default, use
/ir instead of /i.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top