c# - Can i live without IIS 7 integrated mode? -


I wonder what the disadvantages of not conforming it, because I am facing many problems with integrated mode . For example, URLRewritng.net is not parse the Arabic query string with integrated mode, as well as several other issues.

Better yet the question which is the ability to combine both with web.config, I mean working in some HTTP handler and module mode that it is appropriate?

"post-text" itemprop = "text">

The main advantage with the integrated mode of IIS7 seems to be native .NET integration in the HTTP request / feedback pipeline.

Local integration gives you access to every request, even static files, and there is no configuration required on the server, only a setting in the configuration file, which makes Shared Hosting Easier

It was possible to integrate NAT into the pipeline using wildcard mapping (*) in IIS 6, which basically provides the most advantages of IIS7 integrated mode, though it has been said that the wildcard Reduces mapping performance, there is no specific number and

I do not think it will paste your code just to support the integrated mode, paste it in classic mode and the wildcard mother Illustration is worth the effort required to turn on.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -