Suntower
Posts: 225
|
| Posted: 12/07/2004, 10:09 AM |
|
Hello,
My company purchased CCS 18 months ago. I installed it on a little web server I had in my old office. It worked fine. Then I dropped the project for other stuff.
OK, I just got back to it--upgraded to 2.3 and installed on the machine I am using now---XP Home SP2 which does -not- have access to a 'test' web server.
I created a dummy app, but when I go to LivePage it gives me the 'Page Cannot Be Displayed' error. for
http://localhost/NewProject1/NewPage1.asp
Is there a way around this? I use other web development tools and they work OK on this machine so I don't get it.
TIA,
---JC
_________________
---On a campaign for more examples and better docs! |
 |
 |
DonB
|
| Posted: 12/07/2004, 10:59 AM |
|
You have nothing on that machine to interprete the ASP code. The way around
it is to switch to XP Pro. Or you can install Apache and one of the asp
packages (like ChiliSoft) that support ASP. Or get a separate server box
running Win2K.
Basically your choices come down to: cheap and lots of work vs. pay a little
and make it easy.
--
DonB
http://www.gotodon.com/ccbth
|
|
|
 |
Suntower
Posts: 225
|
| Posted: 12/07/2004, 2:04 PM |
|
OK. I installed XP Pro. The Hello World works fine, however when I try a self-created app using the form builder which attempts to attach to a SQL database on a server here in the office I get an error 500.100.
I have no trouble accessing the db through other apps and I used the Connection Builder in CCS.
Any ideas?
TIA,
---JC
_________________
---On a campaign for more examples and better docs! |
 |
 |
peterr
Posts: 5971
|
| Posted: 12/07/2004, 2:15 PM |
|
Where do you see such error? In CCS, or on the Web page that you created? What is the full error message?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Suntower
Posts: 225
|
| Posted: 12/07/2004, 2:17 PM |
|
Please try the following:
Click the Refresh button, or try again later.
Open the localhost home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft VBScript compilation (0x800A03EA)
Syntax error
/NewProject1/NewPage1.asp, line 343, column 24
.Parameters("expr22") = 'L'
-----------------------^
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Page:
GET /NewProject1/NewPage1.asp
Time:
Quote peterr:
Where do you see such error? In CCS, or on the Web page that you created? What is the full error message?
_________________
---On a campaign for more examples and better docs! |
 |
 |
Suntower
Posts: 225
|
| Posted: 12/07/2004, 2:19 PM |
|
BTW: This happens in LivePage or QuickLivePage or LivePage in Browser.
_________________
---On a campaign for more examples and better docs! |
 |
 |
peterr
Posts: 5971
|
| Posted: 12/07/2004, 2:30 PM |
|
Do you have field named "expr22" in your table? Or did you maybe create your form based on an SQL statement?
Though this looks like some type of technjical issue and you may want to contact the support at http://support.yessoftware.com.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |