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就這麼誕生了。