In this post we will discuss how to resolve the issue:
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
Also you can check out some posts on:
- Set maximum length for multiline textbox in Asp.Net
- How to use a Thread Pool class in C#.Net?
- Asp.Net MVC4 Controller class example
Recently when I deploy a web site and try to run the site, I got the above error.
Then I changed the .Net Framework Version to v4.0 and it solve the problem.
To do this, Open IIS Manager (Start -> Run -> Inetmgr)
Then select the particular application Pool and then click on Advanced Settings from the right hand side. Then Change the .Net Framework Version as shown in the fig below:
Hope it will solve the issue.
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
Also you can check out some posts on:
- Set maximum length for multiline textbox in Asp.Net
- How to use a Thread Pool class in C#.Net?
- Asp.Net MVC4 Controller class example
Recently when I deploy a web site and try to run the site, I got the above error.
Then I changed the .Net Framework Version to v4.0 and it solve the problem.
To do this, Open IIS Manager (Start -> Run -> Inetmgr)
Then select the particular application Pool and then click on Advanced Settings from the right hand side. Then Change the .Net Framework Version as shown in the fig below:
Hope it will solve the issue.