Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi folks,

Here is a bit of a weird behavior I m getting from my ASP.NET website that's been set-up as a virtual directory within another web-app. Both of these have their own web.configs and running on IIS 6.0 on Windows Server 2003/2008 (not sure).

This sub- web app has a search feature that takes in From and To dates to search on but when i hit "search" after providing dates, the response that comes back (as seen in FireBug) is: 46|error|500|String was not recognized as a valid DateTime. I have built error logging features into my web-app and the error logs are clear. No error logs have been generated on Windows either. I even tried tracing this SQL hitting the database, but its not even hitting the DB.

The other weird bit is, when i set up this sub-web app as a stand alone website all on its own(its own url and all), everything works swimmingly well.

Anyone ever had a similar problem? Any idea or workaround will be really appreciated.

Cheers.
Posted
Comments
I.explore.code 2-Oct-12 3:59am    
More than 40,000 users are online, I refuse to believe that none of you has ever had any problem like this. :)

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