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>
    删除

  • 相关阅读:
    WebView与 JS 交互方式
    ES6常用知识点
    Flash Builder 破解与开发环境配置
    如何修改默认浏览器
    基本数据类型和常用内建对象
    VS 2010 使用技巧
    javascript之事件驱动编程的几个基本概念
    javascript笔记之DHTML基础
    浏览器对象模型
    开发心得记录
  • 原文地址:https://www.cnblogs.com/colyn/p/2294165.html
Copyright © 2011-2022 走看看