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 Application Compilation

ASP.Net Application Compilation

Scheduled Pinned Locked Moved Web Development
csharpasp-nethostingquestion
2 Posts 2 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.
  • M Offline
    M Offline
    MrGlover
    wrote on last edited by
    #1

    Ages ago I read that when ASP.Net arrived we'd be able to "package" up the whole application so that it could be shipped off to a hosting provider without worrying about them stealing IP. Did this eventuate? Or is it still on the wish list? Gracias,

    P 1 Reply Last reply
    0
    • M MrGlover

      Ages ago I read that when ASP.Net arrived we'd be able to "package" up the whole application so that it could be shipped off to a hosting provider without worrying about them stealing IP. Did this eventuate? Or is it still on the wish list? Gracias,

      P Offline
      P Offline
      Paul Ingles
      wrote on last edited by
      #2

      You can (of sorts). You can produce compiled code that can then be dropped into the /bin directory and off you go. For example, I've produced a few validation controls (they're on CodeProject), you can add the tags into the aspx pages directly, drop in the assembly and you're off. You could produce commercial controls in such a way and thus provide some IP protection. Since its just IL it is pretty easy to reverse engineer, and there are tools that can produce C# code from a compiled assembly. Consequently, pre-compiling doesn't afford a huge amount of protection. If that's the case you'll need to look at obfuscation. -- Paul "I need the secure packaging of Jockeys. My boys need a house!" - Kramer, in "The Chinese Woman" episode of Seinfeld MS Messenger: paul@oobaloo.co.uk Sonork: 100.22446

      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