I am doing a simple application in asp.net and sql server 2008, my application is perfectly working with visual studio 2010.
but when i deploy same application on Internet Information Services(IIS) then it shows m error saying that
" Login Failed for user sumit-3A81ED\IUSR_ sumit-3A81ED".
is there anything that i need to do??
please help me
thanks
You should enable Mixed mode authentication on SQL Server, create a Login and User in the database accessed by your web application, and specify this user in your connection string.