SMS gateway not working on IIS

amit1902

New member
Joined
Apr 11, 2011
Messages
1
Programming Experience
1-3
I am facing a typical problem.
I have hosted a new web application on IIS (Window server 2008). My application uses a third party SMS gateway to send SMS for user registration and others purpose.
When I run the application in debug mode in Visual studio on webserver, The SMS gateway works fine. But when same application is run using localhost or IP address or using domain name, Then SMS gateway fails(I think it is blocked) to send SMS. I have tried this even after changing firewall setting, Still problem is not solved.
 
Back
Top