I developed web application with asp.net. I'm using active directory domain for user info. It's well run on localhost. But I have deployed on server machine. It's not running.
Plase help me.
Sorry for my bad English .
Not sure of the code you are using, but there are couple of questions on Stack Overflow that had a similar error and were resolved. The links to the questions can be found here and here.
Basically these links talk about the permission issue when the code is executed. It is possible that the impersonation is set in web.config as the first post suggests.