Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to develop sms service in asp.net project any one help me please
Posted
Updated 14-Jul-12 8:40am
v2
Comments
bbirajdar 14-Jul-12 14:10pm    
You need to get the service from the telecom operator.
[no name] 14-Jul-12 14:39pm    
You should post this as the answer since that is the answer... :-)
bbirajdar 14-Jul-12 14:57pm    
Hi Wes ADay....Done...And added some explanation too.. ..And thanks for the suggestion :)

You cannot create a sms service in asp.net alone. The SMS content has to be transmitted through the internet to the telcom operator and from the telecom operator to the other telecom network(s) which then send it to the receiving devices like mobiles.

Since its not feasible to setup a telecom network for the sake of SMS service alone, you need to buy the SMS service from the telecom operators. There are a lot of SMS service options available with flexible rentals/charges. You need to decide the geographical areas where you want to send the SMS and opt for a SMS service according to your budget.

Bulk SMS service[^]
 
Share this answer
 
Comments
[no name] 14-Jul-12 14:58pm    
5
Sergey Alexandrovich Kryukov 14-Jul-12 23:44pm    
Right, a 5.
--SA
Articles:
Sending SMS using .NET through Web service[^]
Sending SMS text messages using ASP.NET scripts[^]

Discussion links:
sending sms using vb.net[^]
how to send sms through asp.net with c#? [^]

Nutshell: ASP.NET does NOT have any inbuilt API support to send out an SMS. You need to go for a third party solution or use something that is found on the Internet. Articles and discussions above should help you out.
 
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