CC.NET 网站无法浏览问题,图片存取多种格式

1.CC.NET 网站无法浏览问题
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The format of the file 'ThoughtWorks.CruiseControl.WebDashboard' is invalid.

Source Error:


Line 11: different extension so that people can add their own ASP.NET pages if they want to, but we should make sure in that case to change how
Line 12: URLs are created -->
Line 13: <add verb="*" path="*.aspx" type="ThoughtWorks.CruiseControl.WebDashboard.MVC. ASPNET.HttpHandler,ThoughtWorks.CruiseControl.WebD ashboard"/>
Line 14: <add verb="*" path="*.xml" type="ThoughtWorks.CruiseControl.WebDashboard.MVC. ASPNET.HttpHandler,ThoughtWorks.CruiseControl.WebD ashboard"/>
Line 15: </httpHandlers>


If you don't already have a CCNet IIS virtual directory, and you have more than one version of the .NET framework available (e.g., 1.1 and 2.0), you may not get the one we want (2.0).
BUT WINDOWS 2000 IS NOT.


2.图片存取多种格式问题:
Windows 位图(.BMP)|*.BMP|JPEG 图像(.JPG)|*.JPG|Gif 图像(.GIF)|*.GIF|可移植网络图像(.PNG)|*.PNG|TIFF 图像(.TIFF)|*.TIFF
可惜,我把Filter 中间添加了空格(下面的情况)
Windows 位图(.BMP)|*.BMP |JPEG 图像(.JPG)|*.JPG |Gif 图像(.GIF)|*.GIF |可移植网络图像(.PNG)|*.PNG |TIFF 图像(.TIFF)|*.TIFF
一个BUG就这么诞生了。
posted @ 2008-05-21 18:13  winzheng  阅读(315)  评论(1编辑  收藏  举报