Click here to Skip to main content
15,908,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

Im trying to make an web application sending message using Scambers GSMComm Library..

I tried it on local..ASP.NET page works and send message But when i upload the website together with the DLL , I get an error like COMX DOESNT FOUND...This is the test web page below

http://bilisimturkiye.somee.com/Baglan.aspx[^]

Please be sure that u ve put 3G modem..
Posted

1 solution

Hello,

Scamper's GSMComm Library requires a connection to GSM Modem/Phone for sending out SMS. Just dll is not sufficient. I suppose you are connecting your GSM Phone to your local machine while testing. How are you planning to do this when you upload your application to a remote web site?

Regards,
 
Share this answer
 
Comments
beratxt 12-Mar-13 13:38pm    
Hi Mr Khander ekar

No , Im using 3G Modem IT WORKS.No device problem BUT
ASP.NET listes just the comport which is on the server NOT On my computer when i upload the website( because of server side )

How can i overwhelm this problem ? Some guys told me Activecx
But i dont know how to write a code in activeX

PLESAE HELP ME THANKS advance for helping
Prasad Khandekar 12-Mar-13 13:46pm    
I was saying exactly that. It works on your local machine because the 3G modem is connected to your machine. Asp.Net page running on the local IIS won't have any problem accessing this modem over local COM port. However when you publish your web site on a remote server the problem will start if the 3G modem is not connected to the local COM port of the server.

Active-X won't solve this problem either. The reason being say if I access your web site then Active-X component will be running on my machine (inside my browser). Now my machine won't have 3G modem connected to it and hence active-x will fail.

Regards,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900