Tuesday, 3 September 2013

How to deploy standalone ServiceStack website

How to deploy standalone ServiceStack website

I am working on a small website based on an example ServiceStack project.
It is a standalone web app so that there is no need for IIS etc. Currently
I start the server at http://localhost:8080 and opening the website in my
local browsers seems to work fine.
My PC has a dedicated IP and I hope to test my server from another
computer. I can successfully get a Python server running using python -m
SimpleHTTPServer 8000, so network is working fine.
But the remote computer cannot access my ServiceStack server. I think
there should be a simple setting somewhere to get it working. But I
searched online, there is much information about IIS and ASP.Net. But my
app is standalone and is independent of Asp.net. It is supposed to be
running on Linux as well as on Windows. (Though I will only deploy on a
Windows machine now.)

No comments:

Post a Comment