Edit Configuration Disabled
Problem
You might face a problem that “Edit Configuration” button is shown disabled in IIS. It is being shown in the figure below:
Due to this, you will not be able to edit any of the configurations related to your website.
Solution
The actual reason for this is that dot net is not being configured with IIS. One reason might be that you have installed dot net first and then IIS. That’s why IIS could not be configured properly.
You will need to go to Start -> Microsoft Visual Studio 2005 -> Visual Studio Tools -> Visual Studio 2005 Command Prompt. On the prompt write down this command:
aspnet_regiis -r
The above command will register dot net with IIS and now the button will also be enabled.
Thanks for the solution! It was helpful.
You don’t have to do that just in Visual Studio you can do that in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322> Directory – through the command prompt