Can I install the version of ASP.NET used by Visual Studio ASP.NET Development Server?

I am trying to debug a problem that appears in IIS7 using the application pool configured for .NET 4. My Visual Studio ASP.NET Development Server says that it uses 2.0.50727.5456.

ASP.NET Development Server details dialog

I would like to debug this from VS, so I would like the .NET versions to match. I found port configuration information, but there was no version setting nearby. And I could not find anything in the Website.ASP Configuration menu in VS.

Is there a way to configure the version of ASP.NET Development Server.NET?

+5
source share
2 answers

targetFramework web.config. , 4.0.

- ( -), Target Framework.

+3

, VS 2010 SP1, IIS Express, IIS, . , IIS, .

http://learn.iis.net/page.aspx/868/iis-express-overview/

0

All Articles