superwzf2007 - 2012/7/31 22:11:00
版主,按照你这样修改以后,找到<add key="Url" value="domain.com" />
把里面的 value值改为我的域名还是同样的情况,
Server Error in '/' Application.
--------------------------------------------------------------------------------
Too many automatic redirections were attempted.
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: Too many automatic redirections were attempted.
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: Too many automatic redirections were attempted.]
System.Net.HttpWebRequest.GetResponse() +1502027
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) +276
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
不知道是怎么回事
还有我的网站网址是[url]http://61.175.194.142[/url] 后台用户名和密码都是admin希望版主帮我看看
,望回复,谢谢
xiyou - 2012/8/2 17:59:00
<add key="Url" value="61.175.194.142" />
改为这个,出现这个错误是因为读取不了首页内容导致的,检查一下你首页是不是加了跳转代码什么的,或关闭防火墙看看
zalones - 2012/8/5 23:15:00
bdluntan - 2012/8/6 6:01:00
我也遇到这个问题