Todd Woolums ASP News realease v1.3 beta (Access Version) The Todd Woolums ASP News v1.3 beta is written by Todd Woolums If you are having problems running the script then please post a message about the problem to the form at: - http://www.toddwoolums.com/contact.asp The ASP News uses ASP and must be run through a web sever supporting ASP. Luckily Windows 98 comes with Personal Web Sever found on the windows 98 CD. Windows 2000 is even better as it comes with Microsoft's Web Sever, IIS 5. Windows NT 4 and 95 users can get a copy of Personal Web Sever by downloading NT 4 Option Pack from Microsoft. Don't be fooled by the name as it asks if you wish to download Windows 95 version. A Text Editing program like UltraEdit is also highly recommended for editing any ASP scripts and an FTP program like Bullet FTP for uploading any scripts to your ASP enabled web space. Using the asp news ALL PASSWORDS ARE(LOWER CASE):- passwords Unzip all the files to the same directory Edit dbconnection.inc to connect to your database location. Double check that your database has write permissions otherwise you will get errors like this: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. Files must be run through an ASP enabled web sever Session cookies must be enabled for the script to work Default.asp is the first page to run http://www.yoursite.com/ASPNews/default.asp To login use the following (case sensitive): - Username: admin paswword: password To include the news on a page just place the following line wherever you want the news to show An example page has been provided. (example.asp)