Re: asp.net client idenification
From: catweezle2010 (catweezle2010_at_gmx.de)
Date: 06/27/05
- Next message: Tarh ik: "RE: Disassemble EXE?"
- Previous message: Tarh ik: "RE: How to encrypt/decrypt"
- In reply to: Nicole Calinoiu: "Re: asp.net client idenification"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: asp.net client idenification"
- Reply: Dominick Baier [DevelopMentor]: "Re: asp.net client idenification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 27 Jun 2005 06:58:21 -0700
Thanks Nicole!
I tried it an there was no error message, but no value displayed. But I
have the solotion:
in web.config:
<authorization>
<deny users="?" /> <!-- Deny anonymous users -->
<allow users="*"/> <!-- Allow all other users -->
</authorization>
in aspx:
strUserName=User.Identity.Name
- Next message: Tarh ik: "RE: Disassemble EXE?"
- Previous message: Tarh ik: "RE: How to encrypt/decrypt"
- In reply to: Nicole Calinoiu: "Re: asp.net client idenification"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: asp.net client idenification"
- Reply: Dominick Baier [DevelopMentor]: "Re: asp.net client idenification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|