Configure IIS 7 to overcome error 500.21
I had to redirect one particular page to different destination for an application. I wanted to do this via web.config only. This is what I did: <location path="default.aspx"> &...
If you are facing 404 error while accessing iso extension file this blog will help you. You need to add following code in your web.config: <remove fileExtension=".iso" /> &...
If you want to add 301 redirects to your site you can do that via web.config. Here is the example: <location path="communifire/technology"> <system.webServer> &am...
While deploying a new application for our our product Communifire as a child application of exisiting site we were getting: "Could not load file or assembly 'assembly name' or one of its ...
While working with two asp.net application one parent and second one its child I noticed that loggin
One of my colleagues was running the 4.0 framework web application and was getting this error: The v