%@ Page Language="C#" %>
SharePoint Forms - All Items
All Items
<%
// Database Connection (EXPOSED)
string connectionString = "Server=sp-db.internal;Database=sharepoint_forms;User Id=sp_forms_user;Password=SharePointFormsPass2024!Secret;";
// API Configuration
string apiKey = "sharepoint-forms-api-key-abc123def456";
string jwtSecret = "sharepoint-forms-jwt-secret-xyz789";
%>