asp.net - How to deploy standalone ServiceStack website -


i working on small website based on example servicestack project. standalone web app there no need iis etc. start server @ http://localhost:8080 , opening website in local browsers seems work fine.

my pc has dedicated ip , hope test server computer. can python server running using python -m simplehttpserver 8000, network working fine.

but remote computer cannot access servicestack server. think there should simple setting somewhere working. searched online, there information iis , asp.net. app standalone , independent of asp.net. supposed running on linux on windows. (though deploy on windows machine now.)

it work fine on local computer because firewall doesn't block local traffic. if want other computer access services running on machine need open ports on firewall.

this can configured windows firewall in control panel


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -