This topic is locked

Using Driectories

6/16/2010 1:35:06 PM
ASPRunnerPro General questions
M
mardaloop author

I am new to ASP Runner, and have generated a test project. Everything works and works very well. I do have a question regarding directory and file organization:
I have several Admin type pages that I'd like to put into an Administrative Folder Structure. Also, there are several "User Specific" pages that I'd also like to have in a specific directory and have the appropriate code generated.
I can't seem to find how to do this and the searches that I've performed on this forum don't seem to have anything - I've gottent lots of tricks and helpful hints, but nothing for this.
Does one have to edit each page individually?
Any direction/help is appreciated.
Thanks.

A
ann 6/17/2010

Hi,
unfortunately, you can't do it in ASPRunner. As workaround you can create different projects for each user group.

M
mardaloop author 6/17/2010

Thanks, that's pretty much what I started doing. I've created directories for Admin, Users etc. and publish individual projects within.
UltraMenu provides the main menu structure to allow one to navigate (use) the appropriate area. The difficulty is that the Amin goup needs to access the user areas as well. We're going to look at using global.asa to help us use the ocrrect directoy based on ASPR session variables - failing that, we'll look at one of the events after a user logs in.
Not the best, but it'll work for now.
Thanks again.

A
ann 6/18/2010

Hi,
you can create Admin group within each project with the same permissions.

M
mardaloop author 6/18/2010

Thanks Anne, I should have thought of this.
Thanks for the tip.