In VS 11 (in admin), went to web app's Properties, Web tab and then unchecked "Use IIS Express". I then got the following warning:
ASP.NET 4.5 has not been registered on the Web server. You need to manually configure your Web server for ASP.NET 4.5 in order for your site to run correctly.
I went to Windows Features and ASP.NET is already checked.
How else do I go about manually configuring IIS for this?
have you made sure that you install ASP.NET 4.5 framework on your system? If you do, you will not see any option to select ASP.NET 4.5 on the application pool. Your application pool will still show ASP.NET 4.0 as the framework.
MisinformedD...
Member
9 Points
23 Posts
ASP.NET 4.5 and IIS 7
Apr 27, 2012 02:58 AM|LINK
In VS 11 (in admin), went to web app's Properties, Web tab and then unchecked "Use IIS Express". I then got the following warning:
ASP.NET 4.5 has not been registered on the Web server. You need to manually configure your Web server for ASP.NET 4.5 in order for your site to run correctly.
I went to Windows Features and ASP.NET is already checked.
How else do I go about manually configuring IIS for this?
kelviyean
Member
228 Points
54 Posts
Re: ASP.NET 4.5 and IIS 7
Apr 27, 2012 05:03 AM|LINK
Hello,
Check out the links below. It will help you.
http://www.codeproject.com/Articles/28693/Deploying-ASP-NET-Websites-on-IIS-7-0
MisinformedD...
Member
9 Points
23 Posts
Re: ASP.NET 4.5 and IIS 7
Apr 28, 2012 12:47 PM|LINK
Anything specific you'd like to point out there? I didn't see anything that would help me.
teguhyuliant...
Participant
1370 Points
372 Posts
Re: ASP.NET 4.5 and IIS 7
May 04, 2012 03:47 AM|LINK
Hi,
Check it this link, maybe can solve your problem. Hope will help you.
http://social.msdn.microsoft.com/Forums/ar/vssetup/thread/c0d1f438-4001-497a-9268-45b27f3c20c7
MisinformedD...
Member
9 Points
23 Posts
Re: ASP.NET 4.5 and IIS 7
May 09, 2012 02:14 AM|LINK
Nope. 2.0 works. 4.5 doesn't.
necro_mancer
Star
8089 Points
1590 Posts
Re: ASP.NET 4.5 and IIS 7
May 10, 2012 06:55 AM|LINK
hi misinformedDNA
have you made sure that you install ASP.NET 4.5 framework on your system? If you do, you will not see any option to select ASP.NET 4.5 on the application pool. Your application pool will still show ASP.NET 4.0 as the framework.
Professional SQL 2008 R2 Service