Active InfoActive Info  Display List of Info MembersMemberlist  Search The InfoSearch  HelpHelp
  RegisterRegister  LoginLogin
ASPProtect Version 8.x Support
 CJWSoft Support Info : ASPProtect Version 8.x Support
Subject Info: Accessing Protected Pages A d d  -  P o s tAdd P o s t
Author
Message << Prev Info | Next Info >>
marty85086
New User
New User
Avatar

Joined: February/27/2009
Location: United States
Online Status: Offline
Info: 4
Added: February/28/2009 at 9:11am | IP Logged Quote marty85086

I'm in the process of installing ASPProtect 8 and seem to be stuck.  Everything seems to work fine, except for authorizing users to access a protected page.

I've set up several test pages with different level or group protections and I'm testing them with test users with corresponding level or group access.  When the user is asked to log-in, the application attempts to authorize, but then hangs up without completing.

Any suggestions?  Thank you.



__________________
Marty
Back to Top View marty85086's Profile Search for other info by marty85086 Visit marty85086's Homepage
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: February/28/2009 at 10:16am | IP Logged Quote cwilliams

Let me ask you this, do the protected example pages function..

Also, showing the code your using and explaining the names of the pages in question could be helpful.. more details the better



__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
marty85086
New User
New User
Avatar

Joined: February/27/2009
Location: United States
Online Status: Offline
Info: 4
Added: February/28/2009 at 12:09pm | IP Logged Quote marty85086

Thanks for getting back to me.  I've tried the example protected pages and they have the same problem.  They attempt to authorize, but go no where.

Here are two (2) examples of the code I used on my pages:

Page URL:  http://www.contactcenterpro.com/aspprotect/test_landing_leve l1.asp

Protective Code:

<!-- Begin ASPProtect Code -->
<!-- Level (1) Users have access to this page. -->
<% CHECKFOR = "1" %>
<!--#INCLUDE FILE="check_user_inc.asp"-->
<!-- End ASPProtect Code -->

Page URL:

http://www.contactcenterpro.com/aspprotect/test_landing_grou p1.asp

Protective Code:

<!-- Begin ASPProtect Code -->
<!-- Groups with access to this page. ( * eLearning Series Parts 1 thru 3 * ) -->
<% GROUPACCESS = "1" %>
<!--#INCLUDE FILE="check_user_inc.asp"-->
<!-- End ASPProtect Code -->

I hope this helps.  Let me know if you need anything more.

Thanks



__________________
Marty
Back to Top View marty85086's Profile Search for other info by marty85086 Visit marty85086's Homepage
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: February/28/2009 at 2:55pm | IP Logged Quote cwilliams

ok..

I will look into all of this monday when I get back in the office.. right now I am with my family on a weekend thing..


__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
marty85086
New User
New User
Avatar

Joined: February/27/2009
Location: United States
Online Status: Offline
Info: 4
Added: February/28/2009 at 4:09pm | IP Logged Quote marty85086

Enjoy your family weekend.  Thanks for your help.

__________________
Marty
Back to Top View marty85086's Profile Search for other info by marty85086 Visit marty85086's Homepage
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: March/02/2009 at 10:07am | IP Logged Quote cwilliams

I;m back..

Ok, I need a username/password to try on that page.. the admin username/password would be best.

Please PM the information...

And if I can't figure anything out I'll need to go into you site via ftp or something to find out what is really going on.

__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
pitchout
New User
New User


Joined: December/10/2010
Location: United States
Online Status: Offline
Info: 2
Added: December/10/2010 at 2:04pm | IP Logged Quote pitchout

Hello CJW,
   I was wondering if this issue was resolved. I am currently having the same
problem.

Kind regards,
Back to Top View pitchout's Profile Search for other info by pitchout
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: December/11/2010 at 11:32am | IP Logged Quote cwilliams

If I remember correctly it wasn't anything major just an incrrect setting/permissions or something.. but it's been a while.. I dont fully remember what happenned..

Please start a new thread and I'll help ya out.. if need be I can go in as I did for this guy and look around..

__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
pitchout
New User
New User


Joined: December/10/2010
Location: United States
Online Status: Offline
Info: 2
Added: December/13/2010 at 7:33pm | IP Logged Quote pitchout

Thank you for the feedback. I should have mentioned that I am trying to
use a group protection code, and url forwarding. I am attempting to
customize pages and protection for each user (1 group per user). It gives
me the error message:

Safari cant open the page.
Too many redirects occurred trying to open http://*****/***/*****.com.
This might occur if you open a page that is redirected to open another
page which then is redirected to open the original page.

I believe I understand why, I would just like to keep it from happening.

Is it possible?

-Thanks,

JJ
Back to Top View pitchout's Profile Search for other info by pitchout
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: December/13/2010 at 10:19pm | IP Logged Quote cwilliams

while I'm not completly sure what you have going on I will say this..

redirection is in my opinion is not good site design.. and yes .. u start doing too much of it your gonna have problems.. browsers for one don't like it and think something is up..

Web Scripting Technologies like ASP are all about making things dynamic.. u should be dynamically showing different content to a logged in user based on the username or what groups they belong to or some other info, etc etc.. not redirecting them to all these different places.. especially not multiple times..

well organized if else logic and include files can make it all a very organized and easy to deal with..

that's my take on things.. don't redirect unless you absolutely have to, make your life a heck of a lot easier, and end up with a better site design..




__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 

If you wish to make a comment to this info you must first login
If you are not already registered you must first register

  A d d  -  P o s tAdd P o s t
Printable version Printable version

Info Jump
You cannot add new info in this area
You cannot add to info in this area
You cannot delete your info in this area
You cannot edit your info in this area
You cannot create polls in this area
You cannot vote in polls in this area


Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspprotect.com, www.powerasp.com,www.aspclassifieds.com,www.aspphotogallery.com,www.codewanker.com