I am running Visual Studio Team Edition 2008.
When I create a new site, I get a new file that I have never seen before: vwd.webinfo.
The contents of this file are as follows:
<?xml version="1.0" encoding="UTF-8"?> <VisualWebDeveloper> <StartupServices> <Service ID="{3259AA49-8AA1-44D3-9025-A0B520596A8C}"/> </StartupServices> </VisualWebDeveloper>
What is the global web project settings file for? What is he doing, exactly?
Also; what happens with a bloated web.config file? In standard ASP.NET website 2.0 projects, the web.config file contains about 10 lines of code. But in the ASP.NET version 3.5 website project, it is filled with all sorts of weird settings.
source share