Home > .Net > Edit Configuration Disabled

Edit Configuration Disabled

September 30th, 2008

Post Views: 1386

Problem

You might face a problem that “Edit Configuration” button is shown disabled in IIS. It is being shown in the figure below:

IIS Edit Configuration

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.

.Net , , , , ,

  1. Jose
    November 6th, 2010 at 17:34 | #1

    Thanks for the solution! It was helpful.

  2. August 2nd, 2011 at 00:10 | #2

    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

  1. No trackbacks yet.


Copyright © 2006-2011 W@rfi