feat: add MVC base, with auth to ldap

This commit is contained in:
unknown
2025-02-02 10:22:31 -08:00
commit 3b1749292e
12 changed files with 448 additions and 0 deletions

13
divers/hello.aspx Normal file
View File

@@ -0,0 +1,13 @@
<%@ Page Language="VB" %>
<%
HelloWorld.Text = "Hello World"
%>
<html>
<head>
<title>ASP.NET Hello World</title>
</head>
<body bgcolor="#FFFFFF">
<p><asp:label id="HelloWorld"
runat="server" /></p>
</body>
</html>