简体   繁体   中英

I have problem while running asp.net core mvc project in iis express

I have Updated some concepts in my old project. Now the updated project is working properly. But my older project shows the error "This localhost page can't be found HTTP ERROR 404". I have tried to clear Visual studio cache by using MEF component. but it's not work. How to solve it?

On a single machine, each port can only be served by one process at a time. If you want to do this simultaneously, you need to use different ports.

So eg https://site/ and https://site:444/ should work: one process can use the default port = 443 and the other 444 .

Or if you use http instead of https , then the default port will be 80 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM