|
-
Dec 1st, 2005, 04:13 PM
#1
Thread Starter
Hyperactive Member
IIS Unspecified Error
I've recently started using IIS to work on my ASP sites on a local machine not on a network.
When my asp tries to update a database, it intermittently (sp) tells me there is an Unspecified Error. If I refresh the page about ten seconds later, it works, but the next page I go to it will probably do it again.
I believe it's something to do with my IIS settings on this site but not sure what to look at. I believe all the permissions are correct, but if they weren't it would not let me update the db at all would it?
Can anyone point me in the right direction?
Thanks.
ASP, PHP, VB, JavaScript, CSS, HTML, a little C and a little CGI.
Richard Whitehouse.
Join the Footie Predictions League
"Make it idiot proof and someone will make a better idiot."
-
Dec 1st, 2005, 06:18 PM
#2
Re: IIS Unspecified Error
Hmm sounds like the DB connection isn't closing properly, and it's blocking other connections untill it times out.
TPM
Add yourself to the VBForums Frappr Map!!
-
Dec 1st, 2005, 06:22 PM
#3
Thread Starter
Hyperactive Member
Re: IIS Unspecified Error
Thanks for the reply.
Any idea how I can fix that?
ASP, PHP, VB, JavaScript, CSS, HTML, a little C and a little CGI.
Richard Whitehouse.
Join the Footie Predictions League
"Make it idiot proof and someone will make a better idiot."
-
Dec 2nd, 2005, 10:12 AM
#4
Re: IIS Unspecified Error
Well you'll need to check your code and make sure each time you connect to the DB you disconnect afterwards. Make sure it's getting to the disconnect code as well.
TPM
Add yourself to the VBForums Frappr Map!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|