How to avoid CuteSoft_Client folder from being built on every Web Site build?

  •  07-26-2007, 9:16 AM

    How to avoid CuteSoft_Client folder from being built on every Web Site build?

    It is very annoying for me having to wait until the build process finishes building every single Cutesoft_Client subfolder (which are a lot).

    I tried placing CuteSoft_Client folder outside my app folder and then setting a virtual directory on IIS, but that didn't solve the problem: VS2005 stills rebuilds the entire "virtual directory" again.

    I also tried setting the 'hidden' file attribute to the entire folder, and that will exclude it from being built (since Visual Studio will not see the folder) -but- it becomes unavailable for the web site too! (when I load the page in browser I get a blank editor with no options because looks like it can't find the required files that are inside the hidden folder)

    Since VS2005 don't have an "Exclude Entire Folder from project".. I don't know what else to do


    Thanks,
    Eric

View Complete Thread