Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where do i put the ASP

Status
Not open for further replies.

LLudlow

Programmer
Oct 5, 2001
186
CA
I have an ASP created in notepad. I am linking to the page from an HTM page. Is there anywhere I can put this ASP pasge on my local computer to test to see if it works?
 
As far as I know, you'll need a computer running Microsoft IIS in order to parse ASP code. You can install the Microsoft Personal Web Server on just about any Windows machine and it's available for download free at
TW
 
I am having a problem finding IIS 4.0. Any suggestions where to get it
 
That's because IIS is a server application. You get it with Windows NT/2000. You need a copy of Personal Web Server available on the Windows 98 Second Edition CD, among many other places.
 
I am having similar problem as you.
Although I used to have mine work. I can't get it to work.
The way I did it before was to go to Windows Explorer and look for Inetpub(I believe). Below is is and there I created a directory of my asp files.
Then I went to my command line and typed hostname,
got the hostname of my pc and pinged that to get the ip/address.
Finally, I opened up a browser, say internet explorer, without connecting to the internet, I typed say:
ip/address of my hostname)/directoryname/asp file.
So it will be Since the dsn I created is an alias my database and since that information is on my asp file, I will be connected to the database.
For some reason, since my windows2000 was reinstalled, I am unable to connect to the database anymore.
If you resolve this, please advise me at:
chidiokeh@yahoo.com
thanks,
zik
 
I am running Windows NT 4.0 but it does not have IIS 4. What should I do?
 
Go to microsoft.com / Download / NT. And see if you can download the latest service pack.

TW
 
lludlow -

You should have gotten an NT 4 Option Pack CDROM with your copy of NT4. If you didn't you might be able to download it from microsoft.

Chip H.
 
Look Here.

thread333-146920

Looks like there's a link there to that option pack download.

TW
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top