hi I just download and unzip the asp nuke but after I browse it from IIS I see this kina error :
Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /AspNuke_0.80/lib/ado_lib.asp, line 88
Hi, did u change the global.asa file or did u already create the DSN or did u have mySQL ODBC install? should look like this:
' use the following for a MySQL database connection string Const asaConnectionString = "odbc;DRIVER={MySQL ODBC 3.51 Driver};DSN=aspnuke; OPTION=3" if u didn't change anything from the global.asa then u must create the DSN = aspnuke
to have the DSN for mySQL, u must install mySQL ODBC first then create DSN -->aspnuke
in the ODBC, u must put the datasource name, host/server name/IP, database name, user and password