Search

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

Matching Posts

  • WAP and WDP in a team build environment

    Hi, I am trying to use a WDP project to precompile and inject configuration changes upon deployment with a WAP project in a team build environment. Although everything works well locally, it doesn't work in the team build environment. After discussions at: http://forums.asp.net/thread/1289279.aspx Everything should be working fine but I am still having problems with user or server control registartions. The way I register user controls is: <% @ Register TagPrefix ="local" TagName ="WebsiteVersion
  • Duplicates when using WDP and WAP

    Hi, I am using WDP in conjunction with WAP; is there a way to have both the WAP dll for codebehind and the WDP precompiled pages dll merged into one? any samples on how to do that using ILMerge on after compile of the WDP (if possible at all)? Thanks
  • Re: With Web Deployment Project

    Thanks Bradley; it seems I had an older version of WAP or the targets were just not installed. WAP now compiles properly I am still getting a few errors regarding loading server controls that are available in separate assemblies though; I have these registered in the web.config: < pages theme = " StandardTheme " > < controls > < add tagPrefix = " data " namespace = " Corp.Security.WebUtilities.Data " assembly = " Corp.Security.WebUtilities " /> < add tagPrefix = " ui " namespace
  • Re: With Web Deployment Project

    Bradley, Thank you for your response; this seems to be a much better solution than the hack I had figured out; which is to add the following to the WAP's after build target: < Target Name = " AfterBuild " > < Exec Command = " xcopy /y &quot; $(TargetDir)*.dll &quot; &quot; $(ProjectDir)bin\ &quot; " /> </ Target > The problem with my approach is that it relies on changing the WAP's csproj which I don't like doing as it is the project other developers work with. I
  • Re: With Web Deployment Project

    Bradley, How does the build process get affected when using a Web Deployment Project with the Web Application Project in a team build environment? I am choosing the option of merging all the dlls into one in the web deployment project (which I believe is supported for the WAP?) but I am having a weird error related to type loading when trying to run a standard team build for the WDP project. In visual studio, the solution builds fine and the WDP does seem to play well with the WAP. Based on the errors
  • TeamBuild to deploy deployment project website to remote server

    Hi, Did anyone get the deployment project to be deployed to a remote server through a team build after compilation? I am thinking of adding an after compile target and xcopy the files to a remote destination as well as create a virtual directory on the remote IIS server. Something similar to the script below. Is that the recommended approach? Thanks < PropertyGroup > < WebDeployFolder > d:\StagingFolder </ WebDeployFolder > < WebSiteSrcName > WebSite1 </ WebSiteSrcName
    Posted to VS Web Deployment Projects (Forum) by maharik on 5/10/2006
Page 1 of 1 (6 items)