security - What account should I use for ASP.NET? -


By default, ASP.NET uses a network service account, is this the account I use in the production asp. Would you like to do with net? What are the best practices related to the account used by ASP.NET?

Regards

EDIT: If it makes a difference, I am using ASP.NET on Windows 2008. Server

For production, you must create a service account with only the minimum permissions to run Web application

The Microsoft Pattern and Practice team provides the following guidance:


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -