c# - Publish a web service on Visual Studio 2010 -


i created web service in c#, using visual studio 2010 ( framework .net 3.5). in debug mode works great, must publish on internet, can consume in remote (the app consume web service android app).

so question is: how publish web service on internet can consume in remote?

thanks in advance; work taking degree!

a simple way: switch release mode, update web.config production, right click on service project , menu select publish. publish local folder. way copies files needed. copy contents of folder remote site using ftp, example, hosting provider should have given credentials.

for hosters possible publish directly don't use this.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -