It is possible to host windows forms application online?

Status
Not open for further replies.

capsto23

New Member
Messages
1
Reaction score
0
Points
1
I already created desktop application for may capstone project and I need to connect it to database online because I also have a mobile application that need to be connected with that database. So, I am asking if windows forms application can be connected to database online? and how?
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Yes... but not here. External database connections are not allowed (inbound or outbound). Theoretically you could provide an HTTP PHP API for database interactions, but you'd also be required to have a web front end for the application. (The space is provided for web sites, but if that means that a possible HTTP API for an application on a different platform chances by, there are no specific restrictions there.)
 
Status
Not open for further replies.
Top