Results 1 to 4 of 4

Thread: IIS Unspecified Error

  1. #1

    Thread Starter
    Hyperactive Member richy's Avatar
    Join Date
    Jan 1999
    Location
    Liverpool, England
    Posts
    353

    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."

  2. #2
    Fanatic Member -TPM-'s Avatar
    Join Date
    Jul 2005
    Posts
    850

    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!!

  3. #3

    Thread Starter
    Hyperactive Member richy's Avatar
    Join Date
    Jan 1999
    Location
    Liverpool, England
    Posts
    353

    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."

  4. #4
    Fanatic Member -TPM-'s Avatar
    Join Date
    Jul 2005
    Posts
    850

    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
  •  



Click Here to Expand Forum to Full Width