ASP.NET Development Server or Localhost IIS?

前端 未结 11 655
北海茫月
北海茫月 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:15

    I have run into the following limitations with the asp.net dev server:

    1. does not support virtual dirs. If you need them in your app, IIS seems to be your only choice

    2. Classic asp pages dont run in dev server. So if you have a mixed web app (like I have at my client right now), IIS seems to be the solution

    3. If you need an admin UI to configure settings, IIS works better

    Of course IIS requires that you be a local admin.

提交回复
热议问题