You work as a junior Web Developer at Certkiller.com. You use Microsoft ASP.NET 3.5 to create aWeb application.
The Certkiller.com network contains a test server named CERTKILLER-SR01. You deploy theapplication to CERTKILLER-SR01 and enable debugging. The application is hosted in MicrosoftInternet Information Services (IIS) 6.0. You enable debugging and Integrated Windows
authentication, and disable anonymous access. You have no administrative rights on the testserver. The following configuration exists in the Web.config file:
<authentication mode="Windows"/>
<identity impersonate="false"/>
<customErrors mode="On" defaultRedirect="GenericError.aspx"/>
<authorization>
<deny users="?"/>
</authorization>
You need to configure the Web.config file in order for you to debug the application from yourdevelopment computer.
What should you do?()
A.A
B.B
C.C
D.D