Server Error in '/' Application
我在自己的网页上加了第三方控件可是在本地机器浏览时第三方控件(一个文本编辑器)却显示不出来!
Server Error in '/Clothes' Application.
--------------------------------------------------------------------------------
HTTP Error 404 - Not Found.
--------------------------------------------------------------------------------
Version Information: ASP.NET Development Server 9.0.0.0
不知何故?
在web.config中是这样写的:<add key="FCKeditor:BasePath" value="/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/Files/"/>
第三方控件的文件夹就在网站的根目录Clothes下,为fckeditor文件夹
这是怎么回事??急需您的解答!!!!