NewbieRob
Posts: 20
|
| Posted: 10/04/2007, 10:07 AM |
|
When I create a new security group and new secured pages for a client I re-publish the entire project to the development server in my office. To get the new security group and related pages to work from the client's web server do I need to copy the entire thing to the client's site or can I get by just copying the secured pages that are affected and certain common files such as "common.asp"?
|
 |
 |
Oper
Posts: 1195
|
| Posted: 10/05/2007, 10:27 AM |
|
if no new group were added, you just need to copy the pages affected.
MyPage.html
MyPage.asp
MyPage_events.asp
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
NewbieRob
Posts: 20
|
| Posted: 10/05/2007, 10:50 AM |
|
Thanks for your reply .
I think I've done that before where no new group was added but my issue is when a new group has been added to the project and the table used for security. It seems like you shouldn't have to copy every page in the project when only 3 or 4 are affected by the new group.
|
 |
 |
Oper
Posts: 1195
|
| Posted: 10/07/2007, 10:28 AM |
|
well depend hw you work with security.
if you add a new group to a page and you use that group
CCS will use this sentence
CCSecurityRedirect "10;20;50;90;95;3", "login.asp"
in case the new group 30 dosent exist and a user log with that group intead of noacces reply
you will get redirect to the login.asp but with the error "illegal group" and in must case will be the same.
personaly i just copy the file involved always (3)
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |