0

i put my asp.net project on IIS7 but it gives error that .net framework 3.5 is not a targeted framework. i downloaded and installed framework 4.0 but still doesn't work. what could be the problem??

Basit
  • 25
  • 2
  • Create an application pool (in not exist) in iis for .net 4 and bind it with your app. – kostas ch. Apr 28 '14 at 06:56
  • possible duplicate of [ASP.NET 4.5 has not been registered on the Web server](http://stackoverflow.com/questions/13749138/asp-net-4-5-has-not-been-registered-on-the-web-server) – Lex Li Apr 28 '14 at 08:25

1 Answers1

0

Create a new application pool for Framework 4. Set application pool of your website to this new one. Se below link how to create application pool. http://technet.microsoft.com/en-us/library/cc731784(v=ws.10).aspx

And Also don't forget to start framework 4.0.

Raghubar
  • 2,768
  • 1
  • 21
  • 31