简体   繁体   English

我收到此错误无法执行请求,因为无法在IIS 5.1 win XP上创建app-domain

[英]i am getting this error failed to execute request because the app-domain could not be created on IIS 5.1 win XP

i am getting this error "failed to execute request because the app-domain could not be created" on IIS 5.1 win XP 我在IIS 5.1 win XP上收到此错误“无法执行请求,因为无法创建应用程序域”

any ideas? 有任何想法吗? i tried looking online....i put my .net application in the INETPUB folder 我尝试在网上看....我把我的.net应用程序放在INETPUB文件夹中

Three ideas, all fairly basic. 三个想法,都是相当基本的。
1. Make sure you have the proper .NET frameworks installed. 1.确保安装了正确的.NET框架。
2. Make sure you have your virtual directory set to the right framework. 2.确保将虚拟目录设置为正确的框架。
3. Run this in the command line to make sure your IIS/.NET permissions are correct. 3.在命令行中运行此命令以确保您的IIS / .NET权限正确。

c:\\windows\\microsoft.net\\framework\\v2.0.50727\\aspnet_regiis.exe -i c:\\ windows \\ microsoft.net \\ framework \\ v2.0.50727 \\ aspnet_regiis.exe -i

从提升的命令提示符运行iisreset命令。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么使用IIS Express的.Net Web应用程序出现编译错误? - Why am I getting compilation error with this .Net web app using IIS express? 为什么我收到此错误,在UpdatePanel中找不到触发器的ControlID? - Why I am getting this error ,ControlID could not be found for the trigger in UpdatePanel? 来自IIS 5.1(XP)的SOAP服务调用超时 - SOAP services calls from IIS 5.1 (XP) timing out 为什么我收到“处理您的请求时发生错误”? - Why am I getting “An error occured while processing your request”? SOAP请求错误…为什么我得到NRE? - SOAP Request error… why am I getting a NRE? 使用 dotnet 安装 nuget 包时出现错误,在 c:\ 中找不到任何项目 - I am getting an error while installing nuget package with dotnet ,could not find any project in c:\ Excel VSTO加载项错误-无法创建应用程序域 - Excel VSTO Add-in error - application domain could not be created 获取错误域= NSURLErrorDomain代码= -1004“无法连接到服务器”。 - Getting Error Domain=NSURLErrorDomain Code=-1004 “Could not connect to the server.” 为什么从gsoap调用IIS 7.5中运行的Web服务时出现HTTP 400错误? - Why am I getting a HTTP 400 error calling a web service running in IIS 7.5 when called from gsoap? 尝试执行使用 boost 的 WinForms 应用程序时,为什么会出现调试断言失败错误? - Why do I get a Debug Assertion Failed Error when trying to execute a WinForms app that uses boost?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM