zoukankan      html  css  js  c++  java
  • 常见问题总结

    1、源错误:  

    [没有相关的源行]  

    源文件:   c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config         行:   0
    --------------------------------------------------------------------------------
    版本信息:   Microsoft   .NET   框架版本:1.0.3705.0;   ASP.NET   版本:1.0.3705.0

    解决方法:重装iis  在命令行输入:aspnet_regiis -r


    2、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.


    解决办法:给个文件夹NETWORD SERVICE权限

    3、源错误:
    [没有相关的源行] 

    源文件: C:\WINDOWS_\Microsoft.NET\Framework\v2.0.50727\Config\machine.config    行: 0

    解决办法:重装Framework2.0


    4、无法找到资源。
    说明: HTTP 404。您正在查找的资源(或者它的一个依赖项)可能已被移除,或其名称已更改,或暂时不可用。请检查以下 URL 并确保其拼写正确。


    解决办法:  <authentication mode="Forms">
       <forms name=".AgreementForm" loginUrl="Register.aspx" protection="All" timeout="40"/>
      </authentication>
      <authorization>
       <deny users="?"/>
      </authorization>
    删除

  • 相关阅读:
    How to become a hacker
    逻辑地址、线性地址、物理地址和虚拟地址
    java configuration
    Java 理论与实践: 变还是不变?
    Teach Yourself Programming in Ten Years
    border padding margin , the difference among them
    hashCode方法,equals方法,HashSet,HasMap之间的关系
    工程名 显示红色叹号
    记The_C_Programming_Language的错误
    VIM简单介绍学习1
  • 原文地址:https://www.cnblogs.com/colyn/p/2294165.html
Copyright © 2011-2022 走看看