문제

We have a CMS site, where the user has uploaded a lot of content into the content directory of the site, for a lot of articles.

It takes a really long time to open this project because of loading all these sub-directories (one per article).

Is there any way to tell Visual Studio NOT to load a particular directory in the site? This directory has no code files in it, and nothing I would want to edit as part of development.

도움이 되었습니까?

해결책

If this is a "Web Site" project with no .csproj file, you may have to set the folder to Hidden.

Visual Studio does not load hidden folders.

http://forums.asp.net/t/1179077.aspx/1

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top