Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Eric8000 #1
Access Level Issue
I've created a login page which checks the user's access level against an
Access databse. Works fine for level members 2 and 3. - 1 and 4 get denied.
Please see the code below. Thanks in advance! ' redirect user based on
Access level If Session('MM_UserAuthorization') = '1' Then
MM_redirectLoginSuccess = 'WelcomeEric.asp' ElseIf
Session('MM_UserAuthorization') = '2' Then MM_redirectLoginSuccess =
'WelcomeTrish.asp' ElseIf Session('MM_UserAuthorization') = '3' Then
MM_redirectLoginSuccess = 'WelcomeMyles.asp' ElseIf
Session('MM_UserAuthorization') = '4' Then MM_redirectLoginSuccess =
'WelcomeZvi.asp' Else MM_redirectLoginSuccess = '?Action=Failed'
End If
Eric8000 Guest
-
Redirect after login based on Access Level
Hi All I have been working through the tutorial on http://dmxzone.com/showDetail.asp?TypeId=28&NewsId=7645 to try and work out how to redirect a... -
User Level Access Problems
Please review the code below and let me know if anything looks out of place. I am using an Access table for the data. Thanks! ... -
RewritePath throws "Access is Denied" when rewriting to directory level
Hello, I have a problem trying to rewrite a path in ASP.NET 1.1 - each rewrite throws an Access is Denied error, even though anonymous access is... -
Administrator level access via the internet
Hi, My company is running a Filemaker 5 Server on an Apple TCP/IP network with various users having a FM 5 client on their machine. I believe... -
CDML and record level access
Hi, I am trying to develop a database front-end using CDML. Now that it is nearing it's end I am running into a problem. It seems that I am...



Reply With Quote

