Scott
Thu Dec 18 16:14:19 CST 2003
You wouldn't be able to get the information about restricted sites from the
ServerVariables collection. This collection is primarially made up of
SERVER environmental information. While SOME data about the client is in
there, restricted sites is not.
I don't think that information can be assertained by a server-side program.
"Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
news:%23ZAS2DbxDHA.2676@tk2msftngp13.phx.gbl...
> You can check out the server variables. For example take a look at
following
> article:
>
http://www.codeproject.com/useritems/request_server_variables.asp
>
> --
> Greetz,
> Jan
> __________________________________
> Read my weblog:
http://weblogs.asp.net/jan
> "l-touched" <anonymous@discussions.microsoft.com> schreef in bericht
> news:182D3FC1-B6B6-4293-B972-9D990DBFEDB4@microsoft.com...
> > Hello,
> >
> > Are there some namespace in the framework which one I can take
information
> of the client's Browser? (developing with ASP.NET)
> >
> > Example:
> > If the client has my URL in his Restricted Site, in his security's
> Internet Options, Are there some manner for knowing it?.
> >
> > Some online article?
> >
> > Thanks in advance!,
> >
> > l-touched
>
>
>