HttpHandler in IIS7 and Visual Studio 2010?

Are you using ASP. NET MVC, or System.Web. Routing?

Do you have something like routes. IgnoreRoute("{resource}. Ashx/{*pathInfo}") in your RegisterRoutes() function in your HttpApplication instance?

One thing to keep in mind is that the Visual Studio server thingie runs all requests through the managed pipeline Is the httpHandler added to the system. Web section of the Web. Config file?(In IIS7, this goes under the system.

WebServer section, but I am not sure if newer versions of Cassini will look there. ).

Are you using ASP. NET MVC, or System.Web. Routing?

Do you have something like routes. IgnoreRoute("{resource}. Ashx/{*pathInfo}"); in your RegisterRoutes() function in your HttpApplication instance?

One thing to keep in mind is that the Visual Studio server thingie runs all requests through the managed pipeline. Is the httpHandler added to the system. Web section of the Web.

Config file? (In IIS7, this goes under the system. WebServer section, but I am not sure if newer versions of Cassini will look there.).

Thanks for the answer. Classic asp. Net site, no MVC, no Routing.In the web.

Config file I havve this: – opaera Aug 15 '10 at 15:22 Try adding an appropriate httpHandler under the old section. Cassini predates IIS7, I doubt that they updated it to look in the IIS7 section. Could be wrong on this, though, but worth a shot.

– Nicholas Piasecki Aug 15 '10 at 15:29 It works! Thanks. Just a question, when I deploy it, I don't need the section in the System.

Web right? – opaera Aug 15 '10 at 15:33 1 No, but it doesn't hurt to leave it there. IIS6 & Cassini look at system.

Web/httpHandlers, and IIS7 looks at system. WebServer/handlers. This is because the IIS team yells "Do over!

" every few years, so we repeat ourselves if we need to support the multiple versions in our applications. – Nicholas Piasecki Aug 15 '10 at 15:41 This should be marked as the answer - it works. – tomfanning Aug 15 '107 at 11:57.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions