次の方法で共有


WebProjects Problems

Using Vs WebProjects and VSS have differnet problems in a dev environment. Fritz onion has a nice article [ https://www.pluralsight.com/fritz/Samples/aspdotnet_without_web_projects.htm ] about this topic.

The trick is simple: use standard ClassLibrary projects, change the output path, and the debug settings, this way it's easier to manage web projects in a development team...

Comments

  • Anonymous
    February 20, 2004
    Here is a tip for adding webprojects to VSS:

    Since VS.NET 2003/VSS6.0d adding webprojects to VSS is not as expected and not as it was in VS.NET 2002.

    When you want to be asked by VSS to add the webproject to VSS change this in the registry:
    Navigate to:
    [HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio7.1SourceControl]

    and change:
    'DoNotCreateSolutionRootFolderInSourceControl' to 1.
  • Anonymous
    February 20, 2004
    'DoNotCreateSolutionRootFolderInSourceControl'

    WTF!!