RE: CF and strange HTTP 500 error

2003-11-18 Thread Dwayne Cole
Is the city the only difference between users.   Do they have different passwords or different access variables.  Are you using cfc's or udf's? Are you using cflogin?  I've encounterd the frustrating http 500 when there were errors in my cfc or udf.  I've noticed that when when the error in my code

RE: CF and strange HTTP 500 error

2003-11-17 Thread Mosh Teitelbaum
Uwe: A status code of 500 indicates that there was an internal server error... i.e., something funky happened, probably somewhere in your code.  What is the code for login.cfm trying to do?  Check the code for any conditional logic that may be affected by external things (such as cookies, IP Addre

Re: CF and strange HTTP 500 error

2003-11-17 Thread Brook Davies
Are you using windows authentication? Or are both users running under the Iusr(anonymous) account? If you are using separate windows accounts, then you should check that the jrun.dll has permissions for both users. Brook At 02:37 PM 11/17/2003, you wrote: >Hi list, >I have a strange problem >wi