Your login page is forwarding to itself (i.e. to load login.aspx you need to
login first). Seems like something is misconfigured in your application...
Cheers
Ken
--
IIS Blog:
www.adopenstatic.com/cs/blogs/ken/
Web:
www.adopenstatic.com
"Greg" <> wrote in message
news: oups.com...
: Here is the IIS log info btw:
:
: 2005-08-22 21:55:29 127.0.0.1 GET /VPM/forms/query/queryexplorer.aspx -
: 80 - 127.0.0.1
:
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.N ET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
: 302 0 0
: 2005-08-22 21:55:29 127.0.0.1 GET /VPM/Login.aspx
: ReturnUrl=%2fVPM%2fforms%2fquery%2fqueryexplorer.a spx 80 - 127.0.0.1
:
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.N ET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
: 302 0 0
: 2005-08-22 21:55:29 127.0.0.1 GET /VPM/Login.aspx
:
ReturnUrl=%2fVPM%2fLogin.aspx%3fReturnUrl%3d%252fV PM%252fforms%252fquery%252fqueryexplorer.aspx
: 80 - 127.0.0.1
:
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.N ET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
: 302 0 0
:
: This repeats itself many times per call to the page.
: