Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可能在一个 IIS 上安装了多个 ASP.NET Web 应用程序。我需要以某种方式将它们与运行在同一台 Windows 机器上的 .NET 服务区分开来。最好的方法是什么?
最简单的做法是确保应用程序的每个实例都具有唯一的应用程序池和应用程序名称,以便能够将它们与我假设的 .net Web 服务/wcf 分开。至少您需要确保您的应用程序名称都是唯一的。