3
I was able to solve the problem by adding the following code to the web.config:
<configuration>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
</configuration>
3
1
I was able to solve the problem by adding the following code to the web.config:
<configuration>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
</configuration>
the problem with this is that if you use integrated mode features, they may not work and you will not know the pq
1
If you don’t use impersonate
on your website, go to Authentication on IIS and disable. Or try changing the pipeline mode of the app pool to classic if your site is being migrated from iis 6.
Browser other questions tagged c# .net asp.net iis
You are not signed in. Login or sign up in order to post.
You installed Framework 4.5 and registered the Framework on IIS?
– Leonel Sanches da Silva
I installed yes. Registering on IIS is on enable or disable windows features ? I don’t have the option there.
– Mayllon Baumer