Re: asp.net client idenification

From: catweezle2010 (catweezle2010_at_gmx.de)
Date: 06/27/05


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



Relevant Pages

  • ASPX pages give Server not found or DNS Error
    ... in my web application gave the error "Cannot find server or DNS Error". ... I was in deep despair contemplating a complete system rebuild as no matter ... All my aspx pages inherit from my own base class and I had ... The error message was ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Getting aspx pages to render (have web.config)
    ... What error message are you getting? ... > I am trying to get my aspx pages to display. ... I saw a reference in one book that made ... > reference to using the local computer account named ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: UserProfile - "Error updating user profile".
    ... I tried your method but came up with the following error message when trying to display the aspx. ... Exception Details: System.UnauthorizedAccessException: Access is denied. ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: Getting error message HTTP/1.1 500 Internal Server Error on development machine
    ... When I tried browsing one of the ASPX pages, ... "Server Application Unavailable ... An error message detailing the cause of this specific ... request failure can be found in the application event log of the web server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • How to gibe assembly reference in a *.aspx file?
    ... Error message CS0234 ... I can access the Oracle database from C#, but when I try to access ... Compilation Error ... How to give assembly reference in a *.aspx file? ...
    (microsoft.public.data.odbc)