Hi,

I am using

Response.Write(System.Environment.UserName);

in ASP.NET2.0 C#. When I run this from my VS2005 it returns my windows login ID. When I deploy the application it returns me ASPNET. Do I need to change any settings to display the client's Windows ID? very urgent please