ASP.NET Development Server or Localhost IIS?

前端 未结 11 635
北海茫月
北海茫月 2020-12-05 01:02

Currently our dev team set up all the websites they\'re working on in IIS on their local machine. We\'re thinking of switching to using the built in ASP.NET development serv

11条回答
  •  暖寄归人
    2020-12-05 01:34

    I had to switch (back) to IIS for one project, because I needed to set some virtual directories which is not possible on the ASP.NET Development Web Server.

提交回复
热议问题