yingxf - 2011/10/31 16:26:00
真的是很不错的
dfkcwb - 2011/11/2 13:06:00
645 散片 650
laterof80s - 2011/11/2 19:49:00
Server Error in '/' Application.
--------------------------------------------------------------------------------
The remote server returned an error: (401) Unauthorized.
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.Net.WebException: The remote server returned an error: (401) Unauthorized.
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:
[WebException: The remote server returned an error: (401) Unauthorized.]
System.Net.HttpWebRequest.GetResponse() +1501899
PageAdmin.master_login.xd9dc40336cb754b6() +1593
PageAdmin.master_login.x0c10d87f1cc88e3b() +216
PageAdmin.master_login.x303150620dddbc01() +111
PageAdmin.master_login.x4b531208dfadf445() +66
PageAdmin.master_login.xb99c27096be25a53() +38
PageAdmin.master_login.Page_Load(Object src, EventArgs e) +277
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
登录后台就出现这 什么情况啊
zhaidujun - 2011/11/18 9:44:00
不错!
zhaidujun - 2011/11/18 15:55:00
1呀 服务器最低配置是?
zhaidujun - 2011/11/18 16:00:00
很不错 非常好的帖子
sanjek - 2011/11/18 19:14:00
顶你,刚开始学习
luodegui - 2011/12/1 9:59:00
顶一下
dataman - 2011/12/5 19:34:00
呵呵,这样的文章对我们这些新人来说,太合适不过了。
dorothyleo - 2011/12/8 21:21:00
还是出现了上面那些仁兄的问题...
肿么米有人回答一下捏?
高手快出现额~~~
chenglu1023 - 2011/12/13 15:13:00
啊,正是需要的东西
ruifq2011 - 2011/12/19 22:49:00
x好贴
唯爱蓝色sky - 2011/12/23 14:41:00
正要装sql2005,感谢了
cxztah - 2011/12/27 18:32:00
学习中
cxztah - 2011/12/30 16:44:00
越来越觉得功能强大了
mealoneone - 2012/1/3 16:19:00
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
请问这个问题怎么解决。。。
72989726 - 2012/1/4 12:05:00
上传到空间后进入后台http://哉名/install/index.aspx,能进去用户须知,点同意接受协议后,出现基础设置,点下一步后出现如下错误,怎么解决一下谢谢。
对路径“D:\web2010\2010-6-29博海建设(cqbohai.com)\www\web.Config”的访问被拒绝。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.UnauthorizedAccessException: 对路径“D:\web2010\2010-6-29博海建设(cqbohai.com)\www\web.Config”的访问被拒绝。
ASP.NET 未被授权访问所请求的资源。请考虑授予 ASP.NET 请求标识访问此资源的权限。ASP.NET 有一个在应用程序没有模拟时使用的基进程标识(通常,在 IIS 5 上为 {MACHINE}\ASPNET,在 IIS 6 上为网络服务)。如果应用程序正在通过 <identity impersonate="true"/> 模拟,则标识将为匿名用户(通常为 IUSR_MACHINENAME)或经过身份验证的请求用户。
要将 ASP.NET 访问权限授予某个文件,请在资源管理器中右击该文件,选择“属性”,然后选择“安全”选项卡。单击“添加”添加适当的用户或组。突出显示 ASP.NET 帐户,选中所需访问权限对应的框。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[UnauthorizedAccessException: 对路径“D:\web2010\2010-6-29博海建设(cqbohai.com)\www\web.Config”的访问被拒绝。]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7716639
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +1162
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +66
System.Xml.XmlTextWriter..ctor(String filename, Encoding encoding) +37
System.Xml.XmlDocument.Save(String filename) +77
PageAdmin.Install.Update_Config() +1050
PageAdmin.Install.Next_2(Object src, EventArgs e) +5
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
jzs22 - 2012/1/10 17:07:00
好贴,强大呀
mamkap - 2012/1/13 22:59:00
好贴,一定要顶上去
mamkap - 2012/1/13 23:04:00
好贴,一定要顶上去
mamkap - 2012/1/13 23:05:00
好贴,一定要顶上去
mamkap - 2012/1/13 23:07:00
好贴,一定要顶上去
mamkap - 2012/1/13 23:10:00
好贴,一定要顶上去
mamkap - 2012/1/13 23:11:00
好贴,强大呀
mamkap - 2012/1/13 23:13:00
好贴,强大呀
shxxfgqj - 2012/1/30 14:36:00
好贴,顶
swu023 - 2012/2/4 17:38:00
很好