首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

IIS应用程序池属性配置的有关问题关于asp.net程序

2012-04-26 
IIS应用程序池属性配置的问题关于asp.net程序?用asp.net做了个网站放IIS里就不能运行了,然后我就胡乱改了

IIS应用程序池属性配置的问题关于asp.net程序?
用asp.net做了个网站放IIS里就不能运行了,然后我就胡乱改了改IIS配置当把应用程序池的预定义账户换成本地系统时就正常了,网站能打开浏览。这是怎么回事是不是网络服务账户权限问题?

[解决办法]
是 网络服务 账户权限设置问题.
[解决办法]
Doouble check follow:
------------------------------
Check IIS :Application Name -->recreate.
Execute permissions: Scripts and Executables
Applilcation Pool: defaultAppPool.
Check Directory Security: Authentication and access control 
Select: Integrated Windows authentication 
Select: Enable Anonymous Access

Application Folder:
Security-> Add "everyone","System","Users" Full Control.
Temp Folder :
Security->Add "NetWork Service" Full Control.
------------------------------
If you still have other Errs, pls show your printscreen.tks~


[解决办法]
up...
[解决办法]
配置IIS站点。我想这应该是最基本要慢慢掌握的事。慢慢积累经验就可以了

热点排行