コード例 #1
0
    protected void WinAuthentication()
    {
        WinAuth.FullName = WinAuth.GetFullName();
        WinAuth.UserName = WinAuth.GetUsername();

        WinAuth.AddArea(WindowsAuthentication.PerformancePortal.Portal);

        //WinAuth.TrackerSql();
    }
コード例 #2
0
ファイル: MasterPage.master.cs プロジェクト: Hughesm/IQT-Tool
//note: Server.Transfer takes place on the sever and not the client(browser) it should be more efficient but ive left the original redirect incase you need it - MH
    protected void IAT_OnClick(object sender, EventArgs e)
    {
        WinAuth.AddArea(WindowsAuthentication.PerformancePortal.Iat);


        WinAuth.TrackerSql();

        Response.Redirect("http://hq-ict-09440v:8080/CorVu/g?IncidentAnalysisTool_Live");
    }