I\'m converting ASP classic page to ASP.NET. What\'s the proper way of including files with .inc extension to aspx pages?
<%
// Put some C# code here
%>
There are however, much better ways of building an asp.net file. I assume that one of the reasons you're converting is so that you can use Master pages, codebehinds etc.