password protect .htm files

D

DCR

I know how you can password protect .asp pages using <!--#include
file="pass.asp"--> on top of the page, but how do you password protect .htm
pages using the same format?

Thanks for your help
Dave
 
T

Thomas A. Rowe

You can't unless your server is setup to process .htm files via the ASP engine.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top