Ask a Question related to ASP.NET Security, Design and Development.
-
wh1974 #1
security issues regarding the "ManagementObjectSearcher" object
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 deployed to a
production server on our intranet.
The document for the ManagementObjectSearcher 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.
wh1974 Guest
-
Can't locate object method "newFromJpeg" via package "GD::Image"
Hi. I'm trying to execute this Perl simple script: -------- #!/usr/bin/perl use GD; my $srcimage = GD::Image->newFromJpeg("image_news.jpg");... -
Can't locate object method "blocking" via package "IO::Handle"
I am receiving the error message: Can't locate object method "blocking" via package "IO::Handle" at... -
Can't locate object method "new" via package "Net::SMTP"
I'm attempting to use the line: $smtp = Net::SMTP->new("mailhost.myisp.co.uk"); however it generates the error message: Can't locate object... -
Can't locate object method "get" via package "LWP::UserAgent"
#!/usr/bin/perl use strict; use URI; #use HTTP::Request::Common qw(GET); use LWP; #use HTTP::Response; my $browser = LWP::UserAgent->new;... -
Can't not locate object method "isadmin" via package "Noc1"
Hello all, I just added a new method called isadmin to existing and working module Noc1.pm And use this new added method in my index.html...



Reply With Quote

