B
Blasting Cap
We have a production web server with several dotnet apps open to the public.
It's Windows 2003, all current service packs, Dotnet Framework 1.1 on
the server.
Occasionally, we have found one page a .aspx page - had the form tags
moved around on it. We're not sure what caused it, but putting out the
..aspx page and the dll file fixed the problem.
Subsequently, we've had the app - a warranty card program - that writes
data to a SQL database. At times, the app just quits working.
We use some javascript to validate items on the form when the submit
button is clicked. It then writes the fields to the database. The
javascript always works, but at times it will not write anything to the
database at all.
We're not getting any messages in the event log, and the server itself
is stable.
Any ideas as to what is happening here? Or even where to start looking?
BC
It's Windows 2003, all current service packs, Dotnet Framework 1.1 on
the server.
Occasionally, we have found one page a .aspx page - had the form tags
moved around on it. We're not sure what caused it, but putting out the
..aspx page and the dll file fixed the problem.
Subsequently, we've had the app - a warranty card program - that writes
data to a SQL database. At times, the app just quits working.
We use some javascript to validate items on the form when the submit
button is clicked. It then writes the fields to the database. The
javascript always works, but at times it will not write anything to the
database at all.
We're not getting any messages in the event log, and the server itself
is stable.
Any ideas as to what is happening here? Or even where to start looking?
BC