This is a discussion on "Strange DNS problem with Win 64 and asp 1.1" within the Classic ASP section. This forum, and the thread "Strange DNS problem with Win 64 and asp 1.1 are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Strange DNS problem with Win 64 and asp 1.1
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hello,
I recently upgraded to Windows 64. I installed asp 1.1 and followed the Microsoft patch to run it under 32 bit mode. I'm also using IIS. I have a site running on asp using ms sql server 2000 as the db. I've set up the server added the ODBC entries for the datasource that I use (although interesting I only had the sql server connector not the whole list of connectors (access etc ) that I had under win 2000). I then run the asp site using my IIS localhost. The static site pages work fine but and dynamic page throws the following error: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified Now I have checked all of the DNS entries for spelling mistakes etc and they are fine. So I'm stuck as to why I can't connect to the db! By the way after I set up the ODBC entries if I test the connection it connects correctly. Any help? Anyone else had similar probs? Many thanks Sonic. P.S I am running the following connection sub: Sub OpenWebSiteDSN() Set websiteConn = Server.CreateObject("ADODB.Connection") websiteConnection="DSN=MydatabaseConn;Database=Myd atabase;UID=webuser;PW=;" websiteConn.Open websiteConnection End Sub |
|
|
|
|||
|
Re: Strange DNS problem with Win 64 and asp 1.1
Have you check the permissions?
What type of authentication are you using? If you are using integrated it wil use you account when testing and then the ASP.net account when running the script. |
![]() |
| Tags |
| strange, dns, problem, win, asp |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Another strange IE problem... | minute44 | Web Page Design | 10 | Oct 18th, 2006 18:17 |
| Strange CSS role over problem | Joolsd186 | Web Page Design | 5 | Aug 9th, 2006 14:50 |
| Very strange problem indeed! | timmytots | Flash & Multimedia Forum | 2 | Dec 31st, 2005 14:54 |
| Very strange problem indeed! | timmytots | Flash & Multimedia Forum | 5 | Dec 3rd, 2005 17:26 |
| Strange IE print problem | Danboy | Web Page Design | 4 | Jan 12th, 2005 09:51 |