| 70-528 Exam |
| 70-528 - Exam Information |
| Question of the day |
You are developing a Web application. The Web application uses the following code segment to connect to a database.conn. ConnectionString = "Server=(local); " & _"Initial Catalog=IT department; Integrated Security=SSPI;" You create logins in Microsoft SQL Server for each user of the Web application. When you run the Web application, you receive the following error message. "Login failed for user 'COMPUTERNAME\ASPNET'." You need to resolve this error. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Answer(s)
In IIS, deny anonymous access.
In the Web.config file, enable impersonation.