This question may be worded poorly, but I'm setting up the frame for a website that will grow to include many DB interfaces that I intend to use .asp files for.
I also intend to use #include files on every page and I'm debating whether I should just make all pages .asp rather than configuring my server (IIS 5.0) to parse .htm for security reasons.
QUESTION:
1. How serious are the security issues?
2. Is there any downside to having all my files named .asp rather than .htm?
...Could someone please help me?