I\'m using msbuild to automatically build and package a website ready for deployment. When I compile and then Publish my pro开发者_开发问答ject through Visual Studio 2008 everything works fine.
I have the following nant task: <!--Compiles the possible release candidate to be used for further testing and possible release -->
I\'m trying to use aspnet_compiler to move a project that has already compiled from one location to another. I\'m using Subversion for revision control.
After exploring Precompilation for Deployment topic I want to enhance my build process. Now, what I do is:
I am compiling an MVC2 application in Visual Studio 2010 on Windows 7 64-bit.I am running the following as a post-build event command:
I am trying to use aspnet_compiler via the command line to build and publish a web application that is running on the IIS7 Default Web Site. I am struggling with finding the correct syntax of the -m a
If I use aspnet_compiler to publish an ASP.NET MVC web site, does it do the same tasks that devenv would do? Or is it just pre-compiling to minimize the startup delay?
When I open up a Asp Net web site of mine in Visual Studio 2010 the properties say \"Target Framework 3.5\", however when I try to using the Linq namespace the compiler complains about it.
i am trieng to create a batch task that will publish my site in release mode but with no luck... my script for doing so is this:
my web application is installed on a Server A like mywebsite.com/ --> GO to Server A mywebsite.com/myApp/