Forum Moderators: open

Message Too Old, No Replies

Need a .html file to run aspx

I could do it in asp

         

ogletree

10:09 pm on May 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



In the past I would have my site done in asp and name the files .html and set windows up to treat .html as asp. Now I have a project with axpx. I tried the same thing and it does not work. The .html extension has been mapped to the aspnet_isapi.dll used by the aspx pages but that does not work.

TheNige

11:15 pm on May 28, 2004 (gmt 0)

10+ Year Member



I believe that you also need to look in the Machine.Config file. Check the httpHandlers section and I think you can add the *.html handler there.