开发者

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

开发者 https://www.devze.com 2022-12-21 04:34 出处:网络
i a开发者_运维技巧m getting this error \"failed to execute request because the app-domain could not be created\" on IIS 5.1 win XP

i a开发者_运维技巧m getting this error "failed to execute request because the app-domain could not be created" on IIS 5.1 win XP

any ideas? i tried looking online....i put my .net application in the INETPUB folder


Three ideas, all fairly basic.
1. Make sure you have the proper .NET frameworks installed.
2. Make sure you have your virtual directory set to the right framework.
3. Run this in the command line to make sure your IIS/.NET permissions are correct.

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


Run the iisreset command from an elevated command prompt.

0

精彩评论

暂无评论...
验证码 换一张
取 消