Webservices froe Custom Desktop Win Application

Webservices from Custom Desktop Win Application

I am seriously looking at your hosting for my domains. I have written a custom desktop windows application that is installed on my subscribers machines which uses webservices to update the data to/from the end users of the application. Does your windows hosting allow this?
 
Can you please explain what web services it uses? I can't really answer until I know. If just standard asp/asp.net/php it should be fine. If more advanced, give a few more details and I can answer.
 
Webservices I have written. GetUserID, GetInformation, UpdateInformation, AddInformation to the main database in vb .net.
For example
<WebMethod()> Function ServiceLogin(ByVal EncCred As String) As String
Return CheckCredentials(EncCred, True, "Login")
End Function

Basic stuff.
 
ok, then it should be fine as long as it doesn't need a special port or anything.
 
Back
Top