Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6964425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:55:22+00:00 2026-05-27T15:55:22+00:00

I want to deploy my ASP.NET application to MS Azure (and SQL Azure). The

  • 0

I want to deploy my ASP.NET application to MS Azure (and SQL Azure). The application is using code-first.

After publishing my application and calling the corresponding URL I receive an error message saying:

Login failed for user ‘myUserName’. This session has been assigned a tracing
ID of ‘8beaff1c-629f-45b3-991b-228425bc30a4’.Provide this tracing ID
to customer support when you need assistance.

I’m pretty sure this is due to connection strings in my config files.

Here is the relevant extract from my web.config:

<connectionStrings>
    <add name="dbContext" 
         connectionString="server(local)\SQLEXPRESS;database=myDB;integrated security=true;MultipleActiveResultSets=True" 
         providerName="System.Data.SqlClient" />
</connectionStrings>

And here is the corresponding web.release.config:

  <connectionStrings>
    <add name="ApplicationServices" connectionString="Server=tcp:xt1rnwvt89.database.windows.net;Database=myDB;User ID=myUserName@xt1rnwvt89;Password=myPassword;Trusted_Connection=False;Encrypt=True;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
    <add name="dbContext" connectionString="Server=tcp:xt1rnwvt89.database.windows.net,1433;Database=myDB;User ID=myUserName@xt1rnwvt89;Password=myPassword;Trusted_Connection=False;Encrypt=True;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
  </connectionStrings>

I’m not sure if I need both the ApplicationServices and dbContext settings…?

Of course the credentials given above are anonymized. But the real credentials should be correct, because I can successfully connect to my Azure database with SQL Server Management Studio (SSMS).

I already checked several documentations and tutorials like https://www.windowsazure.com/en-us/develop/net/tutorials/web-app-with-sql-azure/, but I couldn’t find a solution yet. Everything seems to be ok.

Does anybody have an idea?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:55:23+00:00Added an answer on May 27, 2026 at 3:55 pm

    This is the connectionstring I use:

    <add name="dbContext" connectionString="Server=tcp:xxxxxxxx.database.windows.net;Database=xxxxxxxx;User ID=xxxxxxx@xxxxxxxxx;Password=xxxxxxxxxx;Trusted_Connection=False;Encrypt=True;" providerName="System.Data.SqlClient" />
    

    Also make you sure set the correct firewall settings:

    • When deployed you should have the ‘Allow other Windows Azure Services to access this server.‘ option checked.
    • When connecting from another network make sure to add that IP to the firewall rules otherwhise you will have a connection denied.

    If you want to make sure you use the correct connection you can ask the correct one from the management portal. Just click your databasename on the left and then you can see the connection string on the right panel.

    Edit
    Also when using Code First make sure the database doesn’t already exist because the database drop won’t work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I want to deploy an ASP.NET application that hosts RIA Services endpoints for
I am developing an application using ASP.NET MVC 1 and VS2008. When I deploy
I want to deploy my ASP.NET application. Its not a web site it's a
We are using msbuild to deploy an ASP.NET MVC application to a few different
I am developing a site using ASP.NET, SQL 2008 and LINQ. I want to
I want to Deploy C# application with SQL database. I am using database scripts
I have an asp.net 2.0 application that i want to deploy to a server.
I have created a web application using ASP.NET MVC3 in Visual studio (no SQL
If I want to deploy my asp.net mvc application in iis (any version it
I am experimenting with using subversion to deploy updates to my ASP.Net application, one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.