When debugging IIS and taking a while to look at your code, you may sometimes get this message
To fix this simply switch off the ping enabled setting in your IIS, application pool, advanced settings
When debugging IIS and taking a while to look at your code, you may sometimes get this message
To fix this simply switch off the ping enabled setting in your IIS, application pool, advanced settings
Perhaps the most wrongly named application I've had to remember the name of recently, used for monitoring .NET application performance...
Example...
Add this to your controls namespace declarations
xmlns:MyNameSpace="clr-namespace:MyNameSpace;assembly=MyAssembly"
then use it as follows in your markup
ToolTipService.ShowDuration="{x:Static MyNameSpace:MyClass.MY_CONSTANT}"
select 'ALTER TABLE ' + o.name + ' ENABLE TRIGGER ' + s.name
from sys.objects o
inner join sys.triggers s on s.parent_id = o.object_id
and s.is_disabled = 1
Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...