Re: Deplyement Help Please



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

.



Relevant Pages

  • Basic architecture question
    ... like them all to compile into one .dll. ... Clearly SQLClient could have been compiled into it's own dll but it ... Then Accounting and Extranet would inherit from these inherited classes ... I'd like to use this type of namespace in hopes to keep ...
    (microsoft.public.dotnet.framework)
  • RE: Basic architecture question
    ... Each project in a solution compiles into a separate file. ... all your classes into one project in order to compile one DLL. ... > Then Accounting and Extranet would inherit from these inherited classes ...
    (microsoft.public.dotnet.framework)
  • RE: Basic architecture question
    ... "Dan Kelley" wrote:> Each of the classes within a project can have their own namespace. ... >> like them all to compile into one .dll. ... What if there is nothing to really>> inherit? ...
    (microsoft.public.dotnet.framework)
  • RE: Basic architecture question
    ... Create folders in the Internal folder called Accounting and Extranet ... > Each of those items above should be separate classes however I would> like them all to compile into one .dll. ... > Then Accounting and Extranet would inherit from these inherited classes> ...
    (microsoft.public.dotnet.framework)
  • Re: VBA and VSTO
    ... If you compile in VB6 with Global MultiUse than all you have to do is set a reference in Excel to your dll via Tools, References and you can access your functions in the dll directly. ... You will have to register the dll as well with Windows with Regsvr32, but that can be done quite simply in VBA. ...
    (microsoft.public.excel.programming)