Is ASP.net case sensitive?
Yes the web.config file as well as Import directives and other portions of ASP.net are case sensitive. If you are using a case insensitive programming language some of this may change. Please consult the .NET Framework documentation for more details on this matter. <!-- -->