Tagged Questions

3
votes
3answers
176 views

How to get Subversion to work with auto-generated files?

I'm using ASP.NET Web Deployment Projects with TortoiseSVN and VisualSVN, but this is a general question about generated files in Subversion. A Web Deployment Project automaticall …
0
votes
0answers
183 views

Visual Studio Web Setup Project - deploy outside of web root (wwwroot)

I am working with Visual Studio setup projects to install web application. I am looking for a way to change the default physical file installation path. The end result I would like …
0
votes
1answer
38 views

How to convert a Tomcat webapp to an Oracle Application Server webapp?

I have a webapp that runs perfectly in Apache Tomcat 5.5 and I need to "convert it" so it can be deployed in an Oracle Application Server 10.1.3. Right now I make a WAR file of th …
0
votes
1answer
9 views

How is the ExcludeFromBuild itemgroup supposed to work in Web Deployment Projects?

I added an ItemGroup for ExcludeFromBuild items in the PreBuild target in my Web Deployment project: <ItemGroup> <ExcludeFromBuild Include="$(SourceWebPhysicalPath)\Tes …
0
votes
1answer
39 views

Deploy asp.net application without compiling DLL

When I publish any type of asp.net application, my code is precompiled into various assemblies. I would like to avoid this so that I can upload an aspx page and its corresponding …
3
votes
2answers
75 views

Deploying a Django Opensource Application with dependencies

I'm working with a friend on a web application we'd like to distribute and we're working in Django. I'd like to make sure deployment is as easy as possible for potential users. I …
0
votes
0answers
12 views

Web Deployment .vdproj file changes every time I rebuild my solution

I'm using Visual Studio 2008 for an ASP.NET web application. I've included a Web Deployment (Setup) project as part of the solution. Each time I rebuild my solution, the underlyi …
0
votes
1answer
214 views

web.config File Section Replacements

I have a web deployment project that does a web.config section replacement using an external file. (this is to change the connection strings section). The web.config section replac …
1
vote
1answer
50 views

Web Deployment Projects, Web Application Projects and Team Build 2008

I've switched from a Website Project to a WAP (Web Application project). The WDP (Web Deployment Project) is used to set and potentially in the future make other web.config chang …
1
vote
1answer
93 views

Web Deployment Project - Copy Files After Build

Currently I have set up a Web Deployment Project which compiles code into the .\Release folder. After the build I want to copy the files over to another machine (because whichever …
0
votes
0answers
16 views

Can a Web Deployment Project support quiet installation

I need to install a web deployment fromn a quiet installation and pass in the web directory, installation directory etc. I know that the values of the MSI are available to a custo …
0
votes
0answers
36 views

Deploying a VS Web Application with files built in post-build

In our VS Web Application project, we have a post-build task that concatenates and minifies our JavaScript files into a single file name "OurApplication-.js" (where is the version …
2
votes
1answer
158 views

Replacing sections in web.config using web deployment project

I am trying to replace the following section to blank section .. <secureWebPages mode="RemoteOnly" encryptedUri="abc.co.uk" unencryptedUri="www.abc.co.uk" maintainPath="True" …
0
votes
2answers
388 views

Having problems changing the <dataConfiguration> section of web.config in WDP

Hello, I have a web.config file that contains a section like this: <configuration> <configSections> <section name="dataConfiguration" type="Microsoft.Practic …
0
votes
1answer
106 views

Issue Running RIA Services on IIS 5

I'm setting up an environment for testing a Silverlight app with RIA Services in IIS 5.1. I'm getting an error message on the first service call saying "The specified resource was …

1 2 3 4 5 next
15 30 50 per page