ADO, ASP and IIS6
Posted: Sun Oct 31, 2004 8:26 pm
I upgraded from Win2K server to Win2K3 server recently and now have a problem with a bunch of the code that runs my site. I good percentage of my web site is driven from a SQL back end and IIS passes parameters to stored procs to retrieve data that provides pointers to files on the web server. I know that some of the code still works but other parts don't. It seems like if I pass information in to the stored proc to get a result set back the page fails but if all I'm doing is 'one-way' activity either in to the DB or out of the DB but not both directions at the same time it will work. I can provide a code sample to anyone that might be able to help.
RC
RC