PC Review


Reply
Thread Tools Rate Thread

Converting ASP VB .NET Web Application to VB .NET Executable Question

 
 
jm
Guest
Posts: n/a
 
      12th Dec 2003
I have created several VB .NET web applications and will soon have to
start building "real" executables. This may be involved, but how much
conversion is in a path like this? Is it simply recreating the GUI,
give the GUI controls the same name as in the web app and place the
code in different events than the ASP .NET page?

For example, I have an ASP.NET VB.NET web page, uses a database, etc.
The datagrid control, some textboxes, all that. There are events and
code in those events.

I need to take that page and turn it into an executable. Is this
huge, or is this more manageable because of the .NET platform?

Thank you.
 
Reply With Quote
 
 
 
 
Jan Tielens
Guest
Posts: n/a
 
      12th Dec 2003
Well it all depends on how your "old" applications are designed. If you have
a nice 3-tier layered application with a service interfaces layer for
example, you will only have to rebuild the GUI layer. But if you don't have
a layered application (e.g. opening connections and executing sql from a
webform) then you'll have to rewrite a lot more.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"jm" <(E-Mail Removed)> schreef in bericht
news:(E-Mail Removed)...
> I have created several VB .NET web applications and will soon have to
> start building "real" executables. This may be involved, but how much
> conversion is in a path like this? Is it simply recreating the GUI,
> give the GUI controls the same name as in the web app and place the
> code in different events than the ASP .NET page?
>
> For example, I have an ASP.NET VB.NET web page, uses a database, etc.
> The datagrid control, some textboxes, all that. There are events and
> code in those events.
>
> I need to take that page and turn it into an executable. Is this
> huge, or is this more manageable because of the .NET platform?
>
> Thank you.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Spreadsheet into Executable lukus2005@gmail.com Microsoft Excel Discussion 7 18th May 2011 06:12 PM
Converting VC++ 6.0 executable code to .Net DLL Jason Microsoft VC .NET 1 26th Aug 2006 06:07 PM
Executable for converting excel XML to XLS andrzej.dmoch@gazeta.pl Microsoft Excel Misc 0 14th Mar 2006 04:01 PM
<<Converting an Application to an Executable???<< =?Utf-8?B?TXJDbW9zRHJpdmVy?= Windows XP General 3 9th Apr 2005 08:16 PM
Converting mde to an executable file =?Utf-8?B?U3VnYXI=?= Microsoft Access VBA Modules 1 22nd Jul 2004 02:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:29 AM.