Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to deploy asp.net with out source

how to deploy asp.net with out source

Scheduled Pinned Locked Moved ASP.NET
tutorialcsharpasp-netsysadminquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rizwan Bashir
    wrote on last edited by
    #1

    hello there I have tried to create a deployment package but it keeps the source fies which I dont want user to have. can any one guide me how to encrypt those files for protection ?

    V M M 3 Replies Last reply
    0
    • R Rizwan Bashir

      hello there I have tried to create a deployment package but it keeps the source fies which I dont want user to have. can any one guide me how to encrypt those files for protection ?

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      Rizwa, I don't think you can do away with ASPX pages with contain the HTML. Of course, you don't any of those CodeBehind and other .cs files since they are compiled into the dll (which is located in the bin folder). In VS.NET Copy Project option, there are options to this requirement. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/

      1 Reply Last reply
      0
      • R Rizwan Bashir

        hello there I have tried to create a deployment package but it keeps the source fies which I dont want user to have. can any one guide me how to encrypt those files for protection ?

        M Offline
        M Offline
        munawarhussain
        wrote on last edited by
        #3

        hi No need to encrypt to protect code .. what you need to do .. just create an Installer for Deployment it will deploy all the aspx no need of CS files. the other way .. it can be done manually .. that just give Aspx and other resource files .. no other file is required... regards Munawar Hussain Sr.Software Engineer Ayfasoft Lahore Pakistan Cell# +92-42-321-4365657 +92-42-304-4030466

        1 Reply Last reply
        0
        • R Rizwan Bashir

          hello there I have tried to create a deployment package but it keeps the source fies which I dont want user to have. can any one guide me how to encrypt those files for protection ?

          M Offline
          M Offline
          minhpc_bk
          wrote on last edited by
          #4

          Hi there, If you are using the VS to create a web setup project to deploy your ASP.NET application, then when you add the Project Output to the Web Application Folder you can choose: + Primary Output: the application assembly .dll. + Content Files: aspx, asax, config ... and do not choose Source Files (.cs or .vb).

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups