Re: Visual Studio 2005 - Where did my DLL go?



The dll(s) that the runtime creates will now be in the Temporary
ASP.NET Files directory underneath the framework installation
directory, unless you precompile the site with the publish option or
the aspnet_compiler command line tool.

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

The biggest difference in the 2.0 model is that the ASPX file and the
CodeFile (code-behind) for the ASPX now compile at the same point in
time, and into the same assembly.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 3 Sep 2005 12:56:29 -0400, "Chris Botha"
<chris_s_botha@xxxxxxxxxxxxx> wrote:

>With VS 2003 the DLL is created in the "bin" directory.
>My first Web app with VS 2005 ended up being a "File System Web Site", but
>after some research I created a "Local IIS Web Site". However, there is no
>"bin" directory in the virtual directory of the Web app, nor can I find any
>DLL generated by the project.
>The site works, I've tested it by connecting through the internet, so it is
>not VS 2005 running it's personal web site as in the case of a File System
>Web Site.
>I was thinking though that this cannot be right, when deploying a Web app at
>a customer, it should be deploying the regular aspx, ascx, etc, and the DLL.
>

.



Relevant Pages

  • Re: ASP.NET web app to use DLL (How to?)
    ... If your employer wants it that way, I would suggest telling your employer to ... I am developing an interface for a web site to view knowledge base ... DLL, however, I cannot get the web app to use the compiled DLL. ...
    (microsoft.public.dotnet.framework.aspnet)
  • 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)
  • 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)