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
I am creating a windows service to send automatic mails for the consumers, that are referred by our web site professional users to register in our site.
For sendind mail we are using our company mail but what we need is if customers want to reply for that mail they need to send for professional mail by clicking reply in the inbox.
I'm trying to recreate a facebook-like reply posting Wall with multiple users; 'm pretty new to the web environment but I have many years of development expierence so I should understand most of what you throw at me aanyone can put me in the right direction what type of script/lib/classes I should check. or even better some example code.
I have tried creating a comment section page using data controls like listview and repeater control to display comments and I was wondering how to add reply options on it. I want to create a comment section page with reply option and the users are able to delete its comment as well by hovering the mouse where the close button will show just like any popular websites we've known.
I have a WCF web service and jQuery AJAX implementation that appears to be working perfectly, save for a single line of code: the AJAX calls to the WCF service only have the correct HTTP header & content information if I use GET in my AJAX calls. Once I choose to use POST, the WCF service response with "Method Not Allowed". The calls are coming from domains such as sub1.domain.com, and calling svc.domain.com. How can I configure WCF to allow the cross domain AJAX POSTs?
[Code]....
Here's the relevant section of the web.config:
[Code]....
Here's the AJAX code:
[Code]....
I have indeed tried these changes to my interface:
i have to make a login page where user has to enter username & password to get message from remote server. actually its a API, where user send his username and password and get the reply. i have done the login page coding. but i don know how to catch the reply and disply it in window.
note that there is now database or connection string where we have to compare username & password. its simple url as:-
here in this string i have to replace the replace name and password with textbox values and post it. but it after posting i dont know how to catch the reply.
as soon as we click it. it replies as "invalid User Name or Password".
I have a requirement in my asp.net web application, to send emails that are marked as "Follow up" with the "Reply By" property set. I was able to set both these parameters as explained in the article below:
http://www.asp101.com/tips/index.asp?id=142
And the Outlook is showing the email as "Flagged" with the reply by time as set in the code. But the problem is that the outlook doesn't show any alert as the "reply by" time approaches.
This alert appears properly when any "Flagged" email is sent from microsoft outlook, so I am not sure why the emails sent from the web application dont' show the alert?
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
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.
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.