Thread: asp editor
View Single Post
  #11  
Old 02-20-2006, 07:26 AM
Paz's Avatar
Paz Paz is offline
SEO GUY Moderator
 
Join Date: Sep 2004
Location: Antalya, Turkey
Posts: 4,238 Paz has a spectacular aura aboutPaz has a spectacular aura about
Quote:
Originally Posted by vivek_master1469
Wll my asp code work after downloading windows nt servet option pack 1


Well that depends on the code!

But you can test to see if the pws/IIS is working by writing a simple default.asp file with something like in the <body> tags:

<% Response.Write("Hello World!") %>

Put the default.asp file in the c:\inetpub\wwwroot directory and launch the file with http://localhost/default.asp

If you're having specific problems with asp code, why don't you post the code here and we can have a look.

Cheers,
Paz.
__________________
10.3 million entries for Hotels in Turkey but I'm still chipping away.
Reply With Quote