| Author |
SITESERVER=ID=870827cf90603c171254741b02f10864 -
|
|
| Dave Karmens 2004-04-07, 12:03 pm |
| My IIS logs are showing this attached to the end of the entries:
SITESERVER=ID=870827cf90603c171254741b02
f10864
However, this seems to be causing a problem.
How can I disable Site Server's Authentication on IIS?
| |
| Pat [MSFT] 2004-04-07, 11:43 pm |
| That's not necessarily for authentication. Site Server included an IASPI
filter that tagged all requests for visit reporting as well. Either way,
look for an ISAPI filter on the sites (I think it was called AUTHFLTR.dll)
and remove it.
Pat
"Dave Karmens" <spam_just1coder@yahoo.ca> wrote in message
news:O6ql$QLHEHA.1528@TK2MSFTNGP09.phx.gbl...
> My IIS logs are showing this attached to the end of the entries:
>
> SITESERVER=ID=870827cf90603c171254741b02
f10864
>
> However, this seems to be causing a problem.
>
> How can I disable Site Server's Authentication on IIS?
| |
| Dave Karmens 2004-04-12, 5:42 pm |
| Thanks Pat!
I will give that a try.
Pat [MSFT] wrote:
> That's not necessarily for authentication. Site Server included an IASPI
> filter that tagged all requests for visit reporting as well. Either way,
> look for an ISAPI filter on the sites (I think it was called AUTHFLTR.dll)
> and remove it.
>
> Pat
>
> "Dave Karmens" <spam_just1coder@yahoo.ca> wrote in message
> news:O6ql$QLHEHA.1528@TK2MSFTNGP09.phx.gbl...
>
>
>
>
| |
| Dave Karmens 2004-04-12, 5:42 pm |
| I do not see that, or any site server related ISAPI filter in IIS; any
other way to remove it?
Pat [MSFT] wrote:
> That's not necessarily for authentication. Site Server included an IASPI
> filter that tagged all requests for visit reporting as well. Either way,
> look for an ISAPI filter on the sites (I think it was called AUTHFLTR.dll)
> and remove it.
>
> Pat
>
> "Dave Karmens" <spam_just1coder@yahoo.ca> wrote in message
> news:O6ql$QLHEHA.1528@TK2MSFTNGP09.phx.gbl...
>
>
>
>
| |
| Pat [MSFT] 2004-04-12, 6:41 pm |
| Check both the global and per site web configs. It may be a different isapi
from AUTHFLTR.
Pat
"Dave Karmens" <spam_just1coder@yahoo.ca> wrote in message
news:407B0295.9080703@yahoo.ca...[color=darkred]
> I do not see that, or any site server related ISAPI filter in IIS; any
> other way to remove it?
>
> Pat [MSFT] wrote:
>
IASPI[color=darkred]
way,[color=darkred]
AUTHFLTR.dll)[color=darkred]
| |
| Dave Karmens 2004-04-12, 6:41 pm |
| I did - can not find that anywhere.
I know that the site in question is not using it, could I unregister the
DLL?
Pat [MSFT] wrote:
> Check both the global and per site web configs. It may be a different isapi
> from AUTHFLTR.
>
> Pat
>
> "Dave Karmens" <spam_just1coder@yahoo.ca> wrote in message
> news:407B0295.9080703@yahoo.ca...
>
>
> IASPI
>
>
> way,
>
>
> AUTHFLTR.dll)
>
>
>
| |
| Pat [MSFT] 2004-04-12, 7:44 pm |
| It's an ISAPI filter (which doesn't get registered) or (possibly) you have a
site using the Site Server membership COM objects, in which case
unregistering a dll would cause the site to stop functioning.
Pat
"Dave Karmens" <spam_just1coder@yahoo.ca> wrote in message
news:%23AsjnwNIEHA.2244@TK2MSFTNGP09.phx.gbl...[color=darkred]
> I did - can not find that anywhere.
>
> I know that the site in question is not using it, could I unregister the
> DLL?
>
> Pat [MSFT] wrote:
>
isapi[color=darkred]
| |
| Dave Karmens 2004-04-13, 10:04 am |
| I'm only using search service from Site Server - nothing else.
Pat [MSFT] wrote:
> It's an ISAPI filter (which doesn't get registered) or (possibly) you have a
> site using the Site Server membership COM objects, in which case
> unregistering a dll would cause the site to stop functioning.
>
> Pat
>
> "Dave Karmens" <spam_just1coder@yahoo.ca> wrote in message
> news:%23AsjnwNIEHA.2244@TK2MSFTNGP09.phx.gbl...
>
>
> isapi
>
>
>
| |
| Dave Karmens 2004-04-13, 10:04 am |
| I'm only using search service from Site Server - nothing else.
Pat [MSFT] wrote:
> It's an ISAPI filter (which doesn't get registered) or (possibly) you have a
> site using the Site Server membership COM objects, in which case
> unregistering a dll would cause the site to stop functioning.
>
> Pat
>
> "Dave Karmens" <spam_just1coder@yahoo.ca> wrote in message
> news:%23AsjnwNIEHA.2244@TK2MSFTNGP09.phx.gbl...
>
>
> isapi
>
>
>
| |
| Pat [MSFT] 2004-04-14, 3:32 pm |
| You might then do a search against the .asp pages (and any includes) and see
if anyone is creating a Membership object.
Pat
"Dave Karmens" <spam_just1coder@yahoo.ca> wrote in message
news:407BEE08.40408@yahoo.ca...[color=darkred]
> I'm only using search service from Site Server - nothing else.
>
> Pat [MSFT] wrote:
>
have a[color=darkred]
| |
| jpanon 2004-05-30, 12:01 pm |
| >
|
|
|
|