User1010789929 posted
Hello All,
Currently i m working on migrating the ASP.net webform application from lower version to VS 2017 with .net framework 4.7.1
The solution structure is such a way that there are many class library project created as Data access layer and for presentation layer there is saperate solution
containing only aspx files without code behind.
On .aspx pages there tags like
<%@ Page Language="VB" explicit="true" %>
<%@ Import namespace="ClassLibraryProjectNamespace" %>
<script language="VB" runat="Server">
--------Here code is written to show html with data----
</script>
Now my question is whether microsoft support this kind of architecture?
Also kindly let me know whether VB is still supported by Microsoft for creating Class Library Projects on latest .net framework ?
Thanks and regards,
Shriram