Web Project using IIS, but I get error about configuration of IISExpress

后端 未结 3 746
Happy的楠姐
Happy的楠姐 2021-01-04 02:54

I\'m trying to load a project that uses port host header names. My host file has 127.0.0.1 mysite

I get the following error when attempting to load the project in V

3条回答
  •  梦毁少年i
    2021-01-04 03:32

    Old question but this came up for me.

    What worked for me was to edit the .csproj.user file and set the element UseIIS to true.

    Clearly this is similar to deleting the .user file but this way you keep all the other settings

提交回复
热议问题