PDA

View Full Version : BlogEngine.NET v1.3 on an IIS 7.0 site


msmithers
03-28-2008, 08:51 AM
Hi,

Has anyone set up up BlogEngine.NET v1.3 on an IIS 7.0 site at DASP?

I have two sites with DASP that I want the blog engine on. The site that is currently on IIS 6 runs perfectly but the site that is on IIS 7 is problematic. Specifically, the BlogEngine axd files such as css.axd and js.axdaren't being generated (WebResource.axd is generated correctly).

I have to admit to not knowing much about the way httpHandlers work in IIS7.

I have posted to the BlogEngine.NET forum on Codeplex with noresponse so far.

Any help or suggestions would be gratefully received.

Cheers

Mark

msmithers
03-28-2008, 08:56 AM
OK,


That was interesting. It turns out that I needed to switch the Application Pool Pipeline Mode to Classic from Integrated.


I clearly need to learn a lot more about this.


Mark

msmithers
03-28-2008, 09:36 AM
...and of course I now know that I should keep it in Integrated mode but move the custom httpHandlers and modules to the <system.webserver> section of the web.config file.


I would have known this if I had read the sticky on breaking changes at the top of this topic area. Doh.

wisemx
03-28-2008, 10:21 AM
Thanks for the updates. http://community.discountasp.net/emoticons/wink.gif

mjp
04-01-2008, 08:52 AM
IIS 7 is full of surprises at every turn, so don't feel bad.

mjp
---
DiscountASP.NET