Re: ASP.NET error, publish with VS 2005



Thanks for your reply Ryan,

Yes, for precompiled application, you need to copy both the precompiled
assemblies(dll) and the .compiled files. If you do not want precompile,
you can simply copy all the original content in your web application root
folder to the target server's virtual directory without any change. The
Visual Studio's "Copy Web Site" function can also help to do this.

BTW, if you will perform precompilation or wonder more information on this,
here are some useful reference:

http://msdn2.microsoft.com/en-us/library/399f057w.aspx

http://odetocode.com/Articles/417.aspx

http://www.west-wind.com/WebLog/posts/2128.aspx

If you have any further questions or concerns, please feel free to let me
know.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.



.



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: 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)
  • Building(Validating) asp.net web project in whidbey beta 2
    ... i want to build the asp.net web site from the command line. ... I dont want ... to precompile it. ...
    (microsoft.public.dotnet.framework.aspnet)