Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi sir,
Tell me the steps to debug the bosted web application in web server. I developed one web application and it is working fine. But i am getting error
"String was not recognised as valid date time format". I want to know how to debug
the hosted web application in web server. Kindly give me the solution for this problem.



[Hint: I need to debug the hosted web application in web server]
Posted

Try this[^]
 
Share this answer
 
Comments
Karthik Harve 30-Apr-13 9:09am    
Good one 5+ :)
Zafar Sultan 30-Apr-13 11:07am    
Thanks
You have to debug your application before deployment to web server or add Exception handling in your code to catch errors.

Somewhere in your code, you are trying to conversion into DateTime format. Either your string is null or not in correct format.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900