回 帖 发 新 帖 刷新版面

主题:[讨论]asp.net 的入门问题

各位高手,小弟是个asp.net的初学者,最近在机子上装了一个用.net开发的软件,但是不能运行,下面是出错页面,请帮忙分析一下,错在哪里,谢谢了!
Server Error in '/LsHrWeb' Application.
--------------------------------------------------------------------------------

Server cannot access application directory 'C:\Documents and Settings\Administrator\My Documents\My Webs\4\LsHrWeb\'. The directory does not exist or is not accessible because of security settings. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Web.HttpException: Server cannot access application directory 'C:\Documents and Settings\Administrator\My Documents\My Webs\4\LsHrWeb\'. The directory does not exist or is not accessible because of security settings.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 


[HttpException (0x80004005): Server cannot access application directory 'C:\Documents and Settings\Administrator\My Documents\My Webs\4\LsHrWeb\'. The directory does not exist or is not accessible because of security settings.]
   System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +263

[HttpException (0x80004005): ASP.NET Initialization Error]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +964
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

回复列表 (共2个回复)

沙发

你存放路径有问题哦 C:\Inetpub\wwwroot这下边吧 还有就是注意IIS主目录:应用程序名的创建以及选中目录安全性:编辑"集成Windows身份验证"

板凳

你装了什么啊??

我来回复

您尚未登录,请登录后再回复。点此登录或注册