configuration - UltiDev Cassini and <system.webServer> web.config settings -


MS Cassini Development Web Server is a good product that performs web requests in the same way IIS7 does. I

Requests (event for static content) without exception. Net goes through the pipeline. All custom HTML modules can handle any requests.

But sometimes you do not want to execute these modules for certain content (most often static content). In this regard, like MS Cassini IIIS 7 & lt; System.webServer & gt; reads web.config settings / does not believe. I am particularly interested in these settings.

  & lt; System.webServer & gt; ... & lt; Handler / & gt; & Lt; Module / & gt; & Lt; /syste.webServer>  

What a web server reads these settings (and a separate payment product upgraded from MS Cassini) and executes it as a web. Configure it says?

Cassini does not behave like IIS7, but like IIS6. That's why you have to & lt; System.web & gt; sections to & lt; System.webServer & gt; Instead of :

  & lt; System.web & gt; Should use. ... & lt; HttpHandlers / & gt; & Lt; HttpModules / & gt; & Lt; /system.web>  

All requests have to go through the ASP.NET pipeline because it is hard to do (as the wildcard mapping in IIS6)


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -