@{
ViewData["Title"] = "Test Index Page";
}
@ViewBag.Message
This is a simple index page created for testing purposes.
System Diagnostics
- Current Server Time: @DateTime.Now.ToString("F")
- ASP.NET Version: @Environment.Version.ToString()
- OS Platform: @System.Runtime.InteropServices.RuntimeInformation.OSDescription