-1

We Have Deployed our first application on Windows azure with Windows SQL Azure Database. In my application we facing sometime to execute Web services to complete implementation.

We Configured all required setting and web site working properly but some time User Registration failed sometime not with same valid input. Please help me I am in new in Windows Azure. See Error and Success

This working on staging server properly.

Pavan Gawade
  • 55
  • 1
  • 7
  • Its Argent please help me – Pavan Gawade Sep 10 '15 at 12:46
  • without seeing your code it is hard to help you with a 500 error – Lawrence Benson Sep 10 '15 at 12:54
  • Click on the response tab and take a screenshot of that, then we can see what is being rendered as the response. That might reveal what the error is that is occurring. – Luke Sep 10 '15 at 14:57
  • Thank for your response! "XML Parsing Error: no element found Location: moz-nullprincipal:{a6f7204e-c463-49a4-867e-4fcda1574edd} Line Number 1, Column 1:" I i connect to mssql2014 from our server this working fine from local but not from web site i think problem could be in configuration in web config with Azure ... i m new in azure Please help me :( – Pavan Gawade Sep 11 '15 at 08:28

1 Answers1

1

After long effort I analyse that: My application was hosted in West US Region in Azure Cloud and database was in Central US region that's why system take too much time to load data. After change database region to West US means Application and database on same region. Now execution speed become fast and no 500 error.

  • Issue might be connection time out
Pavan Gawade
  • 55
  • 1
  • 7