我的网站用的ASP.NET2.0+MSSQL,我的代码程序是使用C#,ASP2。0编写的。在国内的一个虚拟主机是运行完好了,但现在在 LunarPages运行时上传图片时却出现了以下问题。不知是什么原因,提示的错误是:Access to the path 'D:\inetpub\vhosts\FELUMS.com\httpdocs\images\200706280502171.JPG' is denied. 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.UnauthorizedAccessException: Access to the path 'D:\inetpub\vhosts\FELUMS.com\httpdocs\images\200706280502171.JPG' is denied.
这是什么原因呢?以前是可以用的。。是不是文件夹没有写的权限呢?