bbarger
Posts: 17
|
| Posted: 06/03/2004, 12:54 PM |
|
I have been trying to get a CSS app to work, and am having a problem since it does not generate a file called "default.asp" -- which to my knowledge is required by my IIS server.
I have tried to work around this by creating my own "default.asp" and including the file "Common.asp." -- but keep getting runtime errors when try to load that.
Any suggestions?
Thanks very much,
Betsey
|
 |
 |
peterr
Posts: 5971
|
| Posted: 06/03/2004, 2:11 PM |
|
Betsey,
You would need create a page in your project named "default" (or "Default"). The generated code preserves your page names but adds .asp and .html at the end. Also try some of the examples included with CCS. You will usually notice that the page named "Default" is designed as the main/1st page that the users will see. For example http://examples.codecharge.com/Portal/Default.php
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
LV
|
| Posted: 06/04/2004, 6:53 AM |
|
To: Peterr
I have the same problem using the .NET (VB) where I can't rename my page to Default in the Project explorer I will get this error message "Provided name is preserver by implementation language" yet if I generate the samples using the same .NET the Default page is there, how does CCS create the Default page where I can't? any idea?
To work around this problem I have to add the page that wanted to the Virtual Directory in IIS e.g. login.aspx and move this page to the very top of the list.
It is easy for me to do this now since my app is still in the Intranet environment and I can make change to the IIS but to ask the web provider to add this may cause the problem for me. Any idea how I can create a page like Index.aspx or Default.aspx in CCS.
Thanks in advance.
|
|
|
 |
bbarger
Posts: 17
|
| Posted: 06/04/2004, 8:08 AM |
|
Thanks for your help, Peter! I will do this.
Betsey
Quote peterr:
Betsey,
You would need create a page in your project named "default" (or "Default"). The generated code preserves your page names but adds .asp and .html at the end. Also try some of the examples included with CCS. You will usually notice that the page named "Default" is designed as the main/1st page that the users will see. For example http://examples.codecharge.com/Portal/Default.php
|
 |
 |
|