Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a website which is working fine locally but not on remote server. Its a MVC4 and Elmah is configured for SQL Server.

  1. I can throw a simple error and see it on elmah locally in my iis (same code).

  2. Config are exactly same, SQL Server ... everything.

  3. On remote server when I test the elmah with http://example.com/elmah.axd/test it logs the error correctly.

  4. Any other error in code is not showing up on elmah.

  5. I checked the Application Pool and its integrated.

I appreciate any help or idea.

share|improve this question
Do you use both IIS and SQL Server running on the same remote server? So from ELMAH point of view, your are logging locally, right? – Yannick Blondeau Jul 27 '12 at 6:34
I use online SQL Server for both my local and remote server configuration. They have same connection string. – David K Jul 27 '12 at 6:37
Can it be the same problem as described in this SO question: stackoverflow.com/q/6582818/1374267? – Yannick Blondeau Jul 27 '12 at 7:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.