I am upgrading to a server 2008/iis7 installation from 2003/iis6.
Most everything transfered over correctly but my projects that have a
space in the name always lead to a 404 error. this is because the
link to the the project details look like "http://localhost/CCnet/
server/local/project/my+project/ViewProjectReport.aspx" instead of
"http://localhost/CCnet/server/local/project/my%20project/
ViewProjectReport.aspx". I am not sure of this is the expected
behavior or whether iis or cruise control is the cause of the
problem. I do know that if i change the url in the browser so that
the '+'s are '%20's, i can browse to the build logs. I could get
around this issue by renaming the project, but i would prefer to keep
access to all my previous build logs. Thanks in advance for your help.