Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / February 2006

Tip: Looking for answers? Try searching our database.

Tool to make DLL's

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John Mason - 16 Feb 2006 04:53 GMT
Hi,

I am an intermediate web developer using Dreamweaver MX, programming in
ASP.NET 1.1 (VB.NET not C#). I am currently not using code-behind.

1. I am interested in knowing how I can compile an existing asp.net
application into DLL(s), so that the code will be inaccessable if I sell
the application to clients. What is the best tool for this?

2. Also, is is true that the files need to be code-behind prior to
compiling the code to DLL file(s)?

3. If I have to use code-behind, which tool would be best for this (for
someone who hasn't programmed this way before)?

If someone can help with all 3 questions I would very much appreciate
it!

Thanks in advance.

John.
Marc Scheuner - 16 Feb 2006 05:45 GMT
>1. I am interested in knowing how I can compile an existing asp.net
>application into DLL(s), so that the code will be inaccessable if I sell
>the application to clients. What is the best tool for this?

Visual Studio 2005

>2. Also, is is true that the files need to be code-behind prior to
>compiling the code to DLL file(s)?

Yes

>3. If I have to use code-behind, which tool would be best for this (for
>someone who hasn't programmed this way before)?

Visual Studio 2005

Marc
Edwin Knoppert - 16 Feb 2006 08:37 GMT
If you don't really know ANY details, don't answer.
At least #1 and #3 are wrongly answered, #2 is very doubtfull!

VWD express is free and can be used to write excellent apps.
However, you'll need to compile manually, i'm using a .bat file to a
separate directory.
I'm using codebehind but i can not imagne code IN html is not compiled, try.

VS2005 can possibly compile from menu but that's just an handy feature.

You asked for dll(s) and indeed, there are multiple files created, not one
single dll or so.

> >1. I am interested in knowing how I can compile an existing asp.net
>>application into DLL(s), so that the code will be inaccessable if I sell
[quoted text clipped - 13 lines]
>
> Marc
John Mason - 16 Feb 2006 22:00 GMT
Hi Edwin

Thanks for your helpful responses. According to the FAQ's on the
Microsoft website, VWD Express is ASP.NET 2.0. My hosting provider
should get with the times!

Do you know of a URL that explains compiling using .BAT files?

Thanks again,

John.
Edwin Knoppert - 17 Feb 2006 09:00 GMT
I forgot but google helps..

Here is my (modified to ANYNAME!) bat:

C:\WINDOWS\MICROS~1.NET\FRAMEW~1\V20~1.507\aspnet_compiler.exe -c -f -v
/ANYNAME -p c:\dotnet\myappdir1 f:\compiled
@Del f:\compiled\bin\*.bat

@pause

This will compile a complete asp app to a directory, target dir is cleared
first(!)
I copy the contents of f:\compiled to my webserver.

> Hi Edwin
>
[quoted text clipped - 9 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.