how to run asp on IIS?

bontu

Member
Jan 14, 2000
182
0
76
is there an install to download from somewhere to run? I've been searching through microsoft.com but can't find anything.
or does IIS already support it and I just need to enable it?
 

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
IIRC, by default, ASP is interpreted by IIS with no special settings. There's definitely nothing to download for it to work.
 

GiLtY

Golden Member
Sep 10, 2000
1,487
1
0
Yah. For me I just dump my asp files into the default webpage directory, and the .asp files should be handled automatically.
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
The properties (in internet manager not windows explorer) for the folder for your website has to have the 'allow scripting' box checked. And of course the pages must have the extension ".asp" ;)