新手求教:关于IIS的设置
小弟刚上手VS, 按说明建好、设好默认ASPX页后,却收到IIS的报错如下:Server Error in '/' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 31: ASP.NET to identify an incoming user.
Line 32: -->
Line 33: <authentication mode="Windows"/>
Line 34: <!--
Line 35: The <customErrors> section enables configuration
有时候还会遇到其他错误信息,谁能帮俺一把,想知道如何在IIS发布网页的正确步骤。。。十分感谢!
--------------------编程问答-------------------- 路径不对? --------------------编程问答-------------------- 配置错误
描述:一个错误发生在处理配置文件服务所需的请求。请检查配置文件,并修改你的配置文件。
配置文件错了吧? --------------------编程问答-------------------- 删除IIs的 应用程序,在新建应用程序,试一试! --------------------编程问答-------------------- 同意二楼,楼主把web.config贴出来看看 --------------------编程问答-------------------- Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
错误提示信息很明确了,没有将虚拟目录配置为应用程序引起的。 --------------------编程问答-------------------- 重建虚拟目录! --------------------编程问答-------------------- 路径问题吧 你的配置文件不对 --------------------编程问答-------------------- 说实话,感觉IIS用起来别扭,真不如apache顺手。
虚拟目录是什么意思?如果我在根目录下自己建可以么?
谁能指点一下正确的网页发布步骤, 谢谢了! --------------------编程问答-------------------- 另外,App_Data怎么处理?一起放进目录里安全吗?
--------------------编程问答-------------------- IIS安装步骤如下:
1.从控制面板添加程式中添加IIS组件;
2.打开IIS控制台创建新站点或虚拟目录;
3.选取站点路径.
4.更改或添加首页文件名称.
如是windows2003系统,还需在扩展服务下开启允许运行动态网页文件,一般是这样的. --------------------编程问答-------------------- 什么系统啊!!XP?? --------------------编程问答-------------------- 谢谢大家了, 谢谢10楼。MS WINXP SP2 --------------------编程问答-------------------- Server Error in '/' Application.
重建虚拟目录!
补充:.NET技术 , ASP.NET