473,807 Members | 2,857 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

security issues regarding the "ManagementObje ctSearcher" object

Hi,

I have a question regarding the use of the ManagementObjec tSearcher object
which I plan to use in an asp.net page to retrieve a list of users on a
Win2K server.

I have some code working on my development machine but as I'm logged in
using an account that is a member of the Administrators group on my
development machine (and am using Windows authentication to access the
asp.net pages), I don't know whether it's going to work when deployed to a
production server on our intranet.

The document for the ManagementObjec tSearcher class states that 'Full trust
for the immediate caller' is required. I'm pretty sure that the asp.net
pages are running under a 'full trust' level. If so, then is this
sufficient?

Thanks,
Wayne.
Nov 18 '05 #1
0 1010

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1274
by: wh1974 | last post by:
Hi, I have a question regarding the use of the ManagementObjectSearcher object which I plan to use in an asp.net page to retrieve a list of users on a Win2K server. I have some code working on my development machine but as I'm logged in using an account that is a member of the Administrators group on my development machine (and am using Windows authentication to access the asp.net pages), I don't know whether it's going to work when...
0
2166
by: Winterminute | last post by:
I am trying to read a list of install programs using WMI with ASP.NET/C#. However, it fails with "Invalid Class". I have confirmed that if I query LOCALHOST then it works fine, but if I query a remote machine then it fails. If I enter incorrect credentials, then it fails with an access denied, so I know that I am at least connecting to the WMI provider. Here is the error:
7
1528
by: scorpion53061 | last post by:
I get the following error with the class below it when installing on a NT/98/Me machine. Any suggestions would be helpful. Kind of in a bind. Suspect the issue revolves System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {4590F811-1D3A-11D0-891F-00AA004B2E24} is either not valid or not registered. at System.Management.ManagementScope.Initialize() at System.Management.ManagementObjectSearcher.Initialize()
0
950
by: Mark Hollander | last post by:
Hi, The following code works on my machine but when I try to run it on any other machine I get the error message at the end of this post. Can anyone please help me, I am slowly losing my Mind ;) ---------------------------------------------------------- Code Snippet ---------------------------------------------------------- Dim mocNetAdapter As Management.ManagementObjectCollection
0
968
by: groups.pete | last post by:
Hello, I have an ASP.NET application which is querying the status of a Win32 service using WMI via ManagementObjectSearcher object. The query is "select state from win32_service where name='MyService'". My website is impersonating the IIS anonymous user, using a domain user. I have given my user the appropriate WMI security rights, and my code works fine when run from a cmd prompt running as my domain user. However, when I run via...
0
2948
by: mafandon | last post by:
Hello all... My application uses custom reports from Microsoft's report viewer and not Crystal Reports. My understanding is there is no way to make the printdialog select a different printer than the default via code, right? So - here's what I have my app doing to fix the issue - There's a form the user can load that performs the ManagementObjectSearcher("Select * from Win32_Printer") command. It will load all the printers on the...
6
10081
by: =?Utf-8?B?UHVjY2E=?= | last post by:
Hi, I'm using vs2005 and .net 2.0. I currently prcoess each Security Log entry one by one to extract those that fit the selection criteria. Is there a function that I can use to query the entries with option of filtering for certain event id and/or time period in C#? Thanks.
3
6100
by: cmsimmers | last post by:
I'm trying to display the available space on a disk drive. This could be tricky if the user choose a drive on which they are limited to a quota. The "FreeSpace" property returns the total number of bytes on the disk, which could be significantly larger than the space actually available to the user. I found documentation referring to VB scripting, which provided an "AvailableSpace" property, in addition to the "FreeSpace" property....
1
5888
by: William Cruz | last post by:
Can anyone help me with this piece of code. - I keep on getting the error message "The object exporter specified was not found" If i change it to run on my local machine it works fine, the problem occurs when trying to connect to a remote pc. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Try
4
2341
by: Rasarx | last post by:
Being new to VB, I'm trying to understand what a construct like means and how to use it. I thought anything with brackets is an escaped variable to allow using keywords like boolean, as in . But I don't get this construct, especially in conjuction with an object, as in mo in the example below. Is mo an array element? What exactly is it and how do you use it? Console.WriteLine("Computer details retrieved using Windows Management...
0
9720
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9599
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10112
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9193
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7650
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6879
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5685
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4330
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.