• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how to run asp on IIS?

bontu

Member
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?
 
IIRC, by default, ASP is interpreted by IIS with no special settings. There's definitely nothing to download for it to work.
 
Yah. For me I just dump my asp files into the default webpage directory, and the .asp files should be handled automatically.
 
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" 😉
 
Back
Top