feat: add MVC base, with auth to ldap
This commit is contained in:
13
divers/hello.aspx
Normal file
13
divers/hello.aspx
Normal 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>
|
||||
Reference in New Issue
Block a user