Click here to Skip to main content
15,912,897 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i have a visual studio 2008 and i want to access json by using asp.net i have a example of json how to use this in asp.net

please help to use this

What I have tried:

http://192.168.1.10:8090/sendsms?username=user&password=123456789&phone=03001234567&message=hiworld
Posted
Updated 7-Mar-19 10:21am
v2
Comments
ZurdoDev 7-Mar-19 16:11pm    
What?

1 solution

Quote:
http://192.168.1.10:8090/sendsms?username=user&password=123456789&phone=03001234567&message=hiworld

First of all, you should learn a few things about IP address scheme.
192.168.xxx.xxx is a rank of addresses which are non routable, this mean that this rank can not be accessed from outside of your home/company network. Those addresses can not be accessed from internet.
Thousands of companies/homes have a computer with address 192.168.1.10 in their own network.
So your url is absolutely useless for anyone on this site.
Quote:
How to use json in ASP.NET

Your question is so general that a simple Google search will give you useful answers much faster.
 
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