Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert Win application to Web application

Status
Not open for further replies.

aspvbnetnerd

Programmer
May 16, 2006
278
SE
I have to created a vb.net windows application.
I would like to have this application to be a web application.

Is it possible for me to convert it to a web application?

George
 
Ok, how would you do it.

I don't want to write it all again.

George
 
You don't have a choice. Web apps are very different from windows apps.
 
You wouldn't have to write it all again. I assume you've seperated all the code into seperate layers, so you will only have to change the presentation layer. The business layer, and the data access layer can remain the same.


-------------------------------------------------------

Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
[URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
 
There's also another method which involves the windows for running inside a browser. However, I can't think of what it's called at the minute, so I'll have to dig out a link I have for it at work tomorrow. It's probably not the best approach though, and I'd go with rewriting the presentation layer.


-------------------------------------------------------

Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
[URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
 
Yes I only have to change the presentation layer, but it is alot of logic there

I have a class for data acces, class for printing, class for Active Directory logic, Class Datalist, Class for calling webservice.
All of them are implented trought Interfaces. This is okay.

There is alot of logic in the presentation layer. example working with C1Flexgrid.

Oh my god. :-(

/George
 
This is the link I was thinking of:


There is a video of it in action here:




-------------------------------------------------------

Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
[URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
 
Thank you Mark for taking your time for trying to help me.

George
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top