Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 12th, 2003, 02:44 AM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to life_s Ng Send a message via MSN to life_s Ng
Default help...

hi, im going to write a LAN application, its about
retrieve some info from the terminal server's database. i wondering which programming i should use... i prefer asp.net, and i want to use it, but "some1" seems like not agree with that... and i cant get some convincible reasons to psycho him... any1 have any idea to let me do him? thanks

best Regards
Life's Ng

 
Old September 12th, 2003, 09:22 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

A. If you are writing a client application that you want to execute on the desktop you can't use ASP.Net. You'll have to build a windows forms or console application using which ever language you prefer.

B. What exactly are you trying to do?

Peter
 
Old September 12th, 2003, 10:16 PM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to life_s Ng Send a message via MSN to life_s Ng
Default

im sorry, i just need to create a form that can retrieve information from a terminal that running in a LAN... this form can either execute on desktop or pda using http...

i like ASP.NET more and more as time pass by, and i think ASP.NET is more advantages than VB6... but i just cant tell him what is the advantages...

 
Old September 15th, 2003, 08:55 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Well, I would say it's kind of hard to compare VB6 to ASP.Net. That's like comparing VB6 to ASP. One is client execution and one is web server. It sounds like you need to be building something for client execution. So you need to consider VB6 or VB.Net.

When you say "terminal", what do you mean? Are you just talking about another machine on your LAN? If you are going to build a HTTP app on a PDA then you will most certainly need that "terminal" to be running a web server. This application begins to sound more and more like the perfect application of a VB.Net client app that talks with a web service (even if it's only using the LAN) to get it's data. Something like that becomes very easy to build with .Net.

Peter
 
Old September 15th, 2003, 08:29 PM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to life_s Ng Send a message via MSN to life_s Ng
Default

Quote:
quote:Originally posted by planoie
 Well, I would say it's kind of hard to compare VB6 to ASP.Net. That's like comparing VB6 to ASP. One is client execution and one is web server. It sounds like you need to be building something for client execution. So you need to consider VB6 or VB.Net.

When you say "terminal", what do you mean? Are you just talking about another machine on your LAN? If you are going to build a HTTP app on a PDA then you will most certainly need that "terminal" to be running a web server. This application begins to sound more and more like the perfect application of a VB.Net client app that talks with a web service (even if it's only using the LAN) to get it's data. Something like that becomes very easy to build with .Net.

Peter
yeah, thanks Peter. the terminal is a server on the LAN. 1 more ques... "very easy to build with .Net." do u mean with ASP.NET....?

best regards
life's Ng

 
Old September 16th, 2003, 02:21 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

No, I mean with any .Net. Everything's easy to build in .Net be it a client app or a web app. Particularly if you want to use SOAP with a web service. You could build the web service on this web server on your LAN, then use SOAP to access the data in the client app. It would be very neat, plus it's fast to do. If you aren't familiar with SOAP do a little research on it, there's lots you can do with it. I haven't working with it a WHOLE lot, but I can see it's power and potential.

Peter









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.