Is it possible to make visual studio treat .htm files like .aspx files? i.e. parse and complie them

Posted by Jason Hernandez on Stack Overflow See other posts from Stack Overflow or by Jason Hernandez
Published on 2010-04-15T18:28:31Z Indexed on 2010/04/15 18:33 UTC
Read the original article Hit count: 252

Filed under:
|

I've inherited a bunch of code that has server script inside of .htm files.

On IIS, a handler mapping pumps.Htm pages though the asp.net engine.

Unfortunately, visual studio doesn't notice that they should be treated as code.

Is there any way to make VS treat .Htm files as code/aspx files?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio