我有一个出色的服务器应用程序项目。创建它时,我选择了单个用户帐户进行身份验证,从而为我提供了基本的注册和登录页面。现在要编辑这些页面,我需要设置身份区域以获取登录和注册页面。
我搭建了身份,但是当我单击登录时我得到了
HTTP Error 500.35 - ANCM Multiple In-Process Applications in same Process
Common solutions to this issue:
Select a different application pool to create another in-process application.
Specific error detected by ANCM:
Only one in-process application is allowed per IIS application pool. Please assign the application '/LM/W3SVC/2/ROOT/Identity/Account/Login' to a different IIS application pool.
Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process' stdout messages
Attach a debugger to the application process and inspect
我该如何解决? 谢谢