Posts

Showing posts with the label IIS Rule to detect mobile device and redirect to mobile site
IIS Rule to detect mobile device and redirect to respective site < rules >        <rule name="Mobile Rewrite" patternSyntax =" ECMAScript " stopProcessing ="true">                                                             <match url =".*" ignoreCase ="true" negate="false" />                                                             <conditions logica...