Avatar for Username

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Input string was not in a correct format

more options

I am developing a web application using ASP.NET. I hosted the application in IIS and I opened it in Internet explorer and logged in, it works fine. Then i tried in chrome and logged in, That worked like a charm. Then i came to fire fox, I tried to log in. but its not logging in. The error i am getting is "Input string was not in a correct format" why is this happening???

I am developing a web application using ASP.NET. I hosted the application in IIS and I opened it in Internet explorer and logged in, it works fine. Then i tried in chrome and logged in, That worked like a charm. Then i came to fire fox, I tried to log in. but its not logging in. The error i am getting is "Input string was not in a correct format" why is this happening???

Όλες οι απαντήσεις (1)

more options

Is that a message generated by ASP.Net on the server, or by your own code?

You can observe what Firefox is sending to the server using the Firebug add-on. Click the bug icon to open the pane, click the Net tab, then reload your page and try to submit the form. For the POST request check the post body and parameters. Anything unusual?

If it's not an HTTPS connection, you can use an external proxy like Fiddler to compare the traffic from the 3 browsers.

Firebug: https://addons.mozilla.org/en-US/firefox/addon/firebug/

Fiddler: http://www.fiddler2.com/