-
Posted to
IIS7 - Administration Pack
by
theshadow330
on
04-02-2009, 6:00 AM
ahh ok - good to see that was mentioned somewhere. :-\
is there a blog somewhere that is to IIS what Scott Gu's blog is to ASP.NET MVC - i.e. has regular DETAILED updates and is THE OFFICIAL source of all IIS goings-on?
-
Posted to
IIS7 - Administration Pack
by
theshadow330
on
04-01-2009, 9:15 AM
found the problem, i originally installed the admin pack using the Web Deployment Tool - RC1. if i downloaded the admin pack myself and installed it, the the installer added the icon. fail. wtf?
i was actually beginning to wonder if IIS Reports was no longer included in the admin pack since it never gets mentioned on this site when referring to ...
-
Posted to
IIS7 - Administration Pack
by
theshadow330
on
04-01-2009, 8:41 AM
I just installed the IIS 7 Admin pack but the IIS reports icon doesn't appear. What's the deal?
thanks
-
Posted to
Classic ASP
by
theshadow330
on
08-20-2007, 12:51 PM
Can someone please explain why I'm seeing serialised calls to a COM+ application under the following conditions:
COM+ object written in C# compiled under .NET v2.0
Exposes a method DoWork() via standard COM wrapper
This method simply calls Thread.Sleep(x) where x is a value passed to the method. This is intended to mimic ...