cll*_*pse 5 asp.net-3.5 visual-studio-2008
我正在运行Visual Studio Team Edition 2008.
当我创建一个新网站时,我得到一个我以前从未见过的新文件:vwd.webinfo.
该文件的内容如下:
<?xml version="1.0" encoding="UTF-8"?>
<VisualWebDeveloper>
<!-- Visual Studio global web project settings. -->
<StartupServices>
<Service ID="{3259AA49-8AA1-44D3-9025-A0B520596A8C}"/>
</StartupServices>
</VisualWebDeveloper>
Run Code Online (Sandbox Code Playgroud)
我需要什么"全球网络项目设置"文件?它究竟做了什么?
也; 什么是膨胀的web.config文件?在标准的ASP.NET 2.0版网站项目中,web.config文件包含大约10行代码.但是在ASP.NET 3.5版网站项目中,它充满了各种奇怪的设置.
小智 2
它是因为您正在使用文件系统网站而创建的。在这里阅读更多相关信息: http://msdn.microsoft.com/en-us/library/e5x4xz73.aspx
“膨胀”是什么意思?可以请您粘贴膨胀吗?