Ray

Getting back...

Yep, I can edit UserDirectory.mdb to my little heart's content.  And I'm
using the right combo.  It was one of the first things I checked.  The code
you suggested throws this:

----------------------------------------------------------------------------
----

Error Occurred While Processing Request
Error Diagnostic Information
CFAuthenticate Tag Error.

Internal Security Error.

The error occurred while processing an element with a general identifier of
(CFAUTHENTICATE), occupying document position (9:1) to (10:36) in the
template file c:\inetpub\wwwroot\spectratest.cfm.

Date/Time: 11/17/00 06:44:24
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
Remote Address: 127.0.0.1

----------------------------------------------------------------------------
----

Any ideas?  Can I get it to throw a more meaningful error with a
<CFTRY>/<CFTHROW>/<CFCATCH>?  If so, what would I use?

Steve


-----Original Message-----
From: Raymond K. Camden [mailto:[EMAIL PROTECTED]]
Sent: Friday, 17 November 2000 12:47 AM
To: Spectra-Talk
Subject: RE: Webtop login fails


You'll probably hate me for this - but can you open up the Access mdb file
and verify that you are entering the correct username and password?

If so, then create a simple template and try this code:
(of course, change the username and password)

<CFAUTHENTICATE SETCOOKIE="No" THROWONFAILURE="Yes" SECURITYCONTEXT="sc1"
USERNAME="admin" PASSWORD="admin">

If this works fine ... then get back to me. ;)

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to