Issue with connecting to databse on IIS 6.0

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Issue with connecting to databse on IIS 6.0

    I have upgraded Windows 2000 to Windows 2003 server with
    IIS 6.0 and now I am getting an error when asp page tries
    to connect to the database. This is the error that I am
    getting:

    An error occurred on the server when processing the URL.
    Please contact the system administrator.

    There was nothing in the event log, DSN was tested fine
    and browser was set to display any error.

    Thank you for any help.
    SP Guest

  2. Similar Questions and Discussions

    1. Can't connect to CPS with new connections even thoughothers with the same info are connecting without issue
      I have a site managed with CPS 1.1 and the connection problems are happening with Contribute CS3. I created the CPS settings using the same...
    2. Connecting Issue
      I was running the developer version of FCS 1.5 alongside IIS on a Windows 2000 server machine. When I moved up to FMS 2.0.1 I can no longer connect...
    3. Weird issue connecting to WinXP share
      Let me preface this by saying I am a newbie to Linux, though not to computers. Forgive me for any abuse of Linux-specific terminology. I'm trying...
    4. Database Connecting Issue
      I am having an issue connecting to mySQL database from Dreamweaver. All the information is correct (server, user name, etc). However, I keep...
    5. Data transfer from SQL Server 2000 databse to DB2 databse
      SQL Server 2000 database table-data should be transfered to DB2 databse tables. The table formats are same in the two databses. If you have any...
  3. #2

    Default Re: Issue with connecting to databse on IIS 6.0

    >I have upgraded Windows 2000 to Windows 2003 server with
    > IIS 6.0 and now I am getting an error when asp page tries
    > to connect to the database.
    [url]http://www.aspfaq.com/2476[/url]
    [url]http://www.aspfaq.com/2205[/url]
    > An error occurred on the server when processing the URL.
    > Please contact the system administrator.
    The real error would help.
    [url]http://www.aspfaq.com/2109[/url]
    > DSN was tested fine
    Stop using a DSN! Right now!
    [url]http://www.aspfaq.com/2126[/url]

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]


    Aaron Bertrand [MVP] Guest

  4. #3

    Default Re: Issue with connecting to databse on IIS 6.0

    I tried all of them. None of them worked. Even viewer
    still does not show anything.

    I'm thinking in reformatting the server and install
    Windows 2003 from the scratch.

    I still can't believe that IIS 6 is not working for ASP
    pages with upgrade from Windows 2000 to Windows 2003.

    Has anyone out there had similar problem?

    Please help.
    >-----Original Message-----
    >>I have upgraded Windows 2000 to Windows 2003 server with
    >> IIS 6.0 and now I am getting an error when asp page
    tries
    >> to connect to the database.
    >
    >[url]http://www.aspfaq.com/2476[/url]
    >[url]http://www.aspfaq.com/2205[/url]
    >
    >> An error occurred on the server when processing the
    URL.
    >> Please contact the system administrator.
    >
    >The real error would help.
    >[url]http://www.aspfaq.com/2109[/url]
    >
    >> DSN was tested fine
    >
    >Stop using a DSN! Right now!
    >[url]http://www.aspfaq.com/2126[/url]
    >
    >--
    >Aaron Bertrand
    >SQL Server MVP
    >[url]http://www.aspfaq.com/[/url]
    >
    >
    >.
    >
    Guest

  5. #4

    Default Re: Issue with connecting to databse on IIS 6.0

    If you find out the real error, we can help you. Please go over all of the
    steps in [url]http://www.aspfaq.com/2109[/url] again, and determine the true error.
    Also, make sure it is an explicit database problem, for example does the
    following page work:

    <%
    response.write "foo"
    %>

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    <anonymous@discussions.microsoft.com> wrote in message
    news:9e7f01c43453$bceb8ca0$a601280a@phx.gbl...
    > I tried all of them. None of them worked. Even viewer
    > still does not show anything.
    >
    > I'm thinking in reformatting the server and install
    > Windows 2003 from the scratch.
    >
    > I still can't believe that IIS 6 is not working for ASP
    > pages with upgrade from Windows 2000 to Windows 2003.
    >
    > Has anyone out there had similar problem?
    >
    > Please help.
    >
    > >-----Original Message-----
    > >>I have upgraded Windows 2000 to Windows 2003 server with
    > >> IIS 6.0 and now I am getting an error when asp page
    > tries
    > >> to connect to the database.
    > >
    > >[url]http://www.aspfaq.com/2476[/url]
    > >[url]http://www.aspfaq.com/2205[/url]
    > >
    > >> An error occurred on the server when processing the
    > URL.
    > >> Please contact the system administrator.
    > >
    > >The real error would help.
    > >[url]http://www.aspfaq.com/2109[/url]
    > >
    > >> DSN was tested fine
    > >
    > >Stop using a DSN! Right now!
    > >[url]http://www.aspfaq.com/2126[/url]
    > >
    > >--
    > >Aaron Bertrand
    > >SQL Server MVP
    > >[url]http://www.aspfaq.com/[/url]
    > >
    > >
    > >.
    > >

    Aaron Bertrand - MVP Guest

  6. #5

    Default Re: Issue with connecting to databse on IIS 6.0

    I tried all that and it didn't work, returning same error
    message

    An error occurred on the server when processing the URL.
    Please contact the system administrator.

    Funny is that even though I do the following

    Open Internet Services Manager, go to the home directory
    tab of your default web site or application, click on
    configuration, go to the Debugging tab, and make
    sure "Send detailed error messages to the client" is
    selected. Click Apply/OK/OK etc. to get out of there and
    try your page again.

    I get the same error without any additional detailed
    error message.



    >-----Original Message-----
    >If you find out the real error, we can help you. Please
    go over all of the
    >steps in [url]http://www.aspfaq.com/2109[/url] again, and determine
    the true error.
    >Also, make sure it is an explicit database problem, for
    example does the
    >following page work:
    >
    ><%
    > response.write "foo"
    >%>
    >
    >--
    >Aaron Bertrand
    >SQL Server MVP
    >[url]http://www.aspfaq.com/[/url]
    >
    >
    >
    >
    ><anonymous@discussions.microsoft.com> wrote in message
    >news:9e7f01c43453$bceb8ca0$a601280a@phx.gbl...
    >> I tried all of them. None of them worked. Even viewer
    >> still does not show anything.
    >>
    >> I'm thinking in reformatting the server and install
    >> Windows 2003 from the scratch.
    >>
    >> I still can't believe that IIS 6 is not working for ASP
    >> pages with upgrade from Windows 2000 to Windows 2003.
    >>
    >> Has anyone out there had similar problem?
    >>
    >> Please help.
    >>
    >> >-----Original Message-----
    >> >>I have upgraded Windows 2000 to Windows 2003 server
    with
    >> >> IIS 6.0 and now I am getting an error when asp page
    >> tries
    >> >> to connect to the database.
    >> >
    >> >[url]http://www.aspfaq.com/2476[/url]
    >> >[url]http://www.aspfaq.com/2205[/url]
    >> >
    >> >> An error occurred on the server when processing the
    >> URL.
    >> >> Please contact the system administrator.
    >> >
    >> >The real error would help.
    >> >[url]http://www.aspfaq.com/2109[/url]
    >> >
    >> >> DSN was tested fine
    >> >
    >> >Stop using a DSN! Right now!
    >> >[url]http://www.aspfaq.com/2126[/url]
    >> >
    >> >--
    >> >Aaron Bertrand
    >> >SQL Server MVP
    >> >[url]http://www.aspfaq.com/[/url]
    >> >
    >> >
    >> >.
    >> >
    >
    >
    >.
    >
    Guest

  7. #6

    Default Re: Issue with connecting to databse on IIS 6.0

    All right, since even after multiple pointers to an article that describes
    how to configure detailed error messages for server *AND* browser, how about
    pointing us to a URL where this is happening, and *WE* can tell you what
    error your server is having???

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]


    <anonymous@discussions.microsoft.com> wrote in message
    news:9e1701c43480$ac3095e0$a401280a@phx.gbl...
    >I tried all that and it didn't work, returning same error
    > message
    >
    > An error occurred on the server when processing the URL.
    > Please contact the system administrator.
    >
    > Funny is that even though I do the following
    >
    > Open Internet Services Manager, go to the home directory
    > tab of your default web site or application, click on
    > configuration, go to the Debugging tab, and make
    > sure "Send detailed error messages to the client" is
    > selected. Click Apply/OK/OK etc. to get out of there and
    > try your page again.
    >
    > I get the same error without any additional detailed
    > error message.
    >
    >
    >
    >
    >>-----Original Message-----
    >>If you find out the real error, we can help you. Please
    > go over all of the
    >>steps in [url]http://www.aspfaq.com/2109[/url] again, and determine
    > the true error.
    >>Also, make sure it is an explicit database problem, for
    > example does the
    >>following page work:
    >>
    >><%
    >> response.write "foo"
    >>%>
    >>
    >>--
    >>Aaron Bertrand
    >>SQL Server MVP
    >>[url]http://www.aspfaq.com/[/url]
    >>
    >>
    >>
    >>
    >><anonymous@discussions.microsoft.com> wrote in message
    >>news:9e7f01c43453$bceb8ca0$a601280a@phx.gbl...
    >>> I tried all of them. None of them worked. Even viewer
    >>> still does not show anything.
    >>>
    >>> I'm thinking in reformatting the server and install
    >>> Windows 2003 from the scratch.
    >>>
    >>> I still can't believe that IIS 6 is not working for ASP
    >>> pages with upgrade from Windows 2000 to Windows 2003.
    >>>
    >>> Has anyone out there had similar problem?
    >>>
    >>> Please help.
    >>>
    >>> >-----Original Message-----
    >>> >>I have upgraded Windows 2000 to Windows 2003 server
    > with
    >>> >> IIS 6.0 and now I am getting an error when asp page
    >>> tries
    >>> >> to connect to the database.
    >>> >
    >>> >[url]http://www.aspfaq.com/2476[/url]
    >>> >[url]http://www.aspfaq.com/2205[/url]
    >>> >
    >>> >> An error occurred on the server when processing the
    >>> URL.
    >>> >> Please contact the system administrator.
    >>> >
    >>> >The real error would help.
    >>> >[url]http://www.aspfaq.com/2109[/url]
    >>> >
    >>> >> DSN was tested fine
    >>> >
    >>> >Stop using a DSN! Right now!
    >>> >[url]http://www.aspfaq.com/2126[/url]
    >>> >
    >>> >--
    >>> >Aaron Bertrand
    >>> >SQL Server MVP
    >>> >[url]http://www.aspfaq.com/[/url]
    >>> >
    >>> >
    >>> >.
    >>> >
    >>
    >>
    >>.
    >>

    Aaron Bertrand [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139