Re: Encrypting the source code

From: Alek Davis (alek_xDOTx_davis_xATx_intel_xDOTx_com)
Date: 12/06/03


Date: Fri, 5 Dec 2003 17:23:36 -0800

Mohammad,

What Jim is saying is: You only need to deploy the following files: *.aspx,
*.asax, Web.config, and *.dll (from the bin folder); you do not need to
deploy *.cs, *.vb, *.sln, *.proj, and other files, which are only used by
VS.NET and are not required by IIS.

Alek

"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
news:hCF$9U0uDHA.3532@cpmsftngxa07.phx.gbl...
> Mohammad,
>
> When you deploy an application, you should not deploy source code.
>
> Jim Cheshire, MCSE, MCSD [MSFT]
> Developer Support
> ASP.NET
> jamesche@online.microsoft.com
>
> This post is provided as-is with no warranties and confers no rights.
>
> --------------------
> >From: "Mohammad Samara" <mohammad@samara.fslife.co.uk>
> >Subject: Encrypting the source code
> >Date: Fri, 5 Dec 2003 01:05:11 -0000
> >Lines: 9
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.3790.0
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> >Message-ID: <uURPivsuDHA.1340@TK2MSFTNGP09.phx.gbl>
> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
> >NNTP-Posting-Host: 81-178-230-72.dsl.pipex.com 81.178.230.72
> >Path:
>
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.
> phx.gbl
> >Xref: cpmsftngxa07.phx.gbl
> microsoft.public.dotnet.framework.aspnet.security:7774
> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
> >
> >Hello everybody,
> >
> >I have deployed an ASP.NET application for one of our clients, is there a
> >way to hide or encrypt the source code of our application (C# code
behind)
> >from being diplayed by anyone else?
> >
> >Thanks.
> >
> >
> >
>



Relevant Pages

  • Re: What is Needed to Get an ASP.NET Page to Work?
    ... MyProject.dll, basically everything in the bin folder after compiling, ... Besides the entire bin folder, and any aspx pages, it should work fine. ... Also, everytime you compile an asp.net 2.0 website, a number of dll ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: What is Needed to Get an ASP.NET Page to Work?
    ... MyProject.dll, basically everything in the bin folder after compiling, ... Besides the entire bin folder, and any aspx pages, it should work fine. ... Also, everytime you compile an asp.net 2.0 website, a number of dll ...
    (microsoft.public.dotnet.framework.aspnet)
  • Deploying
    ... I'm going to move my ASP.NET app to a target machine. ... All aspx, dll (in bin folder) and web.config? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: What is Needed to Get an ASP.NET Page to Work?
    ... MyProject.dll, basically everything in the bin folder after compiling, ... Besides the entire bin folder, and any aspx pages, it should work fine. ... Also, everytime you compile an asp.net 2.0 website, a number of dll ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Namespaces - broad question
    ... aspx pages that I know I want utilize a specific function within, ... have the same codebehind page), how can I reference this function. ... >> compiling if the same class was written in different places. ... > A .Net assembly is a compiled DLL. ...
    (microsoft.public.dotnet.framework.aspnet)