Thursday, January 31, 2013

In IIS 7 to change process model identity click on application pool -> advanced settings

To change ping timeout

http://stackoverflow.com/questions/1421578/why-does-debugging-keep-timing-out-in-iis7

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...