当我运行我的asp.net Web应用程序时,我收到此错误,
An error occurred loading a configuration file: Failed to start monitoring
changes to 'Z:\CR-FIRST\app_code\model' because the network BIOS command limit
has been reached. For more information on this error, please refer to Microsoft
knowledge base article 810886. Hosting on a UNC share is not supported for the
Windows XP Platform.
Run Code Online (Sandbox Code Playgroud)
为什么我得到这个错误...任何建议....
您需要了解您的网络驱动器映射到UNC路径,如\\ computer\something.所以微软正在描述你的情况 - 这两个概念是同一个.您必须将网站从网络驱动器上移开,或者将Web服务器放在该计算机上.