主题:初学者所遇的一串头疼的问题
首先说明一下我的系统是xp sp2 装了IIS~硬盘是Fat32
IIS配置了名为“asp.net”的虚拟目录,然后什么写入目录浏览等所有权限上面都打了钩,然后打开.net在asp.net目录下新建asp.net项目。
[b]过了一会弹出错误信息,如下:[/b]
已成功创建Web,但在试图配置此Web的应用程序根时发生错误。如果没有应用程序根,Web项目可能无法正确操作。返回的错误是:
该错误可能是因为执行该操作的访问权限不足。可以使用Internet服务管理器手动配置应用程序根。
[b]确定后又弹出错误信息如下:[/b]
无法对"bin"文件夹设置权限以限制浏览访问。
该错误可能是因为执行该操作的访问权限不足。可以使用Internet服务管理器手动配置该文件夹的权限。
[b]然后我没有写任何代码直接用.net的浏览器浏览,又出现网页错误:[/b]
Server Error in '/asp.net' 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 44: 它为成员站点提供单独登录和核心配置文件服务。
Line 45: -->
Line 46: <authentication mode="Windows" />
Line 47:
Line 48: <!-- 授权
Source File: D:\asp.net\005\web.config Line: 46
我感觉这些错误好像都是权限问题导致的,可是我怎么配置权限呢?我感觉IIS已经配置到最大权限了,这是为什么?哪位好汉能帮个忙,谢谢了。[em15]
IIS配置了名为“asp.net”的虚拟目录,然后什么写入目录浏览等所有权限上面都打了钩,然后打开.net在asp.net目录下新建asp.net项目。
[b]过了一会弹出错误信息,如下:[/b]
已成功创建Web,但在试图配置此Web的应用程序根时发生错误。如果没有应用程序根,Web项目可能无法正确操作。返回的错误是:
该错误可能是因为执行该操作的访问权限不足。可以使用Internet服务管理器手动配置应用程序根。
[b]确定后又弹出错误信息如下:[/b]
无法对"bin"文件夹设置权限以限制浏览访问。
该错误可能是因为执行该操作的访问权限不足。可以使用Internet服务管理器手动配置该文件夹的权限。
[b]然后我没有写任何代码直接用.net的浏览器浏览,又出现网页错误:[/b]
Server Error in '/asp.net' 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 44: 它为成员站点提供单独登录和核心配置文件服务。
Line 45: -->
Line 46: <authentication mode="Windows" />
Line 47:
Line 48: <!-- 授权
Source File: D:\asp.net\005\web.config Line: 46
我感觉这些错误好像都是权限问题导致的,可是我怎么配置权限呢?我感觉IIS已经配置到最大权限了,这是为什么?哪位好汉能帮个忙,谢谢了。[em15]