Convert ASP.Net to VB.Net

S

Sam

I would like to inquiry that possible of convert ASP.NET into VB.NET ?

Or any alternatively where I could convert ASP.NET into EXE application?

It is needs because ASP.NET require manual process and I would like to
schedule automatically.

Please advise.

Many thanks.
 
S

Scott M.

ASP.NET and VB.NET aren't comparable as you are trying to do. The first is
an architecture, the second is a language.

If you are saying that you have a web application that you need to turn into
a client application, you will need to create a series of Windows Forms that
mimic the UI of the various web pages you are converting. You would have to
change much of the UI code as well and you would do this in a Windows Forms
project that compiles down to and .exe. There is no automatic conversion
tool to do this for you.
 
W

WJ

Depend what your current Asp.Net application is doing. You may not have to
convert it. All you need is to write a small Windows Service to call the
Asp.Net app. at certain time during the day to do what you want instead of
manually running the app. You do this by passing all the necessary data to
the Asp.Net app so that it can do thing behind the curtain.

John
 

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,774
Messages
2,569,596
Members
45,144
Latest member
KetoBaseReviews
Top