While working with Visual Studio if you face this issue then makes sure that you have below setting in your web.config file:
- <system.webServer>
- <validation validateIntegratedModeConfiguration="false"/>
- </system.webServer>
- </configuration>

While working with Visual Studio if you face this issue then makes sure that you have below setting in your web.config file:

Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhakumar MunuswamyPosted Sep 26, 2015, 12:38 PM
Nice share