Is it possible to detect GSM mobile (any kind) which connectedthrough serial port to computer and then be able to send SMS throughthis mobile phone to other mobile phones from asp.net website running under iis(only 1 system), could anyone help me and guideme, I wrote a program which could open COM port but still couldn't
detect mobile phone and send SMS through it.
I wanted to send and receive SMS from my application, as of the need i bought a Wavecom GSM Modem. I also downloaded ActiveXperts Toolkit for communicating with GSM Modem, i can be able to send SMS through the GSM Modem. have problem with receiving SMS.
I am developing an ASP.NET web page for sending sms using gsm modem. I have connected my phone using data cable to my PC.What are all the other requirements needed?I need to write vb.net code in code behind file to send SMS Using GSM Modem. What steps do i take to develop my web page for it.
there are many samples for sending sms from application through GSM modem.is it possible to send email through GPRS activated sim to others. is there any application regarding this developed in c# asp.net.
I have a new account with no-ip.com with Dynamic DNS Update Clients installed in my pc. my url is [URL] when ever i enter this ip in browser it shows me my modem dsl router setup page.. i need to show my webpage which is in IIS. For local it would be like this: [URL] i need to show this webpage [URL] (all over the world if user enter)-> [URL] So how to Achieve this.
I'm needing to send around 500-2500 emails out at a time to internal email accounts. I'm wondering which was would be faster both for the mail server and for my client app. Should I send multiple emails with just different TO addresses, or just one with multiple BCC addresses? I tried testing this by sending a bunch to my own email and the multiple emails method work, but with the BCC and a single message I only get that single message in my inbox. Shouldn't I be getting as many copies as the number of times I put my address in the BCC line?
I am developing an application with C#, it has a requirement to connect to remote device over GPRS, send REQUEST and get data either to display on web page or update database for further analysis. how can i do this? I currently have a N73 mobile to connect to PC as modem.
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.47.109:25
i know how to receive a data.. from sms.. using the service provider gateway.. but my problem is the reply of message from the source..the instruction says
If I want to send an e-mail (up to 30) in response to user's action, what execution context do I do it from?
Do I do a sync call (mail server is in the same data center, so actual sending is fast)? Do I spawn a thread and send it from there? such that each user-request-to-send mail gets handled by a new thread? Do I have a background thread that handles a queue of e-mails?
The biggest issue I think, is that it is a shared web hosting. So I don't know what's a good way to install/start a windows service, or start a dedicated thread.
Details: ASP.NET MVC app, hosted on IIS 7.0 integrated mode, on discountasp.net using discauntasp.net smtp server.
Is there a better way? What's a "standard" way to accomplish this?
i just build one web application using microsoft visual studio 2008 ..so it done well...and after several testing..the problem has been faces up..here the problem situation.
my web application need to send data logger to one computer using HttpWebRequest and HttpWebResponce ...so i set at web.config the name of data logger like this :
and i add at host file ( c:windowsystem32driveretchost)
10.10.10.1 dss.datalogger (for example)
its done well...and i said this is server process ..:-)
The problem is when the data need to send with different ip address...and i want to change from server process to client process which mean the client can choose what ip that client want to send the data logger..
I got a web service that I protect with basic authentication and use ssl. to make it easy for the clients that are gone use this web service I want to skip the 401 and send the credentials with the url (I would like so the customer can access the web service with url from their code / web app), question is this possible?I know about headers but a lot of the clients gone use this do not got the proper developing team to do code.
I want send Email using Asp.net3.5, c#.net. I am able to send it using smtp.gmail.com with my ID ss@gmail.com, but my client given there details to send from there Id. With that I am unable to send. Details looks different like .Ex. xxx.xxx.com not like smtp.gmail.com there is no SMTP word in that host name.
i want to send sms to mobile from asp.net web Application. i am using this but its not working. is there any other free webservice which i can use to implement this.
I'm sending a value (id) from javascript like this:
__doPostBack('',id)
and at the server side I get it like this:
var id = Request["__EVENTARGUMENT"];
the problem is that sometimes other controls also do stuff and the var id also get's value but not with the value I sent, but some control did.how do I send this value separately so that in var id only the value that I sent using js can be.
I know how to send emails, but is it possible to send out text messages?I have a yahoo account and i used to access their server for sending the emails.server which i can access to send text meaasges inspite of running my own server?