Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, September 19, 2014 2:49 AM
We have Installed vs2013 premium edition and we are trying run our application and we getting not able to run the application with vs2013 and IIS 8.
We are able to run the application with vs2012 without any issues. Can anyone please guide on how to resolve the issues as we struggling to fix this issues.
Exact ERror after running the applicationis as below:
HTTP Error 500.22 - Internal Server Error
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
We have this entry in the web.config but still not able to run the application
All replies (6)
Friday, September 19, 2014 5:56 AM ✅Answered
Hi Shanmukh,
There are multiple ways to resolve this issue:
See this reference: http://stackoverflow.com/a/7392941
Either choose an existing classic app pool and point your application to it (or change your apppool to classic), or check and modify your web.config to fit the integrated mode.
The ideal way could be to check your web.config and see what exactly is causing this trouble and try to modify it.
You might also be facing this issue with your web.config: http://forums.asp.net/t/1966319.aspx?Asp+net+page+methods+not+working+properly+in+VS+2013
Monday, September 22, 2014 3:14 AM ✅Answered
Hi Shanmukh,
If you are using the IIS Express, please modify applicationhost.config file to change the application pool. (The path likes C:\Users\alias\Documents\IISExpress\config)
If you are using your local IIS, please refer to they are said.
Best Regards
Starain Chen
Friday, September 19, 2014 5:48 AM
Hi,
Try Changing the properties of the application pool from "Integrated" to "Classic.
1) Open IIS manager 2) Go to the Application Pool for your site Change it to "Classic"
Regards,
Ajay
Friday, September 19, 2014 10:24 AM
Hi Shiva,
The problem is I am running the application locally and I didn't host in any of server .Kindly let me know your thoughts on how to run locally the application.
Friday, September 19, 2014 10:35 AM
Hi Shanmukh
In fact the above steps are for local IIS.
Monday, September 22, 2014 5:11 AM
The problem is I am running the application locally and I didn't host in any of server .Kindly let me know your thoughts on how to run locally the application.
Locally are you unable to run via Visual Studio or you are Configuring the Application on you local machine Via IIS 8
- if its Configuration of IIS8 on Local, then
- Change the Application Pool of the Site ,
- Give IIS_User right permission
- and check the framework is installed and selected for the Application pool or not