Click to See Complete Forum and Search --> : Personal Web Server??
principessa
May 25th, 2001, 05:49 AM
am new in ASP!
I am working on an online database.
what should I do with the PWS so that it works??
(I dont want to use IIS or winNT)
thx!
cim3
May 25th, 2001, 06:09 AM
PWS can be a nightmare to install for no apparent reason. I persume u are running on win95 or 98. All i can suggest is that u have the lastest SP and that you just keep trying, it once took me 3 attempts to get it to work on a 98 machine here at work.
sail3005
May 25th, 2001, 07:23 AM
Yeah, no kidding, i had the same problem too, but for some odd reason it eventually worked.
monte96
May 25th, 2001, 10:15 AM
The problem is usually the Frontpage Extensions. I have read that installation on a Win98 system is easiest and most pain free when you install from the Win98 disk and not VS or a download of the NT Option Pack.
If your having trouble, reinstall the Frontpage Extensions.
sail3005
May 25th, 2001, 06:39 PM
I don't know i didn't install the fp extensions. It just didn't work.
principessa
May 26th, 2001, 01:21 AM
that wasnt exactly question...
:)
i had no prob installing pws
but i dont know how to work with it
each time i try to open an .asp file it asks me whether i want to open it from its current location or save it to disk..
see?
Sastraxi
May 26th, 2001, 10:39 AM
You must navigate to yourcomputername/file.asp
Note that the wwwroot folder is the yourcomputername/ folder.
sail3005
May 26th, 2001, 11:06 AM
Yeah, or you can do, http://localhost/whatever, or http://your.ip.address/whatever
MidgetsBro
May 28th, 2001, 11:31 PM
You can use a webserver from www.analogx.com . It's called SimpleServerWWW. It works, but if you want to use frontpage extensions, I don't think they are supported.
csammis
May 29th, 2001, 08:35 AM
I think I know what's happening...the server isn't recognizing the pages as something to interpret and display to the client, it thinks it's a file to download (like a text file or ZIP file). I've never used PWS (Apache all the way!), but look in its configuration files for some way to work differently with .asp files than other files.
monte96
May 29th, 2001, 11:36 AM
Turn on Read and Execute permissions on the directory that the pages are in. If you only have Read and not Execute, the pages can not be executed (They are script remember).
harsoni
May 29th, 2001, 12:42 PM
interesting opening an .asp page without an iis or without an
virtual dir.
sonia
harsoni
May 29th, 2001, 12:43 PM
if anyone gets the answer please do let me know...
sonia
marcelossouza
May 29th, 2001, 12:51 PM
I got this problem just 2 weeks ago... If you have the Visual Studio CD (or the NT option Pack), just reinstall de Front Page Extensions and everything will be OK. If it doesn't work, uninstall all and then reinstal Visual Interdev and then the FP Extensions.
sail3005
May 29th, 2001, 04:14 PM
IIS is giving me lots of problems now. It seems as though everytime it starts not working, i have to format. Hopefully you don't have to do that.
monte96
May 29th, 2001, 04:26 PM
Wierd.. I've experienced intermitten problems with PWS and Windows 98 before, but it was a case of something hosing the fp extensions every few bootups. (Which is your developing on Win98 you know is an all to common occurance)
I haven't had any problems since installing W2k though..
sail3005
May 29th, 2001, 04:36 PM
it is something with the firewall i am using i think...
BTW Monte96, do you use i firewall with win2k, and if so, which one?
My firewall sucks and i need a new one. :rolleyes:
monte96
May 29th, 2001, 04:46 PM
No. I don't really need one at this point. I have basically neutered my tcp/ip coming in from the cable modem so that it is only able to access ports that I have open. I got the info on it from Shields Up. That site is really good for testing your hackability.. plus my Win2K machine is not the one that is connected to the net. I have a win98 machine and the others I have here connect using Wingate.
sail3005
May 29th, 2001, 05:45 PM
How did you "Neuter"?
principessa
May 30th, 2001, 02:48 AM
:)
I'm the one who first posted the message and now everyone seems to have a similar problem.
I put all my asp file in the root directory and it didnt work
do u think if i uninstall pws and reinstall it again with FP extensions (where do i find it????) it will work?
thx for helping
terry
adeelahmed
May 30th, 2001, 08:44 AM
hi principessa
actually the Q. was
---
each time i try to open an .asp file it asks me whether i want to open it from its current location or save it to disk..
see?
---
save your asp pages in a new folder (asppage) (you can name it whatever).
right click the folder
click sharing
and share this folder as (asppage) (you can name it whatever.)
and also click on execute.
now open your browser and enter the url
http://127.0.0.1/asppage/myfirstpage.asp
or you can also save your asp pages at c:\inetpub\wwwroot
when u save ur asp pages at wwwroot folder
then you can access ur pages like
http://127.0.0.1/myfirstpage.asp
u don't need to share wwwroot (it is shared by default)
principessa
May 31st, 2001, 01:57 PM
I did that, but i still have a prob.
when i enter my default main page and want to acces a link (that redirects me to a asp page), i get an error from iexplorer that this asp page cant be opened.
dunno why!!!
the same ASP files work very well on IIS !!!! but I dont want to use windows 2000...
do u think my problem is fron iexplorer? or do i have a corrupted version of pws????
sail3005
May 31st, 2001, 02:25 PM
sometimes, if i am calling an asp page from a .html page, it asks me to download the .asp page. Thats why i name all my pages with .asp. Try doing that, or stop calling from .html, if that is what you are doing...
adeelahmed
Jun 1st, 2001, 01:23 AM
hi principessa
how do u enter url to access your default.html?
n have save ur all the .asp and .html files to the same folder which u've shared virtually.?
if u did then
the pws didn't install correctly
i think u need to view about help in pws.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.