将项目复制到本地后将文件夹web共享,直接运行,提示---------------------------
Microsoft 开发环境
---------------------------
试图运行项目时出错: 无法在 Web 服务器上启动调试。发送调试 HTTP 请求时发生服务器端错误。确保服务器操作正确。请通过执行“调试”->“开始执行(不调试)”验证 web.config 中没有语法错误。可能还需要参考联机文档中的 ASP.NET 和 ATL Server 调试主题。 是否希望以后对此项目禁用 ASP.NET 页调试?---------------------------
是(Y)   否(N)   帮助   
---------------------------本机安装.net后asp.net确实无法调试,但出现这个提示框(有“是”、“否”、“帮助”3个按钮,其它的都是“是”、“否”两个。)是第一次。
禁用调试后,运行页面出现一下问题。Server Error in '/Report_2dot5_foreground_bs' Application.
--------------------------------------------------------------------------------Access denied to 'F:\My Works\Design_20050106\Foreground\BS\Login.aspx'. Failed to start monitoring file changes. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Access denied to 'F:\My Works\Design_20050106\Foreground\BS\Login.aspx'. Failed to start monitoring file changes.Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  Stack Trace: 
[HttpException (0x80004005): Access denied to 'F:\My Works\Design_20050106\Foreground\BS\Login.aspx'. Failed to start monitoring file changes.]
   System.Web.FileChangesMonitor.StartMonitoringFile(String fileName, FileChangeEventHandler callback) +184
   System.Web.Caching.CacheDependency.Init(String[] filenames, String[] cachekeys, CacheDependency dependency, DateTime start) +1478
   System.Web.Caching.CacheDependency..ctor(String filename, DateTime start) +75
   System.Web.Caching.CacheDependency..ctor(String filename) +50
   System.Web.Security.FileAuthorizationModule.OnEnter(Object source, EventArgs eventArgs) +531
   System.Web.SyncEventExecutionStep.Execute() +60
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0 通过对ms网站的查询,有解答是因为某级目录名称超过8个字符,但是更改目录名称仍然无法解决,在多台机器上均出现此情况。焦头烂额ing!请大虾多帮忙!!!P.S 另一种禁止asp.net调试的messagebox---------------------------
Microsoft 开发环境
---------------------------
试图运行项目时出错: 无法在 Web 服务器上启动调试。灾难性故障 是否希望以后对此项目禁用 ASP.NET 页调试?---------------------------
是(Y)   否(N)   
---------------------------