Building(Validating) asp.net web project in whidbey beta 2
Hi,
I am facing this problem for quite some time now.
i want to build the asp.net web site from the command line. I dont want
to precompile it. I just want to build it as it can be done using the
IDE(build web site).
Does aspnet_compiler.exe or msbuild.exe have any switch which can
prevent the precompilation and just validate the web site.
Can someone help me on this pls?
Thanks and Regards
Amit
.
Relevant Pages
- RE: publish web site from command line
... As for the VS2005's publish website function, ... Precompile the website (page files and source code, ... "aspnet_compiler.exe" tool to precompile our web site and put the ... precompilation options and also support command line execution. ... (microsoft.public.vsnet.general) - RE: What is the performance difference between ASP.Net Web site Vs Web Application template
... Web Site and Web Application. ... If we precompile the Web Application, ... Microsoft Online Support ... nature are best handled working with a dedicated Microsoft Support Engineer ... (microsoft.public.dotnet.framework.aspnet) - Re: What is the performance difference between ASP.Net Web site Vs Web Application template
... Actually we are starting a project in Asp.Net and developed a functional mockup in Asp.Net Web Site template, I did some research and found that web application is more scalable than web site, than I convert the whole project into web application and deployed on the same server at different port. ... After that I have created a load test and run on both sites. ... If we precompile the Web Application, ... Microsoft Online Support ... (microsoft.public.dotnet.framework.aspnet) - Re: Visual Studio 2005 - Where did my DLL go?
... unless you precompile the site with the publish option or ... >With VS 2003 the DLL is created in the "bin" directory. ... >after some research I created a "Local IIS Web Site". ... >"bin" directory in the virtual directory of the Web app, ... (microsoft.public.dotnet.framework.aspnet) - Aspnet_compiler with a virtual directory not on the default port
... I am trying to precompile a virtual directory that is located in a web site ... I tried to use the metabase path like the following: ... (microsoft.public.dotnet.framework.aspnet) |
|