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
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
...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.