c# - Deploying a .NET application to AppHarbor that doesn't use ASP -
i have desktop application idea requires server component work. unfortunately, i'm new web programming don't know how works.
what know don't need website. server i'm gonna making doesn't output html. needs simple database access , few checks here , there.
in case, i'm assuming asp.net overkill , haven't worked asp anyways, i'm wondering can push console application appharbor. if can, how manage requests (or how send requests when it's deployed)? if can't that, i'm willing use else (heroku ruby maybe) allow me that. i'd use ruby in first place same question remains. ror instead of asp.net.
any appreciated.
there simple asp.net project hosting wcf. in visual studio click file->new->web site.
in desktop application add reference wcf service (right click on project add service reference , past url, can see after running wcf service)
Comments
Post a Comment