Strange DNS problem with Win 64 and asp 1.1

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 12th, 2006, 08:30
New Member
Join Date: Jun 2006
Location: UK
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Strange DNS problem with Win 64 and asp 1.1

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
Reply With Quote

  #2 (permalink)  
Old Jul 19th, 2006, 09:43
Junior Member
Join Date: Jul 2006
Location: Manchester
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply

Tags
strange, dns, problem, win, asp

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 04:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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