Click to See Complete Forum and Search --> : how to get asp working on my computer


sexybee
03-11-2003, 07:02 PM
hi
how do i get asp working on my computer..i have installed a iis 5 on a window2000 advance server but it wont read asp file. anyone know what i need to do..

Nicodemas
03-12-2003, 01:35 AM
You should look for the asp.dll file. Make sure that it is fully installed on your system. That's the only thing I could think of that would cause your system not to render ASP files.

Oh! and check to make sure that your W3 service is started.

Ribeyed
03-12-2003, 07:42 AM
hi,
make sure you are not trying to just double click your asp file and hope that it works in your browers, you can't view asp pages in this way.

You need to open up your browers and type one of these following into your browers address bar.
You need to also make sure you store your pages in the correct place, normally defaulted to:

c:/inetpub/wwwroot/



http://localhost/yourpage.asp
or
http://wwwroot/yourpage.asp
or
http://yourIPaddress/yourpage.asp

Hope this helps

sexybee
03-12-2003, 11:36 PM
thanks Ribeyed and Nicodemas....but i still cant get it to work..i can open it in browser but it just wont read asp codes......

what is w3 service....

by the way anyone know a good place for asp newbie

Ribeyed
03-13-2003, 07:30 PM
hi,
is IIS installed running and the page you want to view is located in c:/inetput/wwwroot/yourfileshouldbehere.asp.

To view the page open your browser first then type in one of the 3 above url's i posted:



http://localhost/yourpage.asp
or
http://wwwroot/yourpage.asp
or
http://yourIPaddress/yourpage.asp


If you do all this and its still not working what kind of error are you getting?
Can you describe the procedures your are taking a bit more?

sexybee
03-14-2003, 02:28 PM
yeah i did what u said..i didnt get any error message..i got it open in browser but it wont read asp codes, it just ignore asp codes ..anywhere there is asp code it display nothing...so im not sure whats going on..i got iis 5 install, asp suppose to be install automatic with iis 5..so it should work...lol..it doesnt :mad: .....any suggestion??

Ribeyed
03-14-2003, 03:18 PM
hi,


going on..i got iis 5 install, asp suppose to be install automatic.


IIS is NOT installed automatically, it does come with windows 2000, windows xp pro & corp but you still have to install it seperate from windows. Put back in your windows disk while at desktop and got to install addons or install extras(something like that) and then you install IIS.

Hope this helps