Why the double.Parse throw error in live server and how to track?

Posted by Kovu on Stack Overflow See other posts from Stack Overflow or by Kovu
Published on 2010-03-21T14:14:06Z Indexed on 2010/03/21 14:21 UTC
Read the original article Hit count: 311

Filed under:
|

Hi,

I build a website, that:

  • reads data from a website by HttpWebRequest
  • Sort all Data
  • Parse values of the data
  • and give out newly

On local server it works perfect, but when I push it to my live server, the double.Parse fails with an error.

So: - how to track what the double.parse is trying to parse? - how to debug live server?

Lang is ASP.Net / C#.net 2.0

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about parsing