Re: Help Needed on ASP.Net Deployment



On Aug 8, 5:20 am, apondu <apo...@xxxxxxxxx> wrote:
Hi Friends...

I have a simple query on building the Web Setup project.
When i build my setup, i see that the code behind the .aspx pages (.cs
code pages) are also included. And when i deploy the project i can see
that even those code files are also deployed on the machine and the
code with in those .cs files can be seen ( read-only format). But i
want the code to be hidden, either those code files should not be
deployed ot they should atleast be encrypted so that my code is safe
and no one can see the code.

Can anyone please help me in achieving this.

Steps i followed in building the Web Project Setup :

1. Add new project from the file menu to my existing project.
2. Selected the Setup and Deployment - > Web Setup Project
3. On file system Editor -> right click on web application folder ->
Add Project Output ->
ContentFiles selected.
4. In Properties Window of File System Editor i set the read only
properties
5. Build the Project.

These are the steps i followed.

Can anyone please help me, and let me know what are the changes i need
to do to protect my code from being included in the web set or
atleast be encrypted so that no one can view the code of my .cs files.

My mail id apo...@xxxxxxxxx

Waiting for response

Thanks

Regards,
Govardhan

Check out add-in for VS2005 that will pre-compile the entire web
project to one more DLLs. Here are some details on it..


http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx

Check out the add-in for Web Application projects also, this has been
helpful

http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx

Ron

.



Relevant Pages

  • Re: Help Needed on ASP.Net Deployment
    ... use from .NET command line aspnet_compiler command utility ... Selected the Setup and Deployment -> Web Setup Project ... to do to protect my code from being included in the web set or ...
    (microsoft.public.dotnet.general)
  • RE: Advice on how to create deployment package
    ... Regarding on the ASP.NET web application deployment question, ... In addition, for database creating, ... #Deployment of a Web Setup Project ... Using a Custom Action to Create a Database at Installation ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Help Needed on ASP.Net Deployment
    ... Selected the Setup and Deployment -> Web Setup Project ... In Properties Window of File System Editor i set the read only ... to do to protect my code from being included in the web set or ...
    (microsoft.public.dotnet.framework)
  • Re: Help Needed on ASP.Net Deployment
    ... Selected the Setup and Deployment -> Web Setup Project ... to do to protect my code from being included in the web set or ... The publish wizard will pre-compile your application and compile ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Help Needed on ASP.Net Deployment
    ... Selected the Setup and Deployment -> Web Setup Project ... In Properties Window of File System Editor i set the read only ... to do to protect my code from being included in the web set or ...
    (microsoft.public.dotnet.framework.aspnet.security)