Deplyement Help Please

N

NW Technicals

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
 
J

Jacob

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top