IIS Error /GET my.asp|21|c00c023f
am 22.02.2007 01:41:07 von MiddEware
Hi,
I'm doing an HTTPS post to an ASP page on IIS 6.0 on Windows 2003, and in
the Web logfiles, I'm seeing the following error:
/GET my.asp|21|c00c023f
Also seeing following message: "This method cannot be called until the Send
method has been called".
Can someone tell me what this error is about, particularly what c00c023f
means?
It appears to be permission related, but Filemon and Regmon are not showing
any permission denied errors.
Thanks in advance.
Re: IIS Error /GET my.asp|21|c00c023f
am 22.02.2007 08:41:28 von David Wang
I'm a little confused why you are asking about a log entry for a GET
request if you are making an HTTPS POST request. They are different
and unrelated things, unless you have some custom forwarding/
redirecting going on -- in which the issue has nothing to do with IIS
but rather the code doing the forwarding/redirecting.
Alternatively, it sounds like something going awry within the logic of
some custom application, in which case you want to obtain support from
the provider of that code.
I'm just not certain why this is a Security issue nor how it is
remotely related to IIS. To me, I think you need to hire someone to
troubleshoot your issue and support your custom applications.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Feb 21, 4:41 pm, MiddEware
wrote:
> Hi,
>
> I'm doing an HTTPS post to an ASP page on IIS 6.0 on Windows 2003, and in
> the Web logfiles, I'm seeing the following error:
> /GET my.asp|21|c00c023f
>
> Also seeing following message: "This method cannot be called until the Send
> method has been called".
>
> Can someone tell me what this error is about, particularly what c00c023f
> means?
> It appears to be permission related, but Filemon and Regmon are not showing
> any permission denied errors.
> Thanks in advance.