How to include adovbs.inc file in an aspx page?

后端 未结 2 408
广开言路
广开言路 2021-01-23 20:17

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.

提交回复
热议问题