venom00 <(E-Mail Removed)> wrote in news:18f7d8f7-98aa-4847-
99db-(E-Mail Removed):
> Hello, I have an application which uses HTM files as if they were
> ASPX, so they can contain code and everything is working fine. But I
> want to compile the website through the aspnet_compiler tool, which
> seems to work just on ASPX files, is there a way to use it also on HTM
> files? Are there good alternatives to aspnet_compiler?
> I've also tried to decompile aspnet_compiler but i couldn't find any
> explicit reference to the ASPX extension.
<httpHandlers>
<add verb="*" path="*.htm" type="System.Web.UI.PageHandlerFactory"/>
<httpHandlers>
You may need ot remove the path first, as .htm is a standard HTML file.
I believe this will get you past the compilation issue.
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************