Is it possible to make visual studio treat .htm files like .aspx files? i.e. parse and complie them
- by Jason Hernandez
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?