Meta
VILIC14:21 - 06.05 2010
ASP.NET虚拟主机无写权限问题的解决( no response yet )

上周给Prever Start换了一个国内的虚拟主机,速度是快了不少,不过很快发现ASP.NET貌似没有写权限,导致很多功能没法用,今天Google了一下,很快找到了解决办法,现在共享下。

在Web.config文件的<system.web>节点下加入:
<identity impersonate="true" />

或者是:
<identity impersonate="true" userName="YourAdminUsr" password="YourAdminPwd" />

Original link of this archive: http://www.vilic.info/blog/archives/382
本文的原始链接: http://www.vilic.info/blog/archives/382

There's No Comment to "ASP.NET虚拟主机无写权限问题的解决"
To be the first?
Leave a Comment