IIS Server Security >> New Variant Possibilities

by Lee » Tue, 19 Aug 2003 11:39:23 GMT

I currently have a 2k server running sp3 and the blaster
patch and CAI antivirus exchange plugin that is upto date.
Around midday on the 18th (yesterday) IIS admin just
shutdown and took all of its associated services with it.
It then restarts of it own accord then fails again a
little while later. The Event id was 7031 and the previous
KB article 316612 identifies my woes exactly. Only problem
is, 2k came with sp3 preinstalled so I wouldn't think it
is codered. AV signatures are upto the minute.

Any ideas would be greatly appriciated.

Lee.


IIS Server Security >> New Variant Possibilities

by Ken Schaefer » Tue, 19 Aug 2003 12:13:24 GMT


Run MBSA and check to see whether your patches are actually up-to-date:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/tools/tools/mbsahome.asp?frame=true

Cheers
Ken



: I currently have a 2k server running sp3 and the blaster
: patch and CAI antivirus exchange plugin that is upto date.
: Around midday on the 18th (yesterday) IIS admin just
: shutdown and took all of its associated services with it.
: It then restarts of it own accord then fails again a
: little while later. The Event id was 7031 and the previous
: KB article 316612 identifies my woes exactly. Only problem
: is, 2k came with sp3 preinstalled so I wouldn't think it
: is codered. AV signatures are upto the minute.
:
: Any ideas would be greatly appriciated.
:
: Lee.





Similar Threads

1. asp.net integration with Sharepoint Server 2007 possibilities - ASP

2. Are there https cache possibilities in IIS?

Hi,

I can't find the answer on this question anywhere so maybe 
you guys can help...

Can any version of IIS use the option in SSL to resume a 
closed session or duplicate a currently active one? This 
would cut down on https handshake tasks since the client 
refer to a session identifyer of a closed or currently 
active session. The server has to accept this and use 
cached information if an old one is to be resumed.

Thanks!
Orjan

3. Passing an variant from classic ASP page to a .NET webservice - CSharp/C#

4. passing C++ object in VARIANT

I hope I unerstand the question correctly but normally its done like this.

 IDispatch* pDisp
VariantInit(rVal);

 if (SUCCEEDED(hr = CoCreateInstance(CLSID_Toc, NULL, CLSCTX_ALL,
     __uuidof(IToc), (void **)&pDisp)))
{

 pVal->vt = VT_DISPATCH;
 pVal->pdispVal = pDisp;

}

"Serve Laurijssen" < XXXX@XXXXX.COM > wrote in message
news:_DV6b.36394$tK5.4354682@zonnet-reader-1...
> What's the correct way to pass a regular C++ object with a COM interface?
> I now have this but I'm not sure how to fill in the vt field.
>
> if (SUCCEEDED(hr = CoCreateInstance(CLSID_Toc, NULL, CLSCTX_ALL,
> __uuidof(IToc), (void **)retval)))
> {
>
>   VARIANT v;
>   v.vt = ????
>   v.byref = m_pIndexSet;
>   hr = static_cast<IToc *>(*retval)->getRootLevel(level, &v);
> }
>
>


5. variant as in parameter

6. conversion array of double in variant

Hello,
In an ASP page, I use the result (named y) of an external object (which has 
been called by server.createobject)

This result, y, is an array of double (of size (n,1)).
As it's not a variant, ASP send me an error (type incompatible) when I want 
to use it
Is it possible to convert y in a variant type so that I can use it to make 
some computations in ASP ?
Thanks for your help


7. HTTPS and URL variants

8. Odd variant of "localhost" not responding...