Server IP : 103.6.199.200 / Your IP : 3.137.181.69 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/jivisol1/masar.jivisolutions.com/wwwroot/ |
Upload File : |
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Security; public partial class LandingPage : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (User.Identity.Name.Length == 0) Response.Redirect("~/Account/Login.aspx"); } }