Hopefully someone can help me with this, and prove that I missed a trivial step. I just upgraded two blogs that I host. One was a multi blog and the other was a single blog setup. The multi upgrade went fine and all is well. The single upgrade was not so easy
though. I removed all .94 files and replaced them with .95 files. I copied the web.config setup for a single blog setup (Single1_Web.config). There is a problem viewing the blog now. The default images (xml.gif, 100x30_Logo.gif, etc) do not show up. The style
does not show properly, also. I'm guessing that it has to do with the handlers, but I'm not 100% sure. I have tried some of the other sample web.configs provided to make sure that I wasn't using the wrong one. When I used the multiple1_Web.config, all images
and the style showed up properly. Though, since it wasn't a multiple blog, the UI didn't work as expected. Any help would be appreciated.
Hi James, I am guessing that you mapped *. to the aspnet_isapi.dll for the singe blogs as well? This is not necessary for the single blogs. (uness I missing some other details about your setup). The first quick fix would be to remove the *. mapping from IIS.
However, if for another reason you need to keep this, you will want to copy the static file handler from the multiple web.config. When you map *. to asp.net, you are responsible for handing all requests...including CSS and images. HTH, Scott
jamesgeurts
Member
93 Points
28 Posts
Problem upgrading single blog v.94 to v.95.2004.102
Jan 05, 2004 02:52 AM|LINK
James Geurts
Personal Weblog: http://www.biasecurities.com/blogs/jim/
Work: Property Center
ScottW
Contributor
3651 Points
730 Posts
ASPInsiders
Re: Problem upgrading single blog v.94 to v.95.2004.102
Jan 05, 2004 03:46 AM|LINK
http://www.scottw.com
jamesgeurts
Member
93 Points
28 Posts
Re: Problem upgrading single blog v.94 to v.95.2004.102
Jan 05, 2004 03:49 AM|LINK
James Geurts
Personal Weblog: http://www.biasecurities.com/blogs/jim/
Work: Property Center