ADO, ASP and IIS6

For all coding issues - MODers and programmers, HTML and more.

Moderators: Jeff250, fliptw

Post Reply
Richard Cranium
DBB Supporter
DBB Supporter
Posts: 1444
Joined: Tue Aug 07, 2001 2:01 am

ADO, ASP and IIS6

Post by Richard Cranium »

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
User avatar
Verran
DBB Captain
DBB Captain
Posts: 589
Joined: Thu Nov 05, 1998 12:01 pm
Location: Colorado
Contact:

Post by Verran »

Code samples would be great. :)
User avatar
MehYam
DBB Head Flapper
DBB Head Flapper
Posts: 2184
Joined: Thu Nov 05, 1998 12:01 pm
Location: Mountain View, CA, USA
Contact:

Post by MehYam »

File/registry permissions issue, maybe? 2K3 is the permission nazi.
Richard Cranium
DBB Supporter
DBB Supporter
Posts: 1444
Joined: Tue Aug 07, 2001 2:01 am

Post by Richard Cranium »

Verran wrote:Code samples would be great. :)
I'll get it put together and post it this weekend.

RC
User avatar
Testiculese
DBB Material Defender
DBB Material Defender
Posts: 4688
Joined: Sun Nov 11, 2001 3:01 am

Post by Testiculese »

Post it over at VBCity as well. Either is the ASP section or the Database section.
Post Reply