Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Hi All

 

I have just been asked if I could write a program that our salesman can access remotely. What they want to do is after seeing a customer run a program that will allow them to enter notes and comments about there visit and save to our file server so that the details are avalible to everyone straight away, sort of like a cut down CRM system.

 

I have no idea where to start on this one :confused: , can anybody recommend a good book on the subject?

 

Thanks

Edited by pendragon
Posted (edited)

I'd say that your best bet is a web application. That way he can logon from any computer to enter these details. The web applicaiton could then store the data in your companies database so everyone could have immediat access to it.

 

Just occurred to me, you might user terminal services to allow remote access to an application running on a server in your office.

Edited by Nate Bross

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Posted

Just throw up a web service. In .Net 3.0 there is the WCF framework for creating services and in 2.0 there is the web service namespace.

 

Books:

Programming WCF Services - Juval Lowy

.Net Web Services -Keith Ballinger

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...