c# - Deploying a sql server based webservice on azure virtual machine -


i have developed web service in vs2008 in c#. service queries sql server express 2012 database , returns results. when test service on local development system works fine.

now have windows azure trial account, , want service deployed on virtual machine.

1- have tried create virtual machines sql server , visual studio on it, not create service there. vs not have web services template there.

2- have tried create deployment package on dev system , tried install service did not work.

please suggest correct way of doing task. new these concepts may missing basic information , step step guide not hurt.

  1. install visual studio 2012 express web
  2. get application working in version, , preferably upgrade .net 4.5.
  3. create windows azure sql database following this getting started guide.
  4. download version 4.0.15 of sql azure migration wizard from codeplex.
  5. use wizard migrate local database azure, being sure fix problems reports.
  6. set windows azure web site , publish service as described in article.

Comments