日期:2014-05-19  浏览次数:20566 次

(100分)怀疑万网空间有问题!!!!
看下面的提示,我试过了,一般访问时不出现,只要在发帖、回帖时(页面回发)中等的时间长一点就出现以面的错误,而重刷新一下就会好了!
我怀疑万网服务器的问题,一个服务器带的网站太多了!是服务器把某些ASP.NET产生的有用的临时缓存清理掉了才出现这种状况,因为,在我自己架的ASP.NET服务器上从来没有此问。
如果是万网的问题我怎么跟他们说?(一向自以为是的万网)


Server   Error   in   '/ '   Application.  
--------------------------------------------  

Runtime   Error  
Description:   An   application   error   occurred   on   the   server.   The   current   custom   error   settings   for   this   application   prevent   the   details   of   the   application   error   from   being   viewed   remotely   (for   security   reasons).   It   could,   however,   be   viewed   by   browsers   running   on   the   local   server   machine.  

Details:   To   enable   the   details   of   this   specific   error   message   to   be   viewable   on   remote   machines,   please   create   a   <customErrors>   tag   within   a   "web.config "   configuration   file   located   in   the   root   directory   of   the   current   web   application.   This   <customErrors>   tag   should   then   have   its   "mode "   attribute   set   to   "Off ".  


<!--   Web.Config   Configuration   File   -->  

<configuration>  
<system.web>  
<customErrors   mode= "Off "/>  
</system.web>  
</configuration>  


Notes:   The   current   error   page   you   are   seeing   can   be   replaced   by   a   custom   error   page   by   modifying   the   "defaultRedirect "   attribute   of   the   application 's   <customErrors>   configuration   tag   to   point   to   a   custom   error   page   URL.  


<!--   Web.Config   Configuration   File   -->  

<configuration>  
<system.web>  
<customErrors   mode= "RemoteOnly "   defaultRedirect= "mycustompage.htm "/>  
</system.web>  
</configuration>  


------解决方案--------------------
万网的名声早就臭烂了
------解决方案--------------------
换服务器吧。。up
------解决方案--------------------
万网肯定认为不是他自己的问题.

可以换个空间,把同样程序传上去试试.


------解决方案--------------------
你的空间是1.1还是2.0的?万网空间还是比较稳定的,不过在NET空间上搞过笑话,我指的是技术人员,有一次我说我后台管理出了问题,那个人居然把我admin文件夹复制到另一个网站下面,说我程序出问题,搞得我苦笑不得
------解决方案--------------------
哦,我正准备申请万网的空间呢!

还好!
------解决方案--------------------
还是用自己的服务器好

------解决方案--------------------
艾,有没有好一点的可以用阿
------解决方案--------------------