Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Version 2.1 - Looping back to Main.aspx

web-app

I am fairly new to Gemini and am trying to do an upgrade from 2.0.3 to 2.1.  Install and database update went fine.  I have windows authentication turned on and it apears to be working in both IE 6 and FireFox.   With either browser I am able to log on and view the main page (Main.aspx), roadmap (roadmap.aspx), change log (ChangeLog.aspx), MyWork (Workload.aspx), My Watched Issues (MyWatchedIssues.aspx), and My Profile (Profile.aspx).  The problem appears whenever I attempt to access any other page with IE - FireFox permits me to access any page without problems.  If I try to access any of the administration pages (e.g. Licensing.aspx, users.aspx, etc.) or access a project (Project.aspx) with IE, I am immediately sent back to the Main page (main.aspx). 

If I turn on application tracing, it shows the following:

No.    Time of Request            File                     Status Code    Verb     
1    3/29/2007 2:32:51 PM    /admin/Administration.aspx    200    GET    View Details
2    3/29/2007 2:32:51 PM    /utility/Refresher.aspx       200    GET    View Details
3    3/29/2007 2:33:02 PM    /security/Users.aspx          302    GET    View Details
4    3/29/2007 2:33:02 PM    /Main.aspx                    200    GET    View Details
5    3/29/2007 2:33:02 PM    /utility/Refresher.aspx       200    GET    View Details

The IIS log at the same time shows:

2007-03-29 18:32:51 W3SVC2 10.50.0.173 GET /Gemini/admin/Administration.aspx - 80 - 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 401 2 2148074254
2007-03-29 18:32:51 W3SVC2 10.50.0.173 GET /Gemini/admin/Administration.aspx - 80 MYDOM\NathanL 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 200 0 0
2007-03-29 18:32:51 W3SVC2 10.50.0.173 GET /gemini/utility/Refresher.aspx - 80 - 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 401 2 2148074254
2007-03-29 18:32:51 W3SVC2 10.50.0.173 GET /gemini/utility/Refresher.aspx - 80 MY
DOM\NathanL 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 200 0 0
2007-03-29 18:33:02 W3SVC2 10.50.0.173 GET /Gemini/security/Users.aspx - 80 - 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 401 2 2148074254
2007-03-29 18:33:02 W3SVC2 10.50.0.173 GET /Gemini/security/Users.aspx - 80 MYDOM\NathanL 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 302 0 0
2007-03-29 18:33:02 W3SVC2 10.50.0.173 GET /Gemini/Main.aspx - 80 - 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 401 2 2148074254
2007-03-29 18:33:02 W3SVC2 10.50.0.173 GET /Gemini/Main.aspx - 80 MY
DOM\NathanL 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 200 0 0
2007-03-29 18:33:02 W3SVC2 10.50.0.173 GET /gemini/utility/Refresher.aspx - 80 - 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 401 2 2148074254
2007-03-29 18:33:02 W3SVC2 10.50.0.173 GET /gemini/utility/Refresher.aspx - 80 MY_DOM\NathanL 10.50.0.154 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 200 0 0

I believe the 302 and/or 401 code is the key here but for the life of me I can't figure out why this is happening.  I've played around with the IIS settings and if I enable anonymous access, then the 302 in the trace log becomes a 401 but the result is the same.  I've check the IIS and file permissions and they seem correct.  If anyone has any thoughts on what might be causing this it would be greatly appreciated.  Thanks!

Nathan

NathanL
· 1
NathanL
Replies (10)
helpful
0
not helpful

When you did the upgrade, did you use the old web.config file?

Also, make sure that Gemini (2.1) is running under .NET 2.0.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I initially made the mistake of trying to use the old web.config file but I soon realized that wouldn't work so I switched to the new one.  As for .NET, I am running under 2.0. 

Nathan


NathanL
· 1
NathanL
helpful
0
not helpful

Did you de-select the "Anonymous Access" box in IIS -> Directory security for Gemini?

Also, which version of IE are you using?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I've tried it with both "Anonymous Access" enabled and disabled and I get the same result as previously described.  The only difference shows in the trace log.  With anonymous enabled, there is first a 401 and then a 302 code on the page that doesn't show (users.aspx for example), and then a 401 and a 200 on the main page (main.aspx).  Here's the Gemini trace long from this:

No.    Time of Request            File                      Status Code    Verb     
1    3/30/2007 9:25:18 AM    /security/Users.aspx    401    GET    View Details
2    3/30/2007 9:25:18 AM    /security/Users.aspx    302    GET    View Details
3    3/30/2007 9:25:20 AM    /Main.aspx              401    GET    View Details
4    3/30/2007 9:25:20 AM    /Main.aspx              200    GET    View Details
5    3/30/2007 9:25:21 AM    /utility/Refresher.aspx 200    GET    View Details

When I have anonymous disabled, the 401 codes go away and I just have the 302 on the page that doesn't show and then a 200 on the main page as follows:

No.    Time of Request            File               Status Code    Verb     
1    3/30/2007 9:31:38 AM    /security/Users.aspx    302    GET    View Details
2    3/30/2007 9:31:38 AM    /Main.aspx              200    GET    View Details
3    3/30/2007 9:31:38 AM    /utility/Refresher.aspx 200    GET    View Details

So, I guess this would indicate that the root of the problem has something to do with the 302 on the pages that don't work rather than the 401 code.  Any ideas what migth be causing this?

As for the browser version, this problem happens with both IE 6 and 7.  Thanks for your assistance on this!

Nathan


NathanL
· 1
NathanL
helpful
0
not helpful

Sorry for the stupid question, but does your user have Gemini admin rights?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes, my ID has gemini-administrator in it's "selected groups".  Also, remember that it works in FireFox so whatever is wrong is only affecting IE.

Nathan


NathanL
· 1
NathanL
helpful
0
not helpful

We can not replicate it at the moment (IE6 & 7).

Are there any errors in the Gemini log?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Should have posted this earlier but here's the complete trace output for a failing page (users.aspx), complete with the 302 code.  It doesn't mean much to me but maybe to you it does.

Request Details


Request Details
Session Id:    dfyjtbbtn1p0tx55rrkn4e45    Request Type:    GET
Time of Request:    4/2/2007 2:37:58 PM    Status Code:    302
Request Encoding:    Unicode (UTF-8)    Response Encoding:    Unicode (UTF-8)


Trace Information

Category    Message    From First(s)    From Last(s)
aspx.page    Begin PreInit       
aspx.page    End PreInit    0.00416701005295366    0.004167
aspx.page    Begin Init    0.00423070529913718    0.000064
aspx.page    End Init    0.00437988627046175    0.000149
aspx.page    Begin InitComplete    0.00576972771679082    0.001390
aspx.page    End InitComplete    0.0058066039119497    0.000037
aspx.page    Begin PreLoad    0.00583928963038598    0.000033
aspx.page    End PreLoad    0.00588817852548299    0.000049
aspx.page    Begin Load    0.00592198170437863    0.000034
aspx.page    End Load    0.0629775572034993    0.057056
aspx.page    Begin LoadComplete    0.0630398556241086    0.000062
aspx.page    End LoadComplete    0.0630756143588082    0.000036
aspx.page    Begin PreRender    0.063109138172589    0.000034
aspx.page    End PreRender    0.0636949668184085    0.000586
aspx.page    Begin PreRenderComplete    0.0637391065065532    0.000044
aspx.page    End PreRenderComplete    0.0644880843794393    0.000749
aspx.page    Begin SaveState    0.0816500421142911    0.017162
aspx.page    End SaveState    0.0829851279981115    0.001335
aspx.page    Begin SaveStateComplete    0.0830493819745247    0.000064
aspx.page    End SaveStateComplete    0.0830843026138797    0.000035
aspx.page    Begin Render    0.083116988332316    0.000033
aspx.page    End Render    0.198598704583962    0.115482


Control Tree

Control UniqueID    Type    Render Size Bytes (including children)    ViewState Size Bytes (excluding children)    ControlState Size Bytes (excluding children)
_Page    ASP.securityusersaspx    44469    0    0
    _ctl0    ASP.masterpages
administrationmaster    44469    0    0
        _ctl0:
ctl0    System.Web.UI.HtmlControls.HtmlHead    115    0    0
            ctl0:ctl1    System.Web.UI.HtmlControls.HtmlTitle    26    0    0
            ctl0:ctl2    System.Web.UI.HtmlControls.HtmlLink    76    0    0
        aspnetForm    System.Web.UI.HtmlControls.HtmlForm    44141    0    0
            ctl0:ctl3    System.Web.UI.LiteralControl    7    0    0
            ctl0:HeaderBar1    ASP.controlsheaderbarascx    3368    0    0
                _ctl0:HeaderBar1:
ctl1    System.Web.UI.LiteralControl    111    0    0
                ctl0:HeaderBar1:Header1    ASP.controlsheaderascx    1619    0    0
                    _ctl0:HeaderBar1:Header1:Img1    System.Web.UI.HtmlControls.HtmlImage    137    0    0
                    _ctl0:HeaderBar1:Header1:lnkDesc    System.Web.UI.WebControls.HyperLink    132    32    0
                    _ctl0:HeaderBar1:Header1:lblDesc    System.Web.UI.WebControls.Label    134    96    0
                    _ctl0:HeaderBar1:Header1:txtIssue    System.Web.UI.WebControls.TextBox    143    0    0
                    _ctl0:HeaderBar1:Header1:lnkFind    CounterSoft.Gemini.Controls.GeminiLinkButton    125    0    0
                    _ctl0:HeaderBar1:Header1:lnkHelp    CounterSoft.Gemini.Controls.GeminiSimpleLink    86    0    0
                    _ctl0:HeaderBar1:Header1:lnkLogout    CounterSoft.Gemini.Controls.GeminiLinkButton    0    24    0
                _ctl0:HeaderBar1:
ctl2    System.Web.UI.LiteralControl    24    0    0
                ctl0:HeaderBar1:PlaceHolder1    System.Web.UI.WebControls.PlaceHolder    1536    0    0
                    _ctl0:HeaderBar1:
ctl0    ASP.controlsnavbarmainascx    1536    0    0
                        ctl0:HeaderBar1:ctl0:ctl0    System.Web.UI.ResourceBasedLiteralControl    288    0    0
                        _ctl0:HeaderBar1:
ctl0:NavBarCommonLeft1    ASP.controlsnavbarcommonleftascx    197    0    0
                            ctl0:HeaderBar1:ctl0:NavBarCommonLeft1:ctl0    System.Web.UI.LiteralControl    75    0    0
                            _ctl0:HeaderBar1:
ctl0:NavBarCommonLeft1:lnkHome    CounterSoft.Gemini.Controls.GeminiSimpleLink    101    0    0
                            ctl0:HeaderBar1:ctl0:NavBarCommonLeft1:ctl1    System.Web.UI.LiteralControl    21    0    0
                        _ctl0:HeaderBar1:
ctl0:ctl1    System.Web.UI.LiteralControl    52    0    0
                        _ctl0:HeaderBar1:
ctl0:lnkAdmin    CounterSoft.Gemini.Controls.GeminiSimpleLink    110    0    0
                        ctl0:HeaderBar1:ctl0:ctl2    System.Web.UI.LiteralControl    138    0    0
                        _ctl0:HeaderBar1:
ctl0:NavBarCommonRight1    ASP.controlsnavbarcommonrightascx    722    0    0
                            ctl0:HeaderBar1:ctl0:NavBarCommonRight1:ctl0    System.Web.UI.LiteralControl    156    0    0
                            _ctl0:HeaderBar1:
ctl0:NavBarCommonRight1:lnkMyWorkload    CounterSoft.Gemini.Controls.GeminiSimpleLink    120    0    0
                            ctl0:HeaderBar1:ctl0:NavBarCommonRight1:ctl1    System.Web.UI.LiteralControl    74    0    0
                            _ctl0:HeaderBar1:
ctl0:NavBarCommonRight1:lnkMyWatchedIssues    CounterSoft.Gemini.Controls.GeminiSimpleLink    142    0    0
                            ctl0:HeaderBar1:ctl0:NavBarCommonRight1:ctl2    System.Web.UI.LiteralControl    74    0    0
                            _ctl0:HeaderBar1:
ctl0:NavBarCommonRight1:lnkProfile    CounterSoft.Gemini.Controls.GeminiSimpleLink    119    0    0
                            ctl0:HeaderBar1:ctl0:NavBarCommonRight1:ctl3    System.Web.UI.LiteralControl    37    0    0
                        _ctl0:HeaderBar1:
ctl0:ctl3    System.Web.UI.LiteralControl    29    0    0
                _ctl0:HeaderBar1:
ctl3    System.Web.UI.LiteralControl    78    0    0
            ctl0:ctl4    System.Web.UI.ResourceBasedLiteralControl    297    0    0
            ctl0:Title    System.Web.UI.WebControls.ContentPlaceHolder    25    0    0
                _ctl0:Title:
ctl0    System.Web.UI.LiteralControl    6    0    0
                ctl0:Title:ADMINSecurityTitle    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    17    0    0
                ctl0:Title:ctl1    System.Web.UI.LiteralControl    2    0    0
            ctl0:ctl5    System.Web.UI.LiteralControl    119    0    0
            ctl0:AdministrationMenu1    ASP.controlsadministrationmenuascx    2378    0    0
                _ctl0:AdministrationMenu1:
ctl0    System.Web.UI.LiteralControl    174    0    0
                ctl0:AdministrationMenu1:ADMINGlobalTitle    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    15    0    0
                ctl0:AdministrationMenu1:ctl1    System.Web.UI.LiteralControl    28    0    0
                ctl0:AdministrationMenu1:ADMINGeneralTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    113    0    0
                ctl0:AdministrationMenu1:ctl2    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINLicensingTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    113    0    0
                ctl0:AdministrationMenu1:ctl3    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINNotificationsTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    125    0    0
                ctl0:AdministrationMenu1:ctl4    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINProjects    CounterSoft.Gemini.Controls.GeminiSimpleLink    105    0    0
                ctl0:AdministrationMenu1:ctl5    System.Web.UI.LiteralControl    49    0    0
                ctl0:AdministrationMenu1:ADMINSecurityTitle    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    17    0    0
                ctl0:AdministrationMenu1:ctl6    System.Web.UI.LiteralControl    28    0    0
                ctl0:AdministrationMenu1:ADMINGeneralTitle2    CounterSoft.Gemini.Controls.GeminiSimpleLink    109    0    0
                ctl0:AdministrationMenu1:ctl7    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINUsersTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    118    36    0
                ctl0:AdministrationMenu1:ctl8    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINUserAccessTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    108    0    0
                ctl0:AdministrationMenu1:ctl9    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINSchemesTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    98    0    0
                ctl0:AdministrationMenu1:ctl10    System.Web.UI.LiteralControl    49    0    0
                ctl0:AdministrationMenu1:ADMINIssuesTitle    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    14    0    0
                ctl0:AdministrationMenu1:ctl11    System.Web.UI.LiteralControl    28    0    0
                ctl0:AdministrationMenu1:ADMINGeneralTitle3    CounterSoft.Gemini.Controls.GeminiSimpleLink    113    0    0
                ctl0:AdministrationMenu1:ctl12    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINMainLinksTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    121    0    0
                ctl0:AdministrationMenu1:ctl13    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINMainTypePriorTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    130    0    0
                ctl0:AdministrationMenu1:ctl14    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINMainStatusTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    119    0    0
                ctl0:AdministrationMenu1:ctl15    System.Web.UI.LiteralControl    24    0    0
                ctl0:AdministrationMenu1:ADMINMainResolutionTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    132    0    0
                ctl0:AdministrationMenu1:ctl16    System.Web.UI.LiteralControl    49    0    0
                ctl0:AdministrationMenu1:ADMINSystemInformationTitle    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    18    0    0
                ctl0:AdministrationMenu1:ctl17    System.Web.UI.LiteralControl    28    0    0
                ctl0:AdministrationMenu1:ADMINSystemLogTitle    CounterSoft.Gemini.Controls.GeminiSimpleLink    113    0    0
                ctl0:AdministrationMenu1:ctl18    System.Web.UI.LiteralControl    24    0    0
            ctl0:ctl6    System.Web.UI.LiteralControl    149    0    0
            ctl0:Main    System.Web.UI.WebControls.ContentPlaceHolder    24646    0    0
                _ctl0:Main:
ctl0    System.Web.UI.LiteralControl    126    0    0
                ctl0:Main:TITLE    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    8    0    0
                _ctl0:Main:
ctl1    System.Web.UI.LiteralControl    58    0    0
                ctl0:Main:USERFirstname    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    10    0    0
                ctl0:Main:ctl2    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:txtFirstname    System.Web.UI.WebControls.TextBox    107    0    0
                _ctl0:Main:
ctl3    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:GeminiRequiredFieldValidator1    CounterSoft.Gemini.Controls.GeminiRequiredFieldValidator    247    0    0
                _ctl0:Main:
ctl4    System.Web.UI.LiteralControl    64    0    0
                ctl0:Main:USERSurname    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    8    0    0
                ctl0:Main:ctl5    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:txtSurname    System.Web.UI.WebControls.TextBox    103    0    0
                _ctl0:Main:
ctl6    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:GeminiRequiredFieldValidator2    CounterSoft.Gemini.Controls.GeminiRequiredFieldValidator    245    0    0
                _ctl0:Main:
ctl7    System.Web.UI.LiteralControl    64    0    0
                ctl0:Main:USEREmail    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    6    0    0
                ctl0:Main:ctl8    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:txtEmail    System.Web.UI.WebControls.TextBox    99    0    0
                _ctl0:Main:
ctl9    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:GeminiRequiredFieldValidator3    CounterSoft.Gemini.Controls.GeminiRequiredFieldValidator    243    0    0
                _ctl0:Main:
ctl10    System.Web.UI.LiteralControl    64    0    0
                ctl0:Main:Username    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    9    0    0
                _ctl0:Main:
ctl11    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:txtUsername    System.Web.UI.WebControls.TextBox    105    0    0
                _ctl0:Main:
ctl12    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:GeminiRequiredFieldValidator5    CounterSoft.Gemini.Controls.GeminiRequiredFieldValidator    246    0    0
                _ctl0:Main:
ctl13    System.Web.UI.LiteralControl    97    0    0
                ctl0:Main:USERUserFootnote    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    34    0    0
                ctl0:Main:ctl14    System.Web.UI.LiteralControl    58    0    0
                ctl0:Main:Password    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    9    0    0
                _ctl0:Main:
ctl15    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:txtPWD    System.Web.UI.WebControls.TextBox    99    0    0
                _ctl0:Main:
ctl16    System.Web.UI.LiteralControl    19    0    0
                ctl0:Main:GeminiRequiredFieldValidator4    CounterSoft.Gemini.Controls.GeminiRequiredFieldValidator    241    0    0
                _ctl0:Main:
ctl17    System.Web.UI.LiteralControl    75    0    0
                ctl0:Main:lblMessage    System.Web.UI.WebControls.Label    59    0    0
                _ctl0:Main:
ctl18    System.Web.UI.LiteralControl    79    0    0
                ctl0:Main:btnAction    CounterSoft.Gemini.Controls.GeminiButton    287    0    0
                _ctl0:Main:
ctl19    System.Web.UI.LiteralControl    146    0    0
                ctl0:Main:ADMINUsersTitle    CounterSoft.Gemini.Controls.GeminiSimpleLiteral    5    0    0
                ctl0:Main:ctl20    System.Web.UI.LiteralControl    28    0    0
                ctl0:Main:gridUsers    Telerik.WebControls.RadGrid    21401    1308    0
                    _ctl0:Main:gridUsers:
ctl0    Telerik.WebControls.GridGroupPanel    0    12    0
                        ctl0:Main:gridUsers:ctl0:GroupPanel    System.Web.UI.WebControls.Table    0    0    0
                            ctl0:Main:gridUsers:ctl0:ctl1    Telerik.WebControls.GridTableRow    0    0    0
                                _ctl0:Main:gridUsers:
ctl0:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    _ctl0:Main:gridUsers:
ctl0:ctl0    System.Web.UI.WebControls.Table    0    0    0
                                        _ctl0:Main:gridUsers:
ctl0:ctl3    Telerik.WebControls.GridTableRow    0    0    0
                                            _ctl0:Main:gridUsers:
ctl0:ctl4    Telerik.WebControls.GridTableCell    0    0    0
                    _ctl0:Main:gridUsers:
ctl1    Telerik.WebControls.GridTableView    0    292    0
                        ctl0:Main:gridUsers:ctl1:ctl0    Telerik.WebControls.GridTable    0    0    0
                            _ctl0:Main:gridUsers:
ctl1:ctl2    Telerik.WebControls.GridTHead    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl2:ctl0    Telerik.WebControls.GridPagerItem    0    24    0
                                    ctl0:Main:gridUsers:ctl1:ctl2:ctl0:ctl2    System.Web.UI.WebControls.TableCell    0    28    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl0:ctl3    System.Web.UI.LiteralControl    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl0:ctl0    System.Web.UI.WebControls.Label    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl0:ctl4    System.Web.UI.LiteralControl    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl0:ctl1    Telerik.WebControls.GridLinkButton    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl0:ctl5    System.Web.UI.LiteralControl    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1    Telerik.WebControls.GridHeaderItem    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl2:ctl1:ctl6    Telerik.WebControls.GridTableHeaderCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl7    Telerik.WebControls.GridTableHeaderCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl8    Telerik.WebControls.GridTableHeaderCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl0    Telerik.WebControls.GridLinkButton    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl9    Telerik.WebControls.GridTableHeaderCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl1    Telerik.WebControls.GridLinkButton    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl10    Telerik.WebControls.GridTableHeaderCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl2    Telerik.WebControls.GridLinkButton    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl11    Telerik.WebControls.GridTableHeaderCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl3    Telerik.WebControls.GridLinkButton    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl12    Telerik.WebControls.GridTableHeaderCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl4    Telerik.WebControls.GridLinkButton    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl13    Telerik.WebControls.GridTableHeaderCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl5    Telerik.WebControls.GridLinkButton    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl14    Telerik.WebControls.GridTableHeaderCell    0    24    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl15    System.Web.UI.LiteralControl    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl16    Telerik.WebControls.GridTableHeaderCell    0    28    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl1:ctl17    System.Web.UI.LiteralControl    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2    Telerik.WebControls.GridFilteringItem    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl2:ctl2:ctl12    Telerik.WebControls.GridTableCell    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl13    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl14    Telerik.WebControls.GridTableCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl0    System.Web.UI.WebControls.TextBox    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl1    System.Web.UI.WebControls.Image    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl15    Telerik.WebControls.GridTableCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl2    System.Web.UI.WebControls.TextBox    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl3    System.Web.UI.WebControls.Image    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl16    Telerik.WebControls.GridTableCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl4    System.Web.UI.WebControls.TextBox    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl5    System.Web.UI.WebControls.Image    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl17    Telerik.WebControls.GridTableCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl6    System.Web.UI.WebControls.TextBox    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl7    System.Web.UI.WebControls.Image    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl18    Telerik.WebControls.GridTableCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl8    System.Web.UI.WebControls.TextBox    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl9    System.Web.UI.WebControls.Image    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl19    Telerik.WebControls.GridTableCell    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl10    System.Web.UI.WebControls.TextBox    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl11    System.Web.UI.WebControls.Image    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl20    Telerik.WebControls.GridTableCell    0    0    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl2:ctl2:ctl21    Telerik.WebControls.GridTableCell    0    0    0
                            _ctl0:Main:gridUsers:
ctl1:ctl3    Telerik.WebControls.GridTFoot    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0    Telerik.WebControls.GridFooterItem    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl3:ctl0:ctl0    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0:ctl1    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0:ctl2    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0:ctl4    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0:ctl5    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0:ctl6    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0:ctl7    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0:ctl8    Telerik.WebControls.GridTableCell    0    28    0
                                    _ctl0:Main:gridUsers:
ctl1:ctl3:ctl0:ctl9    Telerik.WebControls.GridTableCell    0    28    0
                                _ctl0:Main:gridUsers:
ctl1:ctl3:ctl1    Telerik.WebControls.GridPagerItem    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl3:ctl1:ctl2    System.Web.UI.WebControls.TableCell    0    28    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl3:ctl1:ctl3    System.Web.UI.LiteralControl    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl3:ctl1:ctl0    System.Web.UI.WebControls.Label    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl3:ctl1:ctl4    System.Web.UI.LiteralControl    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl3:ctl1:ctl1    Telerik.WebControls.GridLinkButton    0    0    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl3:ctl1:ctl5    System.Web.UI.LiteralControl    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl3:ctl2    Telerik.WebControls.GridStatusBarItem    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl3:ctl2:ctl0    Telerik.WebControls.GridTableCell    0    200    0
                                        _ctl0:Main:gridUsers:
ctl1:ctl3:ctl2:StatusLabel    System.Web.UI.WebControls.Label    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl4    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl4:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl4:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl4:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl4:ctl4    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl4:ctl5    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl4:ctl6    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl4:ctl7    Telerik.WebControls.GridTableCell    0    36    0
                                ctl0:Main:gridUsers:ctl1:ctl4:ctl8    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl4:ctl9    Telerik.WebControls.GridTableCell    0    36    0
                                ctl0:Main:gridUsers:ctl1:ctl4:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl4:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl4:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl4:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl5    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl5:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl5:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl6    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl6:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl6:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl6:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl6:ctl4    Telerik.WebControls.GridTableCell    0    20    0
                                ctl0:Main:gridUsers:ctl1:ctl6:ctl5    Telerik.WebControls.GridTableCell    0    40    0
                                ctl0:Main:gridUsers:ctl1:ctl6:ctl6    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl6:ctl7    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl6:ctl8    Telerik.WebControls.GridTableCell    0    32    0
                                ctl0:Main:gridUsers:ctl1:ctl6:ctl9    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl6:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl6:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl6:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl6:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl7    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl7:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl7:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl8    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl8:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl8:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl8:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl8:ctl4    Telerik.WebControls.GridTableCell    0    20    0
                                ctl0:Main:gridUsers:ctl1:ctl8:ctl5    Telerik.WebControls.GridTableCell    0    32    0
                                ctl0:Main:gridUsers:ctl1:ctl8:ctl6    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl8:ctl7    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl8:ctl8    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl8:ctl9    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl8:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl8:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl8:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl8:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl9    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl9:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl9:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl10    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl10:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl10:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl10:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl10:ctl4    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl10:ctl5    Telerik.WebControls.GridTableCell    0    40    0
                                ctl0:Main:gridUsers:ctl1:ctl10:ctl6    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl10:ctl7    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl10:ctl8    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl10:ctl9    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl10:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl10:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl10:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl10:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl11    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl11:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl11:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl12    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl12:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl12:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl12:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl12:ctl4    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl12:ctl5    Telerik.WebControls.GridTableCell    0    32    0
                                ctl0:Main:gridUsers:ctl1:ctl12:ctl6    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl12:ctl7    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl12:ctl8    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl12:ctl9    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl12:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl12:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl12:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl12:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl13    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl13:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl13:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl14    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl14:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl14:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl14:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl14:ctl4    Telerik.WebControls.GridTableCell    0    20    0
                                ctl0:Main:gridUsers:ctl1:ctl14:ctl5    Telerik.WebControls.GridTableCell    0    40    0
                                ctl0:Main:gridUsers:ctl1:ctl14:ctl6    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl14:ctl7    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl14:ctl8    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl14:ctl9    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl14:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl14:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl14:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl14:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl15    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl15:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl15:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl16    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl16:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl16:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl16:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl16:ctl4    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl16:ctl5    Telerik.WebControls.GridTableCell    0    40    0
                                ctl0:Main:gridUsers:ctl1:ctl16:ctl6    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl16:ctl7    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl16:ctl8    Telerik.WebControls.GridTableCell    0    32    0
                                ctl0:Main:gridUsers:ctl1:ctl16:ctl9    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl16:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl16:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl16:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl16:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl17    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl17:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl17:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl18    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl18:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl18:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl18:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl18:ctl4    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl18:ctl5    Telerik.WebControls.GridTableCell    0    40    0
                                ctl0:Main:gridUsers:ctl1:ctl18:ctl6    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl18:ctl7    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl18:ctl8    Telerik.WebControls.GridTableCell    0    32    0
                                ctl0:Main:gridUsers:ctl1:ctl18:ctl9    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl18:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl18:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl18:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl18:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl19    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl19:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl19:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl20    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl20:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl20:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl20:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl20:ctl4    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl20:ctl5    Telerik.WebControls.GridTableCell    0    32    0
                                ctl0:Main:gridUsers:ctl1:ctl20:ctl6    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl20:ctl7    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl20:ctl8    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl20:ctl9    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl20:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl20:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl20:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl20:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl21    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl21:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl21:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                            ctl0:Main:gridUsers:ctl1:ctl22    Telerik.WebControls.GridDataItem    0    20    0
                                _ctl0:Main:gridUsers:
ctl1:ctl22:ctl2    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl22:GECBtnExpandColumn    Telerik.WebControls.GridImageButton    0    204    0
                                _ctl0:Main:gridUsers:
ctl1:ctl22:ctl3    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl22:ctl4    Telerik.WebControls.GridTableCell    0    24    0
                                ctl0:Main:gridUsers:ctl1:ctl22:ctl5    Telerik.WebControls.GridTableCell    0    36    0
                                ctl0:Main:gridUsers:ctl1:ctl22:ctl6    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl22:ctl7    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl22:ctl8    Telerik.WebControls.GridTableCell    0    28    0
                                ctl0:Main:gridUsers:ctl1:ctl22:ctl9    Telerik.WebControls.GridTableCell    0    44    0
                                ctl0:Main:gridUsers:ctl1:ctl22:ctl10    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl22:ctl0    System.Web.UI.WebControls.HyperLink    0    64    0
                                ctl0:Main:gridUsers:ctl1:ctl22:ctl11    Telerik.WebControls.GridTableCell    0    0    0
                                    ctl0:Main:gridUsers:ctl1:ctl22:ctl1    System.Web.UI.WebControls.ImageButton    0    256    0
                            ctl0:Main:gridUsers:ctl1:ctl23    Telerik.WebControls.GridEditFormItem    0    0    0
                                _ctl0:Main:gridUsers:
ctl1:ctl23:ctl0    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                                ctl0:Main:gridUsers:ctl1:ctl23:ctl1    Telerik.WebControls.GridEditFormItem+EditFormTableCell    0    0    0
                        ctl0:Main:gridUsers:ctl1:ctl1    System.Web.UI.Control    0    0    0
                    _ctl0:Main:gridUsers:
ctl2    Telerik.WebControls.GridFilterMenu    0    12    0
                        ctl0:Main:gridUsers:ctl2:Item0    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item1    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item2    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item3    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item4    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item5    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item6    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item7    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item8    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item9    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item10    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item11    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item12    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item13    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item14    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item15    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item16    Telerik.WebControls.GridMenuItem    0    0    0
                        ctl0:Main:gridUsers:ctl2:Item17    Telerik.WebControls.GridMenuItem    0    0    0
                ctl0:Main:ctl21    System.Web.UI.LiteralControl    26    0    0
            ctl0:ctl7    System.Web.UI.LiteralControl    72    0    0


Session State

Session Key    Type    Value


Application State

Application Key    Type    Value


Request Cookies Collection

Name    Value    Size


Response Cookies Collection

Name    Value    Size
ASP.NETSessionId    dfyjtbbtn1p0tx55rrkn4e45    42
Gemini21    FF3C499DCAF98C7615EFEC957E7163BA6757BBF6F3C989042343CE3D849EF4C40AD6AE078DAB02EE8554F860525AF10D1F7C93490B6E7EE47A9F18C3C3CC8E17549E9F85BB6B70D261662064E36D030E937247879ED9A2D47E1D6F5B79383E6C    201


Headers Collection

Name    Value
Connection    Keep-Alive
Accept    image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, */*
Accept-Encoding    gzip, deflate
Accept-Language    en-us
Authorization    Negotiate YIIFPgYGKwYBBQUCoIIFMjCCBS6gJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqKCBQQEggUAYIIE/AYJKoZIhvcSAQICAQBuggTrMIIE56ADAgEFoQMCAQ6iBwMFACAAAACjggQJYYIEBTCCBAGgAwIBBaEWGxRXQVRFUkxPTy5TT0ZUSU5OLkNPTaI0MDKgAwIBAqErMCkbBEhUVFAbIXdzMDNyMmVlX3NxbC53YXRlcmxvby5zb2Z0aW5uLmNvbaOCA6owggOmoAMCARehAwIBAqKCA5gEggOU++FovJ0g3IARF2/eNjLERDPMle0CE5r1UPW93Mb5lrIJsFerOzquLguET31xRI/VlGOFtogGVj5hj65n9yq4pWQMzKb/3zesxr8ZOGlaWCUwW/cVXi/BkZPDSB7aNdnrE/QFluoKRb5GmKafedYlo0qT4HkFkXCWGXuoZLOL1h++pte3thQwqm8sXuFRq9PKiIHQxEgbiiPrYfgTQCFiT6hkVlYYr4hz1HX2Fwb4BFCNNRvZPorAgeMlb/GnFqdf4C6eXtCXexTQbwG8wcUnemDJNhvULPVYYql2CH0CPqXUYoTbifafU9rte2ZtthpyffDwPQ2Up8haAyyytU1YggVBRE+hBbvXNImuc+cFuDqK+AQJOJHpVHeu7lRF8WfX6Q3iWH1qkBoyQY88GfxB0rKaOS/4CH6K2Z1OTsf4EtHuMDXspAMlDdkxxWm9K0nb808qLLy2iQ2OCEldWqlcx1lPlMH/2LR1IxlK4Dl1MtRsqXU9QtNbOGY0bnjZI4Vt0a+MK37/BbD/Q0ntBfu8GMgd+MNBNa4Rs0Ty3e13vIECSZhWFFEEiNfHCHYfAnauCkwCI78xdX9+GoKkDdehUBMP2f96mKNulWIM6TDIwSHEZbib9A/NfzNur26hOnm7qRMKxCCvsJVCuFyn73M4iEir64RRcVgCtr6hf70QTNSH2ozHWNyqepP1KpHq8P7n1RkUJr/pajODEMzibK8SFhV/Hn06KMIXgLw7JoV6y4XS1rLTsVh0Gl63t7WF9nrfhwDtiRCgVzZjMa7xKeUanzbwrgxWFjBn4TzhOgNUNdtQWzSpWtVu4JbEzdmjmNN4057zLwQzbG9W/XosigRGgC/Pe/PGI8gRVYkZWeDF2dYvSTTGFw0RM47dQiRXrNe6Czu70sI8v2O0B9ZNWZnHIeBmtxrBx6Fi6aW3DaJgZ8+/epr44cj6tB+72jRH3HBjQvUTwYxVmwiaCUBszzvDIvmPLPhVDDfHcZKXGvaQMYukBhVAM4Yxe//zRV9rQrbL5SOrdo1kIfHyMInPb8SMdWGixYgn3Oj9mXltWznqf6C2g8PpsfgbWVYbL3ptt6QjHmJYL13A20PkzPhoN7OQpthY8mOFVGq43RoFhko4qEag2EdrhtS/aMXpGbWP/jYCqbq6LDeeFI1v6hPCOTz+WuMc62Y2r+rxP8nwA+yGoYjVgorT4hLR1xtkxgWO+t0pAMUK3qSBxDCBwaADAgEXooG5BIG2jUgm2F90+bJI0RsCFuw/hCzs1P4zcTMbTZ6+H36niFCDtxrKyN4Y2g1IjFmMmJofVRZ6T263rqTt5Y7b8hoivaK0N79bHaj0inuo5O4o2JbF9Stz+seMSNFmwaWA4wEHOi7AwL++vwD+s9cpR0zRs4nkvCxarTPQ8cW+7kdQmpWnXg1mINWS5xd2hug5Tz9gOp/75mrgqJi/GN1u06eQkI31kf/XYo/626NBwkOUHc5/GbspQbh=
Host    myserver
Referer    http://myserver/Gemini/admin/Administration.aspx
User-Agent    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)


Form Collection

Name    Value 


Querystring Collection

Name    Value


Server Variables

Name            Value
ALL
HTTP    HTTPCONNECTION:Keep-Alive HTTPACCEPT:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, / HTTPACCEPTENCODING:gzip, deflate HTTPACCEPTLANGUAGE:en-us HTTPAUTHORIZATION:Negotiate YIIFPgYGKwYBBQUCoIIFMjCCBS6gJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqKCBQQEggUAYIIE/AYJKoZIhvcSAQICAQBuggTrMIIE56ADAgEFoQMCAQ6iBwMFACAAAACjggQJYYIEBTCCBAGgAwIBBaEWGxRXQVRFUkxPTy5TT0ZUSU5OLkNPTaI0MDKgAwIBAqErMCkbBEhUVFAbIXdzMDNyMmVlX3NxbC53YXRlcmxvby5zb2Z0aW5uLmNvbaOCA6owggOmoAMCARehAwIBAqKCA5gEggOU++FovJ0g3IARF2/eNjLERDPMle0CE5r1UPW93Mb5lrIJsFerOzquLguET31xRI/VlGOFtogGVj5hj65n9yq4pWQMzKb/3zesxr8ZOGlaWCUwW/cVXi/BkZPDSB7aNdnrE/QFluoKRb5GmKafedYlo0qT4HkFkXCWGXuoZLOL1h++pte3thQwqm8sXuFRq9PKiIHQxEgbiiPrYfgTQCFiT6hkVlYYr4hz1HX2Fwb4BFCNNRvZPorAgeMlb/GnFqdf4C6eXtCXexTQbwG8wcUnemDJNhvULPVYYql2CH0CPqXUYoTbifafU9rte2ZtthpyffDwPQ2Up8haAyyytU1YggVBRE+hBbvXNImuc+cFuDqK+AQJOJHpVHeu7lRF8WfX6Q3iWH1qkBoyQY88GfxB0rKaOS/4CH6K2Z1OTsf4EtHuMDXspAMlDdkxxWm9K0nb808qLLy2iQ2OCEldWqlcx1lPlMH/2LR1IxlK4Dl1MtRsqXU9QtNbOGY0bnjZI4Vt0a+MK37/BbD/Q0ntBfu8GMgd+MNBNa4Rs0Ty3e13vIECSZhWFFEEiNfHCHYfAnauCkwCI78xdX9+GoKkDdehUBMP2f96mKNulWIM6TDIwSHEZbib9A/NfzNur26hOnm7qRMKxCCvsJVCuFyn73M4iEir64RRcVgCtr6hf70QTNSH2ozHWNyqepP1KpHq8P7n1RkUJr/pajODEMzibK8SFhV/Hn06KMIXgLw7JoV6y4XS1rLTsVh0Gl63t7WF9nrfhwDtiRCgVzZjMa7xKeUanzbwrgxWFjBn4TzhOgNUNdtQWzSpWtVu4JbEzdmjmNN4057zLwQzbG9W/XosigRGgC/Pe/PGI8gRVYkZWeDF2dYvSTTGFw0RM47dQiRXrNe6Czu70sI8v2O0B9ZNWZnHIeBmtxrBx6Fi6aW3DaJgZ8+/epr44cj6tB+72jRH3HBjQvUTwYxVmwiaCUBszzvDIvmPLPhVDDfHcZKXGvaQMYukBhVAM4Yxe//zRV9rQrbL5SOrdo1kIfHyMInPb8SMdWGixYgn3Oj9mXltWznqf6C2g8PpsfgbWVYbL3ptt6QjHmJYL13A20PkzPhoN7OQpthY8mOFVGq43RoFhko4qEag2EdrhtS/aMXpGbWP/jYCqbq6LDeeFI1v6hPCOTz+WuMc62Y2r+rxP8nwA+yGoYjVgorT4hLR1xtkxgWO+t0pAMUK3qSBxDCBwaADAgEXooG5BIG2jUgm2F90+bJI0RsCFuw/hCzs1P4zcTMbTZ6+H36niFCDtxrKyN4Y2g1IjFmMmJofVRZ6T263rqTt5Y7b8hoivaK0N79bHaj0inuo5O4o2JbF9Stz+seMSNFmwaWA4wEHOi7AwL++vwD+s9cpR0zRs4nkvCxarTPQ8cW+7kdQmpWnXg1mINWS5xd2hug5Tz9gOp/75mrgqJi/GN1u06eQkI31kf/XYo/626NBwkOUHc5/GbspQbh= HTTPHOST:myserver HTTPREFERER:http://myserver/Gemini/admin/Administration.aspx HTTPUSERAGENT:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
ALL
RAW    Connection: Keep-Alive Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, / Accept-Encoding: gzip, deflate Accept-Language: en-us Authorization: Negotiate YIIFPgYGKwYBBQUCoIIFMjCCBS6gJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqKCBQQEggUAYIIE/AYJKoZIhvcSAQICAQBuggTrMIIE56ADAgEFoQMCAQ6iBwMFACAAAACjggQJYYIEBTCCBAGgAwIBBaEWGxRXQVRFUkxPTy5TT0ZUSU5OLkNPTaI0MDKgAwIBAqErMCkbBEhUVFAbIXdzMDNyMmVlX3NxbC53YXRlcmxvby5zb2Z0aW5uLmNvbaOCA6owggOmoAMCARehAwIBAqKCA5gEggOU++FovJ0g3IARF2/eNjLERDPMle0CE5r1UPW93Mb5lrIJsFerOzquLguET31xRI/VlGOFtogGVj5hj65n9yq4pWQMzKb/3zesxr8ZOGlaWCUwW/cVXi/BkZPDSB7aNdnrE/QFluoKRb5GmKafedYlo0qT4HkFkXCWGXuoZLOL1h++pte3thQwqm8sXuFRq9PKiIHQxEgbiiPrYfgTQCFiT6hkVlYYr4hz1HX2Fwb4BFCNNRvZPorAgeMlb/GnFqdf4C6eXtCXexTQbwG8wcUnemDJNhvULPVYYql2CH0CPqXUYoTbifafU9rte2ZtthpyffDwPQ2Up8haAyyytU1YggVBRE+hBbvXNImuc+cFuDqK+AQJOJHpVHeu7lRF8WfX6Q3iWH1qkBoyQY88GfxB0rKaOS/4CH6K2Z1OTsf4EtHuMDXspAMlDdkxxWm9K0nb808qLLy2iQ2OCEldWqlcx1lPlMH/2LR1IxlK4Dl1MtRsqXU9QtNbOGY0bnjZI4Vt0a+MK37/BbD/Q0ntBfu8GMgd+MNBNa4Rs0Ty3e13vIECSZhWFFEEiNfHCHYfAnauCkwCI78xdX9+GoKkDdehUBMP2f96mKNulWIM6TDIwSHEZbib9A/NfzNur26hOnm7qRMKxCCvsJVCuFyn73M4iEir64RRcVgCtr6hf70QTNSH2ozHWNyqepP1KpHq8P7n1RkUJr/pajODEMzibK8SFhV/Hn06KMIXgLw7JoV6y4XS1rLTsVh0Gl63t7WF9nrfhwDtiRCgVzZjMa7xKeUanzbwrgxWFjBn4TzhOgNUNdtQWzSpWtVu4JbEzdmjmNN4057zLwQzbG9W/XosigRGgC/Pe/PGI8gRVYkZWeDF2dYvSTTGFw0RM47dQiRXrNe6Czu70sI8v2O0B9ZNWZnHIeBmtxrBx6Fi6aW3DaJgZ8+/epr44cj6tB+72jRH3HBjQvUTwYxVmwiaCUBszzvDIvmPLPhVDDfHcZKXGvaQMYukBhVAM4Yxe//zRV9rQrbL5SOrdo1kIfHyMInPb8SMdWGixYgn3Oj9mXltWznqf6C2g8PpsfgbWVYbL3ptt6QjHmJYL13A20PkzPhoN7OQpthY8mOFVGq43RoFhko4qEag2EdrhtS/aMXpGbWP/jYCqbq6LDeeFI1v6hPCOTz+WuMc62Y2r+rxP8nwA+yGoYjVgorT4hLR1xtkxgWO+t0pAMUK3qSBxDCBwaADAgEXooG5BIG2jUgm2F90+bJI0RsCFuw/hCzs1P4zcTMbTZ6+H36niFCDtxrKyN4Y2g1IjFmMmJofVRZ6T263rqTt5Y7b8hoivaK0N79bHaj0inuo5O4o2JbF9Stz+seMSNFmwaWA4wEHOi7AwL++vwD+s9cpR0zRs4nkvCxarTPQ8cW+7kdQmpWnXg1mINWS5xd2hug5Tz9gOp/75mrgqJi/GN1u06eQkI31kf/XYo/626NBwkOUHc5/GbspQbh= Host: myserver Referer: http://myserver/Gemini/admin/Administration.aspx User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
APPLMDPATH    /LM/w3svc/2/Root/Gemini
APPLPHYSICALPATH    C:\Program Files\CounterSoft\Gemini Project Issue Tracking\WebApp\
AUTHTYPE     
AUTH
USER     
AUTHPASSWORD     
LOGON
USER    MYDOM\NathanL
REMOTEUSER     
CERT
COOKIE     
CERTFLAGS     
CERT
ISSUER     
CERTKEYSIZE     
CERT
SECRETKEYSIZE     
CERTSERIALNUMBER     
CERT
SERVERISSUER     
CERT
SERVERSUBJECT     
CERT
SUBJECT     
CONTENTLENGTH    0
CONTENT
TYPE     
GATEWAYINTERFACE    CGI/1.1
HTTPS    off
HTTPS
KEYSIZE     
HTTPSSECRETKEYSIZE     
HTTPS
SERVERISSUER     
HTTPS
SERVERSUBJECT     
INSTANCE
ID    2
INSTANCEMETAPATH    /LM/W3SVC/2
LOCALADDR    1.2.0.178
PATH
INFO    /Gemini/security/Users.aspx
PATHTRANSLATED    C:\Program Files\CounterSoft\Gemini Project Issue Tracking\WebApp\security\Users.aspx
QUERY
STRING     
REMOTEADDR    1.2.0.159
REMOTE
HOST    1.2.0.159
REMOTEPORT    2395
REQUEST
METHOD    GET
SCRIPTNAME    /Gemini/security/Users.aspx
SERVER
NAME    myserver
SERVERPORT    80
SERVER
PORTSECURE    0
SERVER
PROTOCOL    HTTP/1.1
SERVERSOFTWARE    Microsoft-IIS/6.0
URL    /Gemini/security/Users.aspx
HTTP
CONNECTION    Keep-Alive
HTTPACCEPT    image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, */*
HTTP
ACCEPTENCODING    gzip, deflate
HTTP
ACCEPTLANGUAGE    en-us
HTTP
AUTHORIZATION    Negotiate YIIFPgYGKwYBBQUCoIIFMjCCBS6gJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqKCBQQEggUAYIIE/AYJKoZIhvcSAQICAQBuggTrMIIE56ADAgEFoQMCAQ6iBwMFACAAAACjggQJYYIEBTCCBAGgAwIBBaEWGxRXQVRFUkxPTy5TT0ZUSU5OLkNPTaI0MDKgAwIBAqErMCkbBEhUVFAbIXdzMDNyMmVlX3NxbC53YXRlcmxvby5zb2Z0aW5uLmNvbaOCA6owggOmoAMCARehAwIBAqKCA5gEggOU++FovJ0g3IARF2/eNjLERDPMle0CE5r1UPW93Mb5lrIJsFerOzquLguET31xRI/VlGOFtogGVj5hj65n9yq4pWQMzKb/3zesxr8ZOGlaWCUwW/cVXi/BkZPDSB7aNdnrE/QFluoKRb5GmKafedYlo0qT4HkFkXCWGXuoZLOL1h++pte3thQwqm8sXuFRq9PKiIHQxEgbiiPrYfgTQCFiT6hkVlYYr4hz1HX2Fwb4BFCNNRvZPorAgeMlb/GnFqdf4C6eXtCXexTQbwG8wcUnemDJNhvULPVYYql2CH0CPqXUYoTbifafU9rte2ZtthpyffDwPQ2Up8haAyyytU1YggVBRE+hBbvXNImuc+cFuDqK+AQJOJHpVHeu7lRF8WfX6Q3iWH1qkBoyQY88GfxB0rKaOS/4CH6K2Z1OTsf4EtHuMDXspAMlDdkxxWm9K0nb808qLLy2iQ2OCEldWqlcx1lPlMH/2LR1IxlK4Dl1MtRsqXU9QtNbOGY0bnjZI4Vt0a+MK37/BbD/Q0ntBfu8GMgd+MNBNa4Rs0Ty3e13vIECSZhWFFEEiNfHCHYfAnauCkwCI78xdX9+GoKkDdehUBMP2f96mKNulWIM6TDIwSHEZbib9A/NfzNur26hOnm7qRMKxCCvsJVCuFyn73M4iEir64RRcVgCtr6hf70QTNSH2ozHWNyqepP1KpHq8P7n1RkUJr/pajODEMzibK8SFhV/Hn06KMIXgLw7JoV6y4XS1rLTsVh0Gl63t7WF9nrfhwDtiRCgVzZjMa7xKeUanzbwrgxWFjBn4TzhOgNUNdtQWzSpWtVu4JbEzdmjmNN4057zLwQzbG9W/XosigRGgC/Pe/PGI8gRVYkZWeDF2dYvSTTGFw0RM47dQiRXrNe6Czu70sI8v2O0B9ZNWZnHIeBmtxrBx6Fi6aW3DaJgZ8+/epr44cj6tB+72jRH3HBjQvUTwYxVmwiaCUBszzvDIvmPLPhVDDfHcZKXGvaQMYukBhVAM4Yxe//zRV9rQrbL5SOrdo1kIfHyMInPb8SMdWGixYgn3Oj9mXltWznqf6C2g8PpsfgbWVYbL3ptt6QjHmJYL13A20PkzPhoN7OQpthY8mOFVGq43RoFhko4qEag2EdrhtS/aMXpGbWP/jYCqbq6LDeeFI1v6hPCOTz+WuMc62Y2r+rxP8nwA+yGoYjVgorT4hLR1xtkxgWO+t0pAMUK3qSBxDCBwaADAgEXooG5BIG2jUgm2F90+bJI0RsCFuw/hCzs1P4zcTMbTZ6+H36niFCDtxrKyN4Y2g1IjFmMmJofVRZ6T263rqTt5Y7b8hoivaK0N79bHaj0inuo5O4o2JbF9Stz+seMSNFmwaWA4wEHOi7AwL++vwD+s9cpR0zRs4nkvCxarTPQ8cW+7kdQmpWnXg1mINWS5xd2hug5Tz9gOp/75mrgqJi/GN1u06eQkI31kf/XYo/626NBwkOUHc5/GbspQbh=
HTTPHOST    myserver
HTTP
REFERER    http://myserver/Gemini/admin/Administration.aspx
HTTPUSERAGENT    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)



Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210


With respect to the Gemini log, the only messages that happen at the same time as the 302 codes, are the following:

SendToHome() invoked3/28/2007 6:41:21 AM   SendToHome() invoked3/28/2007 6:41:09 AM 

Nathan


NathanL
· 1
NathanL
helpful
0
not helpful

Just an update, I upgraded to 2.1.1 and I'm still having the same problem.  Firefox is still fine and IE still loops between Main.aspx and Default.aspx.  Any suggestions as to what might be causing this?  I'm stumped.  Thanks.

Nathan


NathanL
· 1
NathanL
helpful
0
not helpful

Can you try it from another machine?


Saar Cohen
· 5000
Saar Cohen