Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Requested resource is in use - error


Message #1 by "Vincent" <vincent@w...> on Fri, 26 Jan 2001 13:08:43 -0000
When I try to redirect to the same page, the following error displays:

"The requested resource is in use.", (if friendly errormsg is on, it

displays "HTTP 500 - Internal server error").



Without parameters the page displays all records from a database. When the

user selects a record and presses delete, the record will be deleted from

the database and the page has to be re-called without parameters. Although

writing to the DB works fine, the above error occurs. When I press

"reload" in my browser the page loads without problems!



Anyone seen this error?



I'am running IIS5 on Windows 2000 server, testing on localhost

Message #2 by Eric Landes <elandes@p...> on Fri, 26 Jan 2001 08:59:01 -0500
You may have to use server.transer, instead of response.redirect.  At least

that is how I am redirecting my pages now that we moved to IIS 5.0



*************************

Eric Landes

SQL Programmer/Web Developer

*************************

All statements expressed are my own, and do not reflect the opinion of

my employer, unless stated otherwise.  







> -----Original Message-----

> From: Vincent [mailto:vincent@w...]

> Sent: Friday, January 26, 2001 4:28 PM

> To: ASP Databases

> Subject: [asp_databases] Requested resource is in use - error

> 

> 

> When I try to redirect to the same page, the following error displays:

> "The requested resource is in use.", (if friendly errormsg is on, it

> displays "HTTP 500 - Internal server error").

> 

> Without parameters the page displays all records from a 

> database. When the

> user selects a record and presses delete, the record will be 

> deleted from

> the database and the page has to be re-called without 

> parameters. Although

> writing to the DB works fine, the above error occurs. When I press

> "reload" in my browser the page loads without problems!

> 

> Anyone seen this error?

> 

> I'am running IIS5 on Windows 2000 server, testing on localhost

> 



PARTNERS Health Plan                 Phone:  xxx-xxx-xxxx

100 E. Wayne St., Suite 502          Fax:       xxx-xxx-xxxx

South Bend, IN 46601                 www.partnersindiana.com






  Return to Index