Can One IIS WebSite host multiple Web Applications of different ASP.NET versions?

后端 未结 5 1938
谎友^
谎友^ 2020-12-19 17:59

I have one web site in IIS, and I would like to have version 2, 3.5, and 4 applications hosted under the same IIS web site. Is this possible?

Thought it\'d be as ea

5条回答
  •  情歌与酒
    2020-12-19 18:57

    You can host all the versions of .NET in one single IIS provided you separate the sites into Application Pools. Within the App Pool each application is run by the same .NET version (set on the pool)

提交回复
热议问题