1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Compile website in asp.net

Discussion in 'C#' started by kashif.nazar, Jun 11, 2007.

  1. #1
    I made a website, with some classes , files and bla bla.
    I do't want to upload the code as it is on the webserver, rather i just want to make DLLs out of these files and classes so no one could get hold of my code.

    any idea, how to do that
     
    kashif.nazar, Jun 11, 2007 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    VS can do this for you, there is a command line app in the .net framework folder in the windows folder or alternatively there are free apps that will give you a GUI for the command line function.

    http://www.west-wind.com/tools/aspnetcompiler.asp is one example
     
    AstarothSolutions, Jun 12, 2007 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    I would build your "Business Objects" in VB.NET. Build these as an application. They will push out your .DLL's
     
    ccoonen, Jun 12, 2007 IP