.net 2.0 and my application DLL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Sm9obiBTY290dA==?=

    .net 2.0 and my application DLL

    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.

    --
    Thanks in advance,

    John Scott.
  • Michael Nemtsev, MVP

    #2
    Re: .net 2.0 and my application DLL

    Hello John,

    See the following links
    1) http://weblogs.asp.net/scottgu/archi...06/429723.aspx
    2) http://www.beansoftware.com/ASP.NET-...y-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


    JSHey there,
    JS>
    JSCan anyone please refer to some good article about creating a
    JSWebSetup project for a .NET 2.0 application.
    JS>
    JSRight now I add a new WebSetup project to an existing web
    JSapplication and when I've added the "Project Output" from my main
    JSapplication to my WebSetup application.... basically all i get is a
    JScopied website....Isn' t the idea of using a WebSetup project to
    JSseparate your presentation files from you code....meaning that your
    JSsite should be compiled and put into the bin when you create your
    JSMSI?
    JS>
    JSOne more question...why in 2.0 does Visual Studio 2005 not create a
    JSapplication dll until you "Deploy" the application.... I've tried
    JSdeploying an application and then creating a WebSetup using the
    JSprecompiled, deployed code and it won't let me create a setup using
    JSprecompiled code...any thoughts/suggestions would greatly
    JSappreciated.
    JS>
    JSJohn Scott.
    JS>


    Comment

    Working...