Project Implementation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • giveDsolution
    New Member
    • May 2007
    • 107

    Project Implementation

    Hello Frds,
    I want some Knowledge about Project Implementation.
    I their any way that we install the software in the client side and the client cannot view the code if they want.

    Basically i am involved in the Coding and I want to know abt Project implementation.

    And wht more Security we can provide to our software.
    Pls Bear with me ........
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Depends on the language you use.

    Since this in a .Net forum, every .net project is compiled. Which means that you ned the executable file only and not the code.

    If you are developing a windows form application, you do not have to worry about it as an executable is the only way to run the program. However if you are developing an Asp .Net solution then you would need to pre compile the website and then deploy it to the client server.

    Comment

    • giveDsolution
      New Member
      • May 2007
      • 107

      #3
      Yes , The software uses .net Language and its a web based application.
      Frankly ......i have understood wht u have written.......b ut can u make me understand in details so that i can implement practically.

      Comment

      • Shashi Sadasivan
        Recognized Expert Top Contributor
        • Aug 2007
        • 1435

        #4
        Here is a very useful link
        How to: Precompile ASP.NET Web Sites

        Comment

        Working...