开发者

Web Project not automatically creating virtual folder in IIS7.5

开发者 https://www.devze.com 2023-03-30 04:36 出处:网络
We\'ve got a rather strange problem, we have been debugging the last couple of days, without any result. We just reinstalled a new developer machine for a new colleauge and run into some problems the

We've got a rather strange problem, we have been debugging the last couple of days, without any result. We just reinstalled a new developer machine for a new colleauge and run into some problems the project type "Web Project" (has project type GUID E24C65DC-7377-472B-9ABA-BC803B73C61A), which doesn't not create a virtual directory in the IIS7.5 on the newly installed machine. It works fine on all the other machines, but for some reason, this feature is not triggered when opening the solution.

Further information:

Web Project not automatically creating virtual folder in IIS7.5

  • The same code base
  • Should be the same tool chain and versions
  • On the machines that work, the project is named "http://localhost/DCFService"
  • On the machine that doesn't work, the project is named the absolut path "C:\...\.." (see attached
  • The configuration in the solution file is of course identical on all machines and detail what virtual folder shou开发者_开发技巧ld be created and where:

    Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "DCFServices", "http://localhost/DCFServices", "{66A169D0-310D-45EC-927F-08E06C8885ED}"

Any input is greatly appreciated!


Altougth not confirmed, but for future readers, I'm prette sure this has something to do with the user settings file .suo - My colleauge deleted the workspace, delete the files, got a new snapshot from TFS - and Presto, the solution created the virtual directory in the IIS7. So the solution might simply be deleting the suo file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号