↧
How to disable IIS application pool
I wanted to disable a few web application on IIS server, running within the same application pool. I’ve opened the pool properties, but I didn’t find the option to disable. I’ve tried to find in...
View ArticleDropDownList.SelectedValue returns UpperCase string.
I’ve noticed that DropDownList.SelectedValue returns Upper Case string, even if Items in ListItemCollection are shown in mixed case in debugger and in html. I tried to confirm it using Reflector , but...
View Article