{"id":1077,"date":"2013-08-28T23:15:11","date_gmt":"2013-08-28T23:15:11","guid":{"rendered":"http:\/\/pariswells.com\/blog\/?p=1077"},"modified":"2013-08-28T23:15:11","modified_gmt":"2013-08-28T23:15:11","slug":"webpage-login-not-working-externally-only-internally","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally","title":{"rendered":"Webpage Login not working Externally only Internally"},"content":{"rendered":"\r\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-1078 img-responsive\" alt=\"27_IntroducingCompatibilityView_4\" src=\"http:\/\/pariswells.com\/blog\/wp-content\/uploads\/2013\/08\/27_IntroducingCompatibilityView_4-150x150.png\" width=\"150\" height=\"150\" \/>Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine&#8230;.<\/p>\r\n<p>Internet Explorer can detect if a website is internal through the IP address and automatically puts them in &#8220;Compatibility View&#8221; through the default Compatibility View Settings. As soon as we force the external IE client to use Compatibility it worked. We added this Meta Tag in the IIS Settings<\/p>\r\n<p>&lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243; \/&gt;<\/p>\r\n<p>( Can be added to HTML as well ) which forced compatibility mode for External users as well ( No need to add the site manually )<\/p>\r\n<p>However there was still a problem with Internet Explorer 10 not using this meta tag<\/p>\r\n<p>Briefly, the issue is because that Asp.net doesn&#8217;t return Set-Cookie properly if the user agent sent in http request is IE10. It works for compatibility mode because the user agent will be set as IE7.<\/p>\r\n<p>Thanks to <a href=\"http:\/\/www.hanselman.com\/blog\/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx\">http:\/\/www.hanselman.com\/blog\/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx<\/a><\/p>\r\n<p>Basically, what we need to do is to download and install some Microsoft hotfix. .NET 4 &#8211; <a href=\"http:\/\/support.microsoft.com\/kb\/2600088\">http:\/\/support.microsoft.com\/kb\/2600088<\/a> .NET 2.0 <a href=\"http:\/\/support.microsoft.com\/kb\/2600100\">http:\/\/support.microsoft.com\/kb\/2600100<\/a> for Win7 SP1\/Windows Server 2008 R2 SP1, Windows Vista\/Server 2008, Windows XP\/Server 2003 <a href=\"http:\/\/support.microsoft.com\/kb\/2608565\">http:\/\/support.microsoft.com\/kb\/2608565<\/a> for Win7\/Windows Server 2008 R2 RTM<\/p>\r\n<p>What the fixes do is update the ie.browser and firefox.browser files in \\Windows\\Microsoft.NET\\Framework\\&lt;version&gt;\\Config\\Browsers with new and future-proofed versions of these browser definitions. Nothing else is affected.<\/p>\r\n<p>From the description of the blog, the patch is very safe to run its only job is updating several browser-sniffing related files (very small changes).<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[599,600,601,598,603,596,606,597,604,602,605],"class_list":["post-1077","post","type-post","status-publish","format-standard","hentry","category-random","tag-599","tag-600","tag-601","tag-asp","tag-asp-net","tag-compatibility-view","tag-ieemulateie7","tag-internet-explorer-10","tag-set-cookie","tag-webpage-login-not-working-externally-only-internally","tag-x-ua-compatib"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"paris\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Welcome to Pariswells.com |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Webpage Login not working Externally only Internally | Welcome to Pariswells.com\" \/>\n\t\t<meta property=\"og:description\" content=\"Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-08-28T23:15:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-08-28T23:15:11+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Webpage Login not working Externally only Internally | Welcome to Pariswells.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally#article\",\"name\":\"Webpage Login not working Externally only Internally | Welcome to Pariswells.com\",\"headline\":\"Webpage Login not working Externally only Internally\",\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/08\\\/27_IntroducingCompatibilityView_4.png\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally\\\/#articleImage\",\"width\":395,\"height\":435},\"datePublished\":\"2013-08-28T23:15:11+00:00\",\"dateModified\":\"2013-08-28T23:15:11+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally#webpage\"},\"articleSection\":\"Random, 2600088, 2600100, 2608565, ASP, Asp.net, compatibility view, IE=EmulateIE7, Internet Explorer 10, set-cookie, Webpage Login not working Externally only Internally, X-UA-Compatib\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/random#listItem\",\"name\":\"Random\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/random#listItem\",\"position\":2,\"name\":\"Random\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/random\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally#listItem\",\"name\":\"Webpage Login not working Externally only Internally\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally#listItem\",\"position\":3,\"name\":\"Webpage Login not working Externally only Internally\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/random#listItem\",\"name\":\"Random\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\",\"name\":\"Welcome to Pariswells.com\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris\",\"name\":\"paris\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"paris\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally#webpage\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally\",\"name\":\"Webpage Login not working Externally only Internally | Welcome to Pariswells.com\",\"description\":\"Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/webpage-login-not-working-externally-only-internally#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"datePublished\":\"2013-08-28T23:15:11+00:00\",\"dateModified\":\"2013-08-28T23:15:11+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\",\"name\":\"Welcome to Pariswells.com\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Webpage Login not working Externally only Internally | Welcome to Pariswells.com","description":"Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine","canonical_url":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally#article","name":"Webpage Login not working Externally only Internally | Welcome to Pariswells.com","headline":"Webpage Login not working Externally only Internally","author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2013\/08\/27_IntroducingCompatibilityView_4.png","@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally\/#articleImage","width":395,"height":435},"datePublished":"2013-08-28T23:15:11+00:00","dateModified":"2013-08-28T23:15:11+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally#webpage"},"isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally#webpage"},"articleSection":"Random, 2600088, 2600100, 2608565, ASP, Asp.net, compatibility view, IE=EmulateIE7, Internet Explorer 10, set-cookie, Webpage Login not working Externally only Internally, X-UA-Compatib"},{"@type":"BreadcrumbList","@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/pariswells.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/random#listItem","name":"Random"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/random#listItem","position":2,"name":"Random","item":"https:\/\/pariswells.com\/blog\/category\/random","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally#listItem","name":"Webpage Login not working Externally only Internally"},"previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally#listItem","position":3,"name":"Webpage Login not working Externally only Internally","previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/random#listItem","name":"Random"}}]},{"@type":"Organization","@id":"https:\/\/pariswells.com\/blog\/#organization","name":"Welcome to Pariswells.com","url":"https:\/\/pariswells.com\/blog\/"},{"@type":"Person","@id":"https:\/\/pariswells.com\/blog\/author\/paris#author","url":"https:\/\/pariswells.com\/blog\/author\/paris","name":"paris","image":{"@type":"ImageObject","@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g","width":96,"height":96,"caption":"paris"}},{"@type":"WebPage","@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally#webpage","url":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally","name":"Webpage Login not working Externally only Internally | Welcome to Pariswells.com","description":"Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally#breadcrumblist"},"author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"creator":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"datePublished":"2013-08-28T23:15:11+00:00","dateModified":"2013-08-28T23:15:11+00:00"},{"@type":"WebSite","@id":"https:\/\/pariswells.com\/blog\/#website","url":"https:\/\/pariswells.com\/blog\/","name":"Welcome to Pariswells.com","inLanguage":"en-US","publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Welcome to Pariswells.com |","og:type":"article","og:title":"Webpage Login not working Externally only Internally | Welcome to Pariswells.com","og:description":"Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine","og:url":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally","article:published_time":"2013-08-28T23:15:11+00:00","article:modified_time":"2013-08-28T23:15:11+00:00","twitter:card":"summary","twitter:title":"Webpage Login not working Externally only Internally | Welcome to Pariswells.com","twitter:description":"Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine"},"aioseo_meta_data":{"post_id":"1077","title":"Webpage Login not working Externally only Internally | #site_title","description":"Recently we had an HTML form that took a username and password to pass through to a silverlight web app. Using internet explorer when trying to log in , the form would refresh with no error message not log the user in. However the login worked internally fine","keywords":null,"keyphrases":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 05:32:04","updated":"2022-09-15 13:08:30","primary_term":null,"seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\/category\/random\" title=\"Random\">Random<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWebpage Login not working Externally only Internally\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/pariswells.com\/blog"},{"label":"Random","link":"https:\/\/pariswells.com\/blog\/category\/random"},{"label":"Webpage Login not working Externally only Internally","link":"https:\/\/pariswells.com\/blog\/random\/webpage-login-not-working-externally-only-internally"}],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/1077","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=1077"}],"version-history":[{"count":1,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/1077\/revisions"}],"predecessor-version":[{"id":1079,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/1077\/revisions\/1079"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=1077"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=1077"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=1077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}