Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Classic check client for Administrative Rights

Status
Not open for further replies.

ahoodin7

Programmer
Jun 16, 2004
72
0
0
US
I would like to check to see if the current user has administrative rights with ASP Classic.

Also I would like to check to see which operating system is loaded.

What are the ASP Classic functions, or code I should call to check this?

Thanks!
 
Unless your webserver is running on a active directory controller there aren't any, because ADSI is not installed on AD member servers.


ahoodin7 said:
Also I would like to check to see which operating system is loaded.
On the client? Because again you can't, ASP runs on the server and has no access to the client OS. All you can do is to read the browser useragent string from Server.Variables and decode the OS from that.



Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top