[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Shafighipoor.M

1/2/2005 11:25:00 AM

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


1 Answer

JuanDG

1/3/2005 4:17:00 PM

0

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
>
>