Jan 13 2006

Config issues

Posted by admin under Old ASP applications

Open up increc.asp in Notepad.
Change these variables:

Const g_strFromAddress = "recservice@yourdomain.com" 'Which email address should be used for sending

Const g_strYourSite = "http://www.aspcode.net"

Const g_strEmailServer = "smtp.yourserver.com"

Also change the Rec_GetDatabaseConn() function. The strDSN variable might need adjustment to function with your database.