在VS2003中新建web application时出现"HTTP1.1 500 Internal Server Error"
,我发现只要将web文件夹的权限设置为Everyone都可以看的话,就没有这个问题,但这样的话又不太安全(我是在局域网中开发的).
------解决方法--------------------------------------------------------
权限给ASPNET用户
------解决方法--------------------------------------------------------
权限付给ASPNET用户
新建一个aspnet用户
付给管理员的权限
------解决方法--------------------------------------------------------
This error can be caused by the user setting in the "processModel" tag, found in the machine.config file.
"<"processModel ... userName="user1" password="pwd1" ..."/>"
If user1 is not logged on or do not have enough priviliges this error can occur.
The user="SYSTEM" password="AutoGenerate" can be used on development machines.
OR
One quick guess, you can not open project after you reinstalling VS.NET.
If so, there is one rules with Microsoft, do not install IIS only after you install .NET framework. If this is your case, then uninstall VS.NET, reinstall IIS and follow by VS.NEt.