FTP error “Failed to retrieve directory listing”
Change to Active Transfer mode on FileZilla to access FTP site hosted on IIS to address ftp error "Failed to retrieve directory listing".
Change to Active Transfer mode on FileZilla to access FTP site hosted on IIS to address ftp error "Failed to retrieve directory listing".
See how this small C# code snippet can purge cache without restarting IIS server. This can prove quite handy particularly for Production environments.
Learn configuring CORS settings, an alternative to JSONP patterns, that can make cross-domain requests from .NET based Web APIs or services running on IIS7/8.
You can explicitly tell IE browsers to use its latest available rendering engine using a meta tag. This also prevents IE to open Quirks mode while rending page. You need to add below meta tag at page…