Re: How to deploy ASP.Net applications
- From: "Scott M." <s-mar@xxxxxxxxxxxxx>
- Date: Sat, 8 Jul 2006 10:22:54 -0400
If you are using VS.NET, just hit the "Copy Project" button in the Solution
Explorer and choose "Only files needed to run application".
You should never deploy your .vb files to a production server.
The .resx files are used by VS.NET onlyl and don't contain any code to be
worried about.
All that's really needed on the server are the .aspx files, the compiled
..dll file in your bin folder (in a bin folder on the server as well) and
web.config is a good idea as well.
"Saeid Bagheri" <it@xxxxxxxxxxxxxx> wrote in message
news:%23ya03nmoGHA.3644@xxxxxxxxxxxxxxxxxxxxxxx
Dear friends
i have made a web application by using ASP.Net 2003.
We use it in our compnay.
Now i want to sale this application to another company also.
Currently all files including .vb,.rpt,.xsd,.resx,.aspx are in WWWRoot
folder in my server.
I am very worry about my application source because as i mentiond all
files
are accessible in WWWroot Folder.
about desktop applications as you know we can make a setup package which
will be installed and source will be safe with us.
Regarding ASP.net application i dont know how to secure my source code.
Is there any way for this reason ? what is standard way to deploy we
applications.
Please help.
Regards
.
- Follow-Ups:
- Re: How to deploy ASP.Net applications
- From: Henning Krause
- Re: How to deploy ASP.Net applications
- References:
- How to deploy ASP.Net applications
- From: Saeid Bagheri
- How to deploy ASP.Net applications
- Prev by Date: How to deploy ASP.Net applications
- Next by Date: Re: How to deploy ASP.Net applications
- Previous by thread: How to deploy ASP.Net applications
- Next by thread: Re: How to deploy ASP.Net applications
- Index(es):