Problems connecting to .asp page

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

  1. #1

    Default Problems connecting to .asp page

    I am running IIS locally on my machine. Everytime I try to
    access a page that has a database connection it does not
    work. I have the dsn created and checked the connection
    and the connection is fine. Here is the error message im
    getting: Microsoft OLE DB Provider for ODBC Drivers
    error '80004005'. [MICROSOFT][ODBC Driver Manager] Data
    source name not found and no default driver specified.
    The page im trying to access is a Sybase database.

    The dsn I am using is a system dsn. Here is some more info, I am
    helping out to makes some changes on our companies local intranet. So I
    decided to copy the directory where our intranet uses its files onto my
    local pc an wanted to work locally on my pc. I created a virtural
    directory but still have problems as mentioned above. These .asp pages
    work fine on out companies local intranet. The problem is having them
    work on my pc.

    jd

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    j d Guest

  2. Similar Questions and Discussions

    1. Problems connecting to FMS 2
      Hi there, I'm having problems getting any applications for FMS 2 to work. The server is definitely running - I can see it in Task Manager and I...
    2. Problems connecting through a firewall
      Hi, We are testing contribute with a client of ours. I've set up a simple test site which works fine with Contribute from our offices. The client...
    3. Problems connecting to the SQL database (2)
      I posted a letter some minutes ago, and want to add the errormessage I get when I try to connect to the database. The message is: SQL-server...
    4. Problems connecting to Access through FP
      Applies to: Microsoft Front Page 2000, Microsoft Access 2000 Operating System: Windows 2000 Professional Web Server: IIS 5.0 I've created a very...
    5. Problems connecting to SQL from ASP page
      I'm having the weirdest problem. I have just installed sql server (msde), vs.net on my laptop. I copied all my databases and websites to the IIS...
  3. #2

    Default Re: Problems connecting to .asp page

    Where is the SYbase database in regards to your PC. Is it local to the PC or
    is the database at another location?

    Also post the connection code that makes the connection to the Sysbase
    database from within the web pages. Also you mention a virtual directory. If
    a virtual directory isn't used on the main web server, then you may need to
    alter the connections strings within the web pages.



    "j d" <jd442@aol.com> wrote in message
    news:eOkP%23iYkDHA.1072@TK2MSFTNGP09.phx.gbl...
    > I am running IIS locally on my machine. Everytime I try to
    > access a page that has a database connection it does not
    > work. I have the dsn created and checked the connection
    > and the connection is fine. Here is the error message im
    > getting: Microsoft OLE DB Provider for ODBC Drivers
    > error '80004005'. [MICROSOFT][ODBC Driver Manager] Data
    > source name not found and no default driver specified.
    > The page im trying to access is a Sybase database.
    >
    > The dsn I am using is a system dsn. Here is some more info, I am
    > helping out to makes some changes on our companies local intranet. So I
    > decided to copy the directory where our intranet uses its files onto my
    > local pc an wanted to work locally on my pc. I created a virtural
    > directory but still have problems as mentioned above. These .asp pages
    > work fine on out companies local intranet. The problem is having them
    > work on my pc.
    >
    > jd
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    GVaught 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