ben dediklerini yaptım ancak site setup hala çalışmıyor.somee.com dan aldım hostu.Hosttamı bi sorun var anlamdım gitti?
somee.com hostunda strDBType = "access"-'strDBType = "sqlserver" hangisini kullanıcam.
config dosyasının konumuzla ilgili kısmı:ben sizin dediğiniz gibi düzenledim ama sayfa görüntülenemiyor.
'#################################################################################
'## SELECT YOUR DATABASE TYPE AND CONNECTION TYPE (access, sqlserver)
'#################################################################################
strDBType = "access"
'strDBType = "sqlserver"
'sqlver=""
'## if your database is SQL server 7 please uncomment the line below
'sqlver=7
'## if your databse type is sqlserver and you require unicode language support uncomment "YES" the line below
'## and comment out the NO line. Unicode support is required for languages that use a different alphabet
'## for more info
http://www.unicode.org/standard/WhatIsUnicode.html '## access is unicode by default and as such the variable will not be used
'strUnicode="NO"
strUnicode="YES"
'## Make sure to uncomment one of the strConnString lines!
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\wwwroot\maxwebportal\db\db2k15.mdb" '## MS Access 97
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("redfear/redfear.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\inetpub\wwwroot\maxwebportal\db\db2k20.mdb" '## MS Access 2000
'strConnString = "Provider=SQLOLEDB;Data Source =SQLServer or IP;Initial Catalog=database name;UID=SQL User;PWD=SQL password" 'SQL Server
'strConnString = "Provider=SQLOLEDB;Data Source =SQLServer or IP;DSN=DSN_name;UID=SQL User;PWD=SQL password" 'SQL Server using DSN
'#################################################################################
'#################################################################################