Karim
|
| Posted: 05/02/2005, 2:17 PM |
|
I am trying to create a CCS ASP project with a folder structure as follows:
Root-
+Main/ (has all the asp files, including the common files)
+Main/Images (image location for the asp files)
+Main/themes (theme location for the project)
login.asp (root login page) when you click this page it takes you to
-Main/index.asp
How can I setup the project to reflect this
I've been trying to figure this out, and I think there is a solution or if someone could direct me to somewhere, would be greatly appreciated.
TIA
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 05/04/2005, 3:46 AM |
|
Karim,
I try to point you a direction.
Create a Main folder inside CCS project (you can do it in a file manager or directly in CCS). Then move page files to Main folder in CCS: just select it and drag in Project Explorer window. In this case all links for pages are properly updated.
About Common file. They cannot be moved to other folder than project root folder. CCS always generates and publishes them in that folder. However you can move them to any folder you like after ready to start project is published to server. But in this case you need to update links to common files in all code files.
The same concerns Themes and Images folders: you can move them but check HTML code to use valid path to .css and image files.
Also you can set index page as Return Page for Login form so users are redirected to index.asp after login.
_________________
Regards,
Nicole |
 |
 |
|