Can IIS render pages with dynamic content or it can render only static HTML pages ?

wildhorse i

New member
IIS is a web server. Web servers are meant for rendering static HTML pages. Apache web server renders only static html pages. Can IIS do the same thing or can it render dynamic pages also ?
If it can render only static html pages, then how can it process ASP pages which containd coding and needs to be processed ? Does an ASP page and HTML page are stored in the same directory in IIS ?

thanks
 
Back
Top