简体   繁体   中英

When I launch an asp.net application, IIS Express launches duplicates of running sites

When I start my asp.net application in debug mode, IIS Express launches two instances of each endpoint. This does not allow the site to start fully.

How do I solve this?

在此处输入图片说明

About the "duplicates"; If you look at the endpoints in your picture, you see that one is for http and one is for https . This is as expected.

I can also see that you are trying to open the https version (on port 44300) without specifying https://

Try opening http://localhost:8765 or https://localhost:44300

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