Search

You searched for the word(s): userid:696554

Matching Posts

  • Re: Override application root URL

    Quoting from http://msdn2.microsoft.com/en-us/library/aa983445(VS.80).aspx: " Override application root URL Specifies an alternative path for the application root URL. Use this option if your Web application root is not the root of your project." Does this help anyone? I still cannot figure it out myself.
  • Re: Web Deployment Project copies .csproj and .sln files

    goodeye: Combining mpowell and steele's, this is working for me: ExcludeFromBuild Include="$(SourceWebPhysicalPath)\.svn\**\*.*;$(SourceWebPhysicalPath)\**\.svn\**\*.*" I can also confirm that this is working to remove the .svn folders. I also found that I could not build a web deployment project if my solution included a C++ project as it was having trouble accessing the .ncb intellisense file. I found that adding the following will work around this: < ExcludeFromBuild Include= "$(SourceWebPhysicalPath
    Posted to VS Web Deployment Projects (Forum) by Broken0007 on 12/6/2006
Page 1 of 1 (2 items)