ASP.net code within include not executing
问题 It's been a long time since I dabbled server-side, but it seems to me that scripts embedded in an included code file should execute as normal. This doesn't seem to be the case for some reason. (Note-- The below is obviously a simplified implementation based on my attempts at debugging. I've actually got other includes with flat HTML and JavaScript in the actual project that render just fine. It's just ASP code that is not being parsed properly, <% %> tags and all.) INDEX CODE <%@LANGUAGE=