Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Problem with Server Variables

Reply
Thread Tools

Problem with Server Variables

 
 
NR
Guest
Posts: n/a
 
      06-13-2005
Need to know some about current user of NT domain.
In my asp page i have used Request.ServerVariables("LOGON_USER") to get
current NT user but some times it returns nothing and some times it gives
correct user name. In my application i am redirecting from one page to
antoher and i need to keep server variable "LOGON_USER". For every page i
have different kind of security.
I don't know wheather i am missing some thing at IIS or this command works
unusually.

Would be thankful for any help.

Regards,
NR
 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      06-13-2005
Is this possible to access these pages using anonymous authenticiation ?

Patrice
--

"NR" <> a écrit dans le message de
news:5082AAEC-E7A3-4B27-9643-...
> Need to know some about current user of NT domain.
> In my asp page i have used Request.ServerVariables("LOGON_USER") to get
> current NT user but some times it returns nothing and some times it gives
> correct user name. In my application i am redirecting from one page to
> antoher and i need to keep server variable "LOGON_USER". For every page i
> have different kind of security.
> I don't know wheather i am missing some thing at IIS or this command works
> unusually.
>
> Would be thankful for any help.
>
> Regards,
> NR



 
Reply With Quote
 
 
 
 
NR
Guest
Posts: n/a
 
      06-13-2005
Some pages are accessible to anonymous users and some needs NT user
authentication.
NR

"Patrice" wrote:

> Is this possible to access these pages using anonymous authenticiation ?
>
> Patrice
> --
>
> "NR" <> a écrit dans le message de
> news:5082AAEC-E7A3-4B27-9643-...
> > Need to know some about current user of NT domain.
> > In my asp page i have used Request.ServerVariables("LOGON_USER") to get
> > current NT user but some times it returns nothing and some times it gives
> > correct user name. In my application i am redirecting from one page to
> > antoher and i need to keep server variable "LOGON_USER". For every page i
> > have different kind of security.
> > I don't know wheather i am missing some thing at IIS or this command works
> > unusually.
> >
> > Would be thankful for any help.
> >
> > Regards,
> > NR

>
>
>

 
Reply With Quote
 
NR
Guest
Posts: n/a
 
      06-13-2005
Some pages are accessible to anonymous users and some needs NT user
authentication.
NR

"Patrice" wrote:

> Is this possible to access these pages using anonymous authenticiation ?
>
> Patrice
> --
>
> "NR" <> a écrit dans le message de
> news:5082AAEC-E7A3-4B27-9643-...
> > Need to know some about current user of NT domain.
> > In my asp page i have used Request.ServerVariables("LOGON_USER") to get
> > current NT user but some times it returns nothing and some times it gives
> > correct user name. In my application i am redirecting from one page to
> > antoher and i need to keep server variable "LOGON_USER". For every page i
> > have different kind of security.
> > I don't know wheather i am missing some thing at IIS or this command works
> > unusually.
> >
> > Would be thankful for any help.
> >
> > Regards,
> > NR

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with variables assigned to variables??? grepla@gmail.com Python 4 04-30-2008 10:37 AM
Put variables into member variables or function variables? tjumail@gmail.com C++ 9 03-23-2008 04:03 PM
Session Variables and Static Variables cobus.lombard@gmail.com ASP .Net 1 03-26-2006 11:05 AM
Server to server = Server client to server? - Java 2 07-29-2005 10:46 PM
Re: Class public shared Variables vs. Application Variables in ASP.NET avnrao ASP .Net 0 05-07-2004 05:28 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57