Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
Hi,

I am a newbie at this so let me explain my situation. I created a website that shows a graphical representation of the status of a processed file. Now, we need to accept data to create this files from users on an external application. My website is going to receive this data from more than one not-related sites. I have heard of APIs but I'm not sure if that would be the right approach. My website is built on ASP.NET (VB)

To be more specific, what I want is people from other sites be able to insert data into my database. They already have a web page with a form and they store the captured information in their database, but then we need to capture part of this data to insert it into our database. I only need Name, full address, phone numbers and a file id. So I was thinking that after they process their form, they could call something on my website sending the required information and this something would insert it into our database.

Thanks
Posted
Updated 31-Oct-11 7:01am
v2
Comments
Sergey Alexandrovich Kryukov 31-Oct-11 11:57am    
You need to explain your scenario. Focus on your ultimate goal, not techniques to be used. What do you want to achieve and why?
--SA
[no name] 31-Oct-11 12:39pm    
What exactly you want? Can you elaborate more?

You can use any of the Web Services as mentioned above.
 
Share this answer
 
Have you used MVC? If so the simplest way to expose MVC to the outside world is via JSON webservices.

If you have not used MVC, a WCF web service may be an approach to consider.
 
Share this answer
 

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