Re: Encrypting the source code
From: Alek Davis (alek_xDOTx_davis_xATx_intel_xDOTx_com)
Date: 12/06/03
- Next message: Daniel J Rodriguez: "Re: Encrypting the source code"
- Previous message: Alek Davis: "Re: I need crypt and decrypt basic sample"
- In reply to: Jim Cheshire [MSFT]: "RE: Encrypting the source code"
- Next in thread: Daniel J Rodriguez: "Re: Encrypting the source code"
- Reply: Daniel J Rodriguez: "Re: Encrypting the source code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
> >
> >
> >
>
- Next message: Daniel J Rodriguez: "Re: Encrypting the source code"
- Previous message: Alek Davis: "Re: I need crypt and decrypt basic sample"
- In reply to: Jim Cheshire [MSFT]: "RE: Encrypting the source code"
- Next in thread: Daniel J Rodriguez: "Re: Encrypting the source code"
- Reply: Daniel J Rodriguez: "Re: Encrypting the source code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|