Posts

Showing posts from July, 2012
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...