Saturday, March 31, 2012

SMS Alerts throught ASP.Net 2.0

Hello All,

I have following queries:

How to Send/Receive SMS(Short Message Service) Alerts through
ASP.NET application.
Although, I found this
http://www.codeproject.com/aspnet/SendingSMS.asp which uses the 3rd Party
webservices for this purpose.
but i don't wanna rely on this 3rd Party service. How can i
create this on my own?

How to Check that particular mobile device/number support this
service?

What if the mobile support this service but b'coz of this
service is chargable the user disabled it?

Thanks & Regards
KausarTo send and recieve SMS you need an SMS gateway - which can be a mobile
phone connected to a PC running apporpriate software to communicate through
it. Take a look at nowSMS, a useful gateway that works with many phones for
inbound and outbound messaging and has an easy to wrap internal web server
to operate it via local http based requests.

I would however think that a web based srevice certainly for outbound
messaging will be cheaper.
--
Regards

John Timney (MVP)

"Kausar" <kausar.parveen@.suviinfo.comwrote in message
news:uG5cpVXqGHA.4992@.TK2MSFTNGP05.phx.gbl...

Quote:

Originally Posted by

Hello All,
>
I have following queries:
>
How to Send/Receive SMS(Short Message Service) Alerts through
ASP.NET application.
Although, I found this
http://www.codeproject.com/aspnet/SendingSMS.asp which uses the 3rd Party
webservices for this purpose.
but i don't wanna rely on this 3rd Party service. How can i
create this on my own?
>
How to Check that particular mobile device/number support this
service?
>
What if the mobile support this service but b'coz of this
service is chargable the user disabled it?
>
Thanks & Regards
Kausar
>


Hello John,

I want to know, Does Microsoft provide any framework for sending
SMS?
Can't we create a component using Window's CE and deploy it to
ASP.NET for this purpose?

Thanks & Regards
Kausar

"John Timney (MVP)" <x_john@.timney.eclipse.co.ukwrote in message
news:0fidnZZ22JwI0ibZnZ2dnUVZ8s-dnZ2d@.eclipse.net.uk...

Quote:

Originally Posted by

To send and recieve SMS you need an SMS gateway - which can be a mobile
phone connected to a PC running apporpriate software to communicate
through it. Take a look at nowSMS, a useful gateway that works with many
phones for inbound and outbound messaging and has an easy to wrap internal
web server to operate it via local http based requests.
>
I would however think that a web based srevice certainly for outbound
messaging will be cheaper.
--
Regards
>
John Timney (MVP)
>
"Kausar" <kausar.parveen@.suviinfo.comwrote in message
news:uG5cpVXqGHA.4992@.TK2MSFTNGP05.phx.gbl...

Quote:

Originally Posted by

>Hello All,
>>
> I have following queries:
>>
> How to Send/Receive SMS(Short Message Service) Alerts through
>ASP.NET application.
> Although, I found this
>http://www.codeproject.com/aspnet/SendingSMS.asp which uses the 3rd Party
>webservices for this purpose.
> but i don't wanna rely on this 3rd Party service. How can i
>create this on my own?
>>
> How to Check that particular mobile device/number support this
>service?
>>
> What if the mobile support this service but b'coz of this
>service is chargable the user disabled it?
>>
>Thanks & Regards
>Kausar
>>


>
>


No, the framework has no native support for SMS. It does have support for
making web requests which is how 99.9% of SMS gateways handle client
interactions. Many of the web based services can be interacted with via C#
very easily and products such as NowSMS can easily be operated via ASP.NET.

Regards

John Timney (MVP)

"Kausar" <kausar.parveen@.suviinfo.comwrote in message
news:%23HZYyMmqGHA.4988@.TK2MSFTNGP04.phx.gbl...

Quote:

Originally Posted by

Hello John,
>
I want to know, Does Microsoft provide any framework for
sending SMS?
Can't we create a component using Window's CE and deploy it to
ASP.NET for this purpose?
>
Thanks & Regards
Kausar
>
"John Timney (MVP)" <x_john@.timney.eclipse.co.ukwrote in message
news:0fidnZZ22JwI0ibZnZ2dnUVZ8s-dnZ2d@.eclipse.net.uk...

Quote:

Originally Posted by

>To send and recieve SMS you need an SMS gateway - which can be a mobile
>phone connected to a PC running apporpriate software to communicate
>through it. Take a look at nowSMS, a useful gateway that works with many
>phones for inbound and outbound messaging and has an easy to wrap
>internal web server to operate it via local http based requests.
>>
>I would however think that a web based srevice certainly for outbound
>messaging will be cheaper.
>--
>Regards
>>
>John Timney (MVP)
>>
>"Kausar" <kausar.parveen@.suviinfo.comwrote in message
>news:uG5cpVXqGHA.4992@.TK2MSFTNGP05.phx.gbl...

Quote:

Originally Posted by

>>Hello All,
>>>
>> I have following queries:
>>>
>> How to Send/Receive SMS(Short Message Service) Alerts through
>>ASP.NET application.
>> Although, I found this
>>http://www.codeproject.com/aspnet/SendingSMS.asp which uses the 3rd
>>Party webservices for this purpose.
>> but i don't wanna rely on this 3rd Party service. How can i
>>create this on my own?
>>>
>> How to Check that particular mobile device/number support
>>this service?
>>>
>> What if the mobile support this service but b'coz of this
>>service is chargable the user disabled it?
>>>
>>Thanks & Regards
>>Kausar
>>>


>>
>>


>
>


If you just need a simple software to send out SMS via a phone, you can
try this freeware that supports HTTP interface -
http://www.visualgsm.com/products_vgsmlite.htm

0 comments:

Post a Comment