简体   繁体   中英

Why asp.net mvc running on a double localhost in IIS Express

I'm curious upon running on my web application in IIS Express I saw a double localhost in Browse Applications. Please refer to the screenshot provided. I just want to know why it suddenly appears two localhost, is not normal or anyone can explain why? This is a newly created project.

在此处输入图片说明

Most likely you enabled SSL, by entering to your “Project Properties” and setting “SSL Enabled = True”. IIS Express will then host your application on both protocols.

在此处输入图片说明

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