i’ve an ASP.NET 2.0 web app.
If i run in debug mode on my development machine, proprerty User.Identity.Name isn’t blank, it return my name “MyDomain\myname”.
If i deploy this same app into a Linux server with apache and Mono runtime, the User.Identity.Name is blank.
Where i’m wrong ?
EDIT: I don’t know the type of authentication. I use the web.config ‘as is’ without modifyng nothing, i’ve also tried: <authentication mode="Windows"/>
Mono: Config system.web authentication