Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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???

Tất cả các câu trả lời (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/