Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » CONFIGURATION   (RSS)
[ASPNET]Articles explain the difference between app.config for .NET exe and dll
I've seen many guys confused about the .NET app.config file for the exe application and the dll assembly(we can see Visual Studio generate app.config file for both of exe and dll project). Here is a good article discussing on this: #App.config in C# with Read More...
How to disable web.config Inheritance for Child Applications in Subfolders in ASP.NET
Just found a useful FAQ about exclude some httpmodule inheritance in ASP.NET web application(from parent ASP.NET application). It demonstrate two approaches: 1. Modify the parent web.config file to disable child app inheritance(element based) 2. Explicitlly Read More...
Page view tracker