ASP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
FlashMan
Forum Newbie
Posts: 15
Joined: Mon Jun 24, 2002 9:50 am
Location: Russia
Contact:

ASP

Post by FlashMan »

Is there exist ASP site-on-local-machince under win98? not personal web server?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Since ASP is Microsoft stuff then the easiest way to run it is using Microsoft stuff.

There also appears to be an apache project that may be of interest.

Mac
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

You can do a google search for ChiliSoft ASP and see what turns up. :D
FlashMan
Forum Newbie
Posts: 15
Joined: Mon Jun 24, 2002 9:50 am
Location: Russia
Contact:

Post by FlashMan »

jason wrote:You can do a google search for ChiliSoft ASP and see what turns up. :D
Oh, thanks god!
But i see only one URL :lol:
just like http://chilisoft.com :)
FlashMan
Forum Newbie
Posts: 15
Joined: Mon Jun 24, 2002 9:50 am
Location: Russia
Contact:

Post by FlashMan »

Man, i downloaded it.... But it's only for 2000....
If I cannot find ASP for Win98 then need to install Win2000...
webcryptix
Forum Newbie
Posts: 2
Joined: Mon Jul 15, 2002 11:57 am

Post by webcryptix »

I believe this is the only way for Win98 to run ASP (could be wrong)

How to install PWS and run ASP on Windows 98

Open the Add-ons folder on your Windows98 CD, find the PWS folder and run the setup.exe file.

An Inetpub folder will be created on your harddrive. Open it and find the wwwroot folder.

Create a new folder, like "MyWeb", under wwwroot.
Use a text editor to write some ASP code, save the file as "test1.asp" in the "MyWeb" folder.

Make sure your Web server is running.

Open your browser and type in "http://localhost/MyWeb/test1.asp", to view your first ASP page.
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post by sam »

I hava an apache dll for OpenASP, a open-souce ASP modual for apache... It has been discontinued I believ but I'll upload a copy if you want it... I might not see this message again so email me: sam@evilwalrus.com

Cheers Sam
Post Reply