在我机器没这样的问题,在客户那里一点搜索就有这个问题。其他  , 客户没问题。

解决方案 »

  1.   

    更改配置文件
    <customErrors mode="On"/>在客户端运行,然后看看错误信息
      

  2.   

    <!-- Web.Config 配置文件 --><configuration>
      <system.web>
      <customErrors mode="Off"/>
      </system.web>
    先把错误显示出来
    再找办法解决
      

  3.   

    <configuration>
      <system.web>
      <customErrors mode="On"/>
      </system.web>
    这样看看是具体哪错了呢
      

  4.   

    <customErrors mode="On"/>
    看看具体错误,框架,程序等
      

  5.   

    <customErrors mode="On"/>看看具体错误
      

  6.   

    照着提示调试。一班传到空间后要写成OFF好像
      

  7.   

     <customErrors mode="On"/>
    看下具体错误
      

  8.   

    <customErrors mode="On"/>