Web.Config auto close

23 sec read

I’ve been working with VS 2008 for quite a while now and since the beginning I found irritating the fact that web.config files close when you save them.

I usually (or constantly ;-)) hit ctrl-s for every change I make without this necessarily meaning that I’m through changing the file. In VS 2008 this means that I have to re-open web.config every time I do that.

What’s more interesting is that no one else seems to complain about that. I searched the web to find a way to work around that but I simply can not find anything on that.

Is this a VS bug,… am I the only one that think that’s a problem?

Microsoft Visual Studio 2012 is here customize it to…

With the virtual launch of Microsoft Visual Studio 2012 coming up in a few days at September 12, 2012 9:30 AM PDT (UTC -8:00)...
kpantos
35 sec read

Debugging Web Sites using IIS Express

Microsoft recently released a new flavor of IIS 7.x that is optimized for developer scenarios called “IIS Express” as part of WebMatrix. IIS Express...
kpantos
56 sec read

Visual Studio 2010 Launch Event

On May 14 Microsoft Hellas is going to celebrate the release of Visual Studio 2010 in an event different from the other, in a...
kpantos
19 sec read

One Reply to “Web.Config auto close”

  1. I had the same problem, and, although I cannot recall where I found the solution, I can mention it here: Uninstall the Entity Framework Tools Dec 07 CTP!! Yeah, that”s a bug on the designer, which forces the web.config to close on Ctrl – S (????) (If I am not mistaken, the same applies for windows projects, when editing app.config).

    I had to remove the EF tools because I”m working on a web project right now including WCF, which includes heavy congifuration updates everytime I wanted to change something. And this really got on my nerves!!
    So, I am waiting for a new version, hope they fix it till then… 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *