俄罗斯夏季旅游:FCKeditor上传文件时出现:Failed to map the path '/UserFiles/'.

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/24 12:02:38
Server Error in '/GuestBook' Application.
--------------------------------------------------------------------------------

Failed to map the path '/UserFiles/'.
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.InvalidOperationException: Failed to map the path '/UserFiles/'.

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:

[InvalidOperationException: Failed to map the path '/UserFiles/'.]
System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +615
System.Web.VirtualPath.MapPathInternal() +29
System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) +125
System.Web.HttpServerUtility.MapPath(String path) +58
FredCK.FCKeditorV2.FileWorkerBase.get_UserFilesDirectory() +50
FredCK.FCKeditorV2.Uploader.OnLoad(EventArgs e) +129
System.Web.UI.Control.LoadRecursive() +49
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3745

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
可我在根目录下已经设定了"UserFiles"目录呀?