.net 2.0 and my application DLL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey there,

Can anyone please refer to some good article about creating a WebSetup
project for a .NET 2.0 application.

Right now I add a new WebSetup project to an existing web application and
when I've added the "Project Output" from my main application to my WebSetup
application....basically all i get is a copied website....Isn't the idea of
using a WebSetup project to separate your presentation files from you
code....meaning that your site should be compiled and put into the bin when
you create your MSI?

One more question...why in 2.0 does Visual Studio 2005 not create a
application dll until you "Deploy" the application....I've tried deploying an
application and then creating a WebSetup using the precompiled, deployed code
and it won't let me create a setup using precompiled code...any
thoughts/suggestions would greatly appreciated.
 
Hello John,

See the following links
1) http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx
2) http://www.beansoftware.com/ASP.NET-Tutorials/Deploy-ASP.NET.aspx

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


JS> Hey there,
JS>
JS> Can anyone please refer to some good article about creating a
JS> WebSetup project for a .NET 2.0 application.
JS>
JS> Right now I add a new WebSetup project to an existing web
JS> application and when I've added the "Project Output" from my main
JS> application to my WebSetup application....basically all i get is a
JS> copied website....Isn't the idea of using a WebSetup project to
JS> separate your presentation files from you code....meaning that your
JS> site should be compiled and put into the bin when you create your
JS> MSI?
JS>
JS> One more question...why in 2.0 does Visual Studio 2005 not create a
JS> application dll until you "Deploy" the application....I've tried
JS> deploying an application and then creating a WebSetup using the
JS> precompiled, deployed code and it won't let me create a setup using
JS> precompiled code...any thoughts/suggestions would greatly
JS> appreciated.
JS>
JS> John Scott.
JS>
 
Back
Top