Re: SMS Sending by ASP.NET
From: JuanDG (jdgx_at_hotmail.com)
Date: 01/03/05
- Previous message: JuanDG: "Re: Using ASP.net to set Text Box field to Numerics only"
- In reply to: Shafighipoor.M: "SMS Sending by ASP.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 Jan 2005 11:16:30 -0500
To send SMS to mobile phone you cannot simply do it with "your own Code",
because SMS it's a resource inside the mobile network and the only way to
access it is by the means provided by the mobile operators (the network
owners).
most of them provide access trough web services, because it's a clean and
standard way that works throughout all platforms.
If you want "some other way" you can talk directly to the mobile operators
and ask them to provide you with SMPP access to the server, so you can send
messages from you code using SMPP instead of web services.
-- Juan David Gomez A. Microsoft Certified Professional Analista de Desarrollo - PSL S.A. Web and Wireless Banking Medellin - Colombia "Shafighipoor.M" <shafighipoor@noujan.net> wrote in message news:eO09i3L8EHA.1400@TK2MSFTNGP11.phx.gbl... > Dear Friends > > Would you tell me How can I send SMS with an ASP.NET page , without any > Web > Services. > I want Send SMS directly by my own Code. > > -- > Best Regards > Shafighipoor.M > >
- Previous message: JuanDG: "Re: Using ASP.net to set Text Box field to Numerics only"
- In reply to: Shafighipoor.M: "SMS Sending by ASP.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|