Re: Deplyement Help Please
- From: "Jacob" <jacob.reimers@xxxxxxxxx>
- Date: 13 Dec 2006 23:24:55 -0800
ASP.NET doesn't precompile, but you can create a dll that has classes
that inherit from the Page class and create your page in them.
Afterwards your pages can just inherit these classes. It's the same
system as for ASP.NET 1.1 but is not extremely practical. The resulting
page will always be accessible, and the source pages will only be
available to your clients, with whom I guess you have an IP protection
clause in your contract - if not charge more money.
NW Technicals wrote:
Hello Folks,
Sorry for a begineer question
I have developed a ASP.NET 2.0 applicaiton. Now I need to deploy this.
But I would like to compile and give rather than giving ASP pages so that my
code is for one not tampered with and secondly protects my rights of
ownership
I am using VS 2005, How do I build a DLL or exe for this webapp
How to find where compilition is going and understand this process
Regards,
Sridhar
.
- References:
- Deplyement Help Please
- From: NW Technicals
- Deplyement Help Please
- Prev by Date: Re: Random NT Authority/Anonymous Login Errors - REALLY NEED HELP.
- Next by Date: Reading Values from FormView Ctrl - Object reference not set to an instance of an object.
- Previous by thread: Deplyement Help Please
- Next by thread: Re: Deplyement Help Please
- Index(es):
Relevant Pages
|