Connecting to SQL Server database from ASP.NET
Hi, I've created a new SQL Server database through Hosting Controller, how can I connect to it through SQL Server Management Studio or Enterprise Manager? Also, what connection string should I use to connect to it from my ASP.NET application? Thanks
|