Showing posts with label web.config. Show all posts
Showing posts with label web.config. Show all posts

Tuesday, 6 December 2016

Difference Between System.Web and System.WebServer

System.web is the settings section for IIS6 and the built in cassini server (the test server in Visual Studio 2010 and before where you are targeting asp.net 3.5 or lower) The system.webserver is a child of the configuration section that means in web.config file <system.webserver> tag is placed under <configuration> Tag. System.WebServer Tag is contained in web.config...