如何将.net网站发布到二级目录下
情况是这样的,网站是用asp开发的,目前新做了一个模块是用.net开发的,因此想在根目录下建一个目录将.net开发的模块发布到二级目录下,他们同属一个域名。但是部署上去后无法访问,一直提示以下错误,因为D:\WWW就没有web.config文件。按照网上的说法,将二级目录作为虚拟目录还是提示下面错误。经过我测试如果给二级目录配一个二级域名就可以成功访问,但是又不能配二级域名,跪求如何解决?我实在是搞不定。
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: An error occurred loading a configuration file: Failed to start monitoring changes to 'D:\WWW' because access is denied.
Source Error:
[No relevant source lines]
Source File: D:\WWW\web.config Line: 0