framework 3.5 / IIS question

  • Thread starter Thread starter Scott McFadden
  • Start date Start date
S

Scott McFadden

I have a VS2008 Orcas Beta 2 ASP.Net application that runs great on my
laptop. However, I want to deploy this to a Win2003 server for more formal
testing. I noticed there is no Aspnet_regiis.exe that comes with framework
3.5 beta 2. How do I manually map my asp.net app to use framework 3.5 on
IIS/Win2003?


thanks
 
I have a VS2008 Orcas Beta 2 ASP.Net application that runs great on my
laptop. However, I want to deploy this to a Win2003 server for more formal
testing. I noticed there is no Aspnet_regiis.exe that comes with framework
3.5 beta 2. How do I manually map my asp.net app to use framework 3.5 on
IIS/Win2003?

thanks

It runs on top of ASP.NET 2.0, you need to copy the web.config only
 
Back
Top