Azure website does not have web.config file -


i deployed empty web app on azure. @ point hosting basic site, html, css , js files. uploaded , assigned ssl certificate custom domain , force https. official documentation states edit web.config file implement rewrite rule not have web.config file, documentation says should added default.

the web.config file not added default totally fine if don't see in web site content folder.

you can create new web.config file , put settings there cannot force ssl settings on azure webapp changing settings in web.config because ssl section locked (i believe) @ applicationhost.config level . easiest way here add urlrewrite rule redirects http requests https. check link sample on how achieve - http://blogs.msdn.com/b/benjaminperkins/archive/2014/01/07/https-only-on-windows-azure-web-sites.aspx


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -