Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I followed the steps to publish my application like-
under publish->profile tab chosen microsoft azure websites->created new website ->selected new database server and added the credentials for the same and clicked create->clicked next button(from connection on successful creation of website)-> in settings tab i saw no database was found and i publish

to publish my database sql from the properties of my application i chosen "package/publish sql"-> added name by clicking add button then->in database entry details i gave the connectionstring by browsing(i selected
C#
datasource=  localmachinename\SQLEXPRESSADV;initialcatalog="mydatabasename";UA="myusername";pwd="mypwd") 
not from web config file
then enabled the checkbox for pull data from existing database-> used same connectionstring->selected data and schema.

finally i republished the application and in settings tab i saw as
"Database publishing has been configured on the package/publishSQL property page for this project and you can continue to use those settings to publish your database".
then what should i do?

Please help me!!
Thanks in advance!!!

What I have tried:

I also tried by changing the firewall setting in azure portal but i am not able to figure out the exact steps to publish my application with sql
Posted
Updated 27-May-16 5:48am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900