ivan hernandez
|
| Posted: 11/11/2004, 10:12 AM |
|
I'm working with personal editon asp studio 2.3.2.24
I made a "index.asp" page and when I try to see it at "live page" I get an error, "Page can't be show" http://localhost/integradora/index.asp
what can I do?
|
|
|
 |
kevind
Posts: 251
|
| Posted: 11/11/2004, 2:24 PM |
|
What version of Windows are you using? You need to have a web server to view ASP or any server-side script based web content.
Regards,
Kevin
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
peterr
Posts: 5971
|
| Posted: 11/11/2004, 4:08 PM |
|
Also, in case you do have a Web server (IIS) then please check what is the Title of the page - it is shown in the title-bar (at the top) of the Internet Explorer window.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
DonB
|
| Posted: 11/11/2004, 6:23 PM |
|
Is the page in the folder "integradora" or one level up from there? The
Project has settings to specify the path to the physical folder and the URL.
The webserver also has configuration options for these two "paths". You
probably aren't publishing to the right place, or the webserver is looking
in a different place from where you published.
Also if you happen to be using Windows XP Home Edition, you don't have a
webserver by default - you have to get one from somewhere and install it. I
think that getting an IIS variant to run on "Home" is a bit problematic as
Microsoft does not support that combination - they designate the
Professional Edition for web development/testing purpose. You probably have
to go with Apache and the add-on ASP engine, although I recall seeing
someone had managed to shoe-horn IIS into a Home system. It took some
trickery to make it run.
--
DonB
http://www.gotodon.com/ccbth
<ivanhernandez@forum.codecharge (ivan hernandez)> wrote in message
news:64193ab8fc242a@news.codecharge.com...
> I'm working with personal editon asp studio 2.3.2.24
>
> I made a "index.asp" page and when I try to see it at "live page" I get an
> error, "Page can't be show" http://localhost/integradora/index.asp
>
> what can I do?
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|