ASP.NET未能映射路径 10
在用FCKEditor时,我已经在配置文件中这样设置了,但是还是未能映射路径,到底什么原因呢?<appSettings><addkey="FCKeditor:BasePa...
在用FCKEditor时,我已经在配置文件中这样设置了,但是还是未能映射路径,到底什么原因呢?
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/userfiles/"/>
</appSettings> 展开
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/userfiles/"/>
</appSettings> 展开
展开全部
调试时:
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor"/>
<add key="FCKeditor:UserFilesPath" value="/工程名/userfiles"/>
</appSettings>
部署时:
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor"/>
<add key="FCKeditor:UserFilesPath" value="/userfiles"/>
</appSettings>
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor"/>
<add key="FCKeditor:UserFilesPath" value="/工程名/userfiles"/>
</appSettings>
部署时:
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor"/>
<add key="FCKeditor:UserFilesPath" value="/userfiles"/>
</appSettings>
展开全部
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor"/>
<add key="FCKeditor:UserFilesPath" value="/userfiles"/>
</appSettings>
改成这样试试。。。。我以前也碰到过类似情况,不过我用的是另一个控件,也是设置路径的问题,把最后一个“/”去了就好了,程序会自己加一个"/"所以有那个“/”要报错
<add key="FCKeditor:BasePath" value="~/fckeditor"/>
<add key="FCKeditor:UserFilesPath" value="/userfiles"/>
</appSettings>
改成这样试试。。。。我以前也碰到过类似情况,不过我用的是另一个控件,也是设置路径的问题,把最后一个“/”去了就好了,程序会自己加一个"/"所以有那个“/”要报错
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询