Adding IIS UrlRewrite seems to break debugging on local IIS server

前端 未结 6 713
耶瑟儿~
耶瑟儿~ 2021-02-04 11:25

This issue is driving me insane: I was working on a recently created project and suddenly I was unable to debug that specific project.

I\'m using a local IIS 7.5 with t

6条回答
  •  轮回少年
    2021-02-04 11:48

    I was having this issue and the solution was to add the host name to the site bindings in IIS and then change the project URL from http to https.

提交回复
热议问题