且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

帮助:运行时错误 - '/'应用程序中的服务器错误

更新时间:2023-10-22 23:04:22

在默认的Windows 2003安装中,未安装iis。管理员必须安装它并允许解析* .aspx文件。 (我在msdn中看过一些howto,但我不记得究竟在哪里。寻找互联网信息服务)
In default Windows 2003 instalation iis is not installed. The administrator must install it and allow to parse *.aspx files. (I have seen a howto somewere in msdn, but i don''t remember exactly where. Look for "Internet information services")


我相信已经安装了IIS 。服务器正确处理.htm,.html,

..asp页面。以上问题仅针对.aspx页面。


先谢谢,凯文。


" menkaur" <我***** @ discussions.microsoft.com>在留言中写道

新闻:1F ********************************** @ microsof t.com ...
I believe that IIS is installed. The server correctly handles .htm, .html,
..asp pages correctly. The above problem is specific to .aspx pages only.

Thanks in advance, Kevin.

"menkaur" <me*****@discussions.microsoft.com> wrote in message
news:1F**********************************@microsof t.com...
在默认的Windows 2003安装中,未安装iis。
In default Windows 2003 instalation iis is not installed. The



管理员必须安装它并允许解析* .aspx文件。 (我已经看过

a howto somewere in msdn,但我不记得究竟在哪里。寻找

互联网信息服务)


administrator must install it and allow to parse *.aspx files. (I have seen
a howto somewere in msdn, but i don''t remember exactly where. Look for
"Internet information services")


如果是,请执行:

管理工具 - > iis manager->本地计算机(或此服务器?) - > ASP.Net:允许。

如果它不起作用,允许永久(但它会损害服务器的顺序)
if so, do:
Administrative tools->iis manager->local computer(or this server?)-> ASP.Net: Allow.
If it does not work, allow everithing (but it will damage server sequrity)