error setting application extension on iis 6
Wed, 10 May 2006 14:03:18 +0200
I am using the flowering code to change an application extension for in a
iis6 website.
- I get a list of website, and iterate trough them.
- Get the current extension name,
But the setPropertyValue wont commit, why is that ?
public static void change(string path2site, ...
|
Simple WMI Provider crashing.
Mon, 8 May 2006 15:21:34 +0300
Hi,
I implemented a simple WMI Provider in C#.
It is a service which expose 10 instances of a simple WMI Class.
The WMI class pnly expose 4 public properties (Value,Min,Max,StdValue) which
only
return some constant data.
First, I was using MOM 2005 (Windows 2003) to interogate the instances
values.
...
|
Problem with using W32Shutdown in C# program
Fri, 5 May 2006 15:53:39 +0200
Hi there.
I try to write a small cmd program in c# that reboots remote servers. I use
WMI, specifically the Win32_OperatingSystem W32Shutdown method.
When I try to use this method I get an error saying that this method is not
implemented in any class. When I use the Reboot method it works but as I
want to ...
|
big problems with a simple .NET WMI provider
Thu, 4 May 2006 19:55:54 +0300
Hi,
I implemented a simple WMI provider in C# using the instructions from MSDN.
I created a class, used the Instrumentation attributes to expose some public
values (3 values: Value, Min, Max).
I then put this class in a wizard generated C# service.
I started the service and I check with CIM Studio the pu ...
|
Query the shared folders\open files in computer management
4 May 2006 06:38:35 -0700
Is there a way to use WMI to return a list of all shared folders\Open
files on a server?
...
|
any known issues regarding reading from MOM .NET WMI providers values ?
Tue, 2 May 2006 18:53:07 +0300
Hi,
We implemented .NET WMI providers in C# using Management Instrumentation
classes.
My question is if there is any known problems with reading from MOM
(MicrosoftOperationsManager) WMI providers values (providers written in
..NET) ?
Or, else said, is anyone running successfully (already from a perio ...
|
creating a ManagementObject opens a socket but Dispose leaves it in TIME_WAIT
Fri, 28 Apr 2006 19:40:33 +0300
Hi,
If I want to read a provider value, i create a ManagementObject, read the
value by [] operator and then call Dispose.
If I need to read the value multiple times I need to create each time the
object, because I see that the value is not updated (if i read 2nd time on
the same object, the value is the ...
|
|
|
An unhandled exception of type 'System.ExecutionEngineException' occurred in system.management.dll
Fri, 28 Apr 2006 17:09:53 +0300
Hi,
I am trying to read from another computer a WMI Provider value.
I get this exception from C# code using WMI .NET instrumentation:
"An unhandled exception of type 'System.ExecutionEngineException' occurred
in system.management.dll"
The debugger points to the wmiParam[strValue]) line.
Here is the c ...
|
RPC Server Unavailable HRESULT 0x800706BA
27 Apr 2006 11:52:49 -0700
I have seen many, MANY other people with this problem. I am writing
computer inventory program that gets a list of machines from AD and
then queries them via WMI to get a select set of objects. However on
some, not all of the 110+ machines being queried most of them return
that error. I have tried everything I ...
|
Authentification from a SAM base with WMI
Tue, 25 Apr 2006 08:23:02 -0700
Hello,
I'm actually looking for a way to authentificate users from the
authentification base SAM of a WindowsServer2003.
I have to do it from a web-page wrote in ASP.NET(VB).
During my searchs I've found some technology wich could be helpful. It's the
Windows WMI and ADSI. But I'm still a student who have ...
|