Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to develop an ASP.Net web site using VB.Net for receiving data from a device.

The device will send data to the server where the website is placed.

My question is: can I write my script in WebService VB.Net for getting the values from the device and for storing the same information into the web server database and how should i do this and also i want to do this through dynamic dns...is it possible..if yes then how will be the interfcaing be done ? pls help me regarding this...
Posted
Updated 13-May-13 18:45pm
v2

1 solution

This project is beyond the scope of a "Quick Answers" type question. This section is for people who have actually produced some code themselves and have encountered a specific problem with their code.

You can certainly develop websites using ASP.NET and VB.NET. You can send information across the web to store in a database. You can read the information out of the database to display on your website. This has nothing to do with dynamic dns...
 
Share this answer
 
Comments
hermionee 14-May-13 1:28am    
thankou for your answer..i too hav ethe code but i'm confused about the interfcing part,...
_Damian S_ 14-May-13 1:29am    
Well, which specific part are you stuck on? Does your ASP.NET site display info from the database? Does your gprs device insert records into the database?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900