It is not a good idea to add ASPNET user to the Administrators group, why?

 Posted by Bharathi Cherukuri on 7/31/2012 | Category: ASP.NET Interview questions | Views: 3946 | Points: 40
Answer:

Your Web application will get full privileges on the server by adding the ASPNET user to the Administrators group.
It also poses a potential security risk because outside users might be able to manipulate your application to hack your server.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response