500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
于是去检查了文件权限设置,IIS权限设置,都是正确的设置,我看版主说default.aspx 要优先于index.htm解析,于是我新建了一个index.htm,然后把
“default.aspx”改成了“default1.aspx” 目的是不让default.aspx解析 看index.htm能否正常显示,结果还是:500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
<add name="asd" connectionString="Data Source=asdasd; Initial Catalog=asdasd; User ID=asdasd; Password=asdasd" providerName="System.Data.SqlClient" />
</connectionStrings>的注释去掉后 刷新页面提示:500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.