最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Asp.Net 程序錯誤Runtime Error原因與解決

 更新時間:2010年03月08日 21:45:44   作者:  
提示這個,不管怎么改配置文件的設(shè)置都不行,下面是修正方法,大家可以試試。
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>
真實原因:.net裝了以后,沒有正常注冊到iis

解決辦法:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

相關(guān)文章

最新評論

德兴市| 东城区| 安庆市| 临澧县| 崇义县| 若尔盖县| 安多县| 淮安市| 威宁| 岳池县| 永城市| 吴江市| 商南县| 都江堰市| 辽中县| 台江县| 奉贤区| 荆门市| 万安县| 汉中市| 长丰县| 凌海市| 文安县| 灌阳县| 陕西省| 沈丘县| 重庆市| 玉溪市| 洛扎县| 定兴县| 温宿县| 宿松县| 阳泉市| 镇坪县| 中卫市| 广宁县| 敦煌市| 贵阳市| 安远县| 吴忠市| 松溪县|