Open the web.config file from the website you want to debug.
Change these entries:
<SafeMode MaxControls="200" CallStack="true" ...>
<customErrors mode="Off" />
<compilation batch="true" debug="true">
Open the web.config file from the website you want to debug.
Change these entries:
<SafeMode MaxControls="200" CallStack="true" ...>
<customErrors mode="Off" />
<compilation batch="true" debug="true">
By default in IE8, it is not possible anymore to start a new browser process as an other user. To restore this functionality, follow these steps:
Ever wanted to cleanup all mail sent from one user, through all Exchange SMTP queues?
Use the tool ‘Advanced Queuing Administration Command Line Interface tool (aqadmcli.exe)’!
The tool can be downloaded from the Microsoft PSS FTP Server.
Once downloaded, start up a command prompt and execute these commands to delete all mail sent from one specific user:
setserver "Servername"
delmsg flags=sender,sender=user@domain.com