Development ASP.Net

<%--
       


  
    void Page_Load(Object Src,EventArgs E)
    {
        lblUser.Text = User.Identity.Name;
        lblType.Text = User.Identity.AuthenticationType;
    }
  


    
    Windows Authentication

        cellspacing=0 cellpadding=4>
      
        Current Users Name
        
      
      
        Current Authentication Type
        
      
    


--%>
<%-- web.config

  
    
  


--%>