question

PolachanPaily-2805 avatar image
0 Votes"
PolachanPaily-2805 asked RenaNi-MSFT commented

An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.

I was running VS 2017 and today I installed VS2019 and after dotnet version changed from 2.1 into 5.0.301. Currently this machine has 2017 and 2019 version. Also I have had created a project in 3.1 . When I run the project in VS 2019 , it brings the error 'An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode', But the same project in another machine having VS 2019 would work without any error. I wonder why would this project not working in this machine. ?

Please can you some one help me how to resolve the issue.

Regards
Pol

dotnet-aspnet-core-general
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @PolachanPaily-2805 , Did you use asp.net core or asp.net? If you use asp.net core, you could change to run with Kestrel instead of IIS Express.

0 Votes 0 ·

0 Answers