Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

vista ile asp sorunu...


Redogski

Öne çıkan mesajlar

vista ultimate kullanıyorum. ama akıllı vista database e bağlanmıyor.xpde çalışıyor. hata şu:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

/asp/login.asp, line 4
kodlar şu şekilde(bold olan 4. satır):
<% Dim connection, query, loginData
Set connection = Server.CreateObject( "ADODB.Connection" )
Call connection.Open( "login" )

bunu nası çözebilirim?
Link to comment
Sosyal ağlarda paylaş

http://support.microsoft.com/kb/238971

said:
CAUSE
If you have used the C2 security program from the Windows NT Resource Kit on your system, the following registry key may only have read permissions assigned to the Everyone group:
Hkey_Local_MachineSoftwareODBC
In order for the ODBC drivers to function properly, the Web user accounts must have full control of this registry key.

RESOLUTION
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 (http://support.microsoft.com/kb/322756/) How to back up and restore the registry in Windows
To assign full-control permissions to the Everyone group, follow these steps: 1. Start Registry Editor (Regedt32.exe).
2. Locate the following key in the registry:
Hkey_Local_MachineSoftwareODBC
3. On the Security menu, select Permissions.
4. Select Replace Permission on Existing Subkeys and set the permissions for the Everyone group to full control.
5. Quit Registry Editor.


olmazsa

http://forums.devshed.com/iis-97/asp-in-vista-iis-444592.html
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...