VS Deployment of web application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • navneetkaur
    New Member
    • Sep 2007
    • 45

    VS Deployment of web application

    Hi....

    i have developed 1 application.... but during deployment i am facing following issues:-

    1. i want after deployment my code does not seen by others.

    2 we are able to change connection string after deployment so that it should not be hard coded.

    Give your valuable suggestions...
  • StefanPienaar
    New Member
    • Nov 2007
    • 17

    #2
    Hi

    1. Download/Buy an obfuscator which removes the .net header from your application (thus apps such as reflector cant reverse it.)

    2. Read it from an external text file or the registry, just make sure to encrypt/decrypt it if it contains sensitive information.

    Stefan

    Comment

    Working...