Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个 CMS 网站,用户在该网站上上传了很多内容到该content网站的目录中,包括很多文章。
content
由于加载了所有这些子目录(每篇文章一个),打开这个项目需要很长时间。
有没有办法告诉 Visual Studio不要在站点中加载特定目录?该目录中没有代码文件,在开发过程中我也不想编辑任何内容。
如果这是一个没有 .csproj 文件的“网站”项目,您可能必须将文件夹设置为Hidden。
Visual Studio 不加载隐藏文件夹。
http://forums.asp.net/t/1179077.aspx/1