not open in web site through chrome. so, how to fix?RNRupesh N9yAsked Jan 5, 2017, 9:13 AM1.4k.NETHTTP Error 403.14 - ForbiddenThe Web server is configured to not list the contents of this directory.Most likely causes:A default document is not configured for the requested URL, and directory browsing is not enabled on the server.Things you can try:If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.Enable directory browsing.Go to the IIS Express install directory.Run appcmd set config /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the server level.Run appcmd set config ["SITE_NAME"] /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the site level.Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.Detailed Error Information:Module DirectoryListingModuleNotification ExecuteRequestHandlerHandler StaticFileError Code 0x00000000Requested URL http://localhost:60905/Physical Path C:\Users\RUPIRUPESH\Documents\Visual Studio 2015\WebSites\Login_PageLogon Method AnonymousLogon User AnonymousRequest Tracing Directory C:\Users\RUPIRUPESH\Documents\IISExpress\TraceLogFiles\LOGIN_PAGEMore Information:This error occurs when a document is not specified in the URL, no default document is specified for the Web site or application, and directory listing is not enabled for the Web site or application. This setting may be disabled on purpose to secure the contents of the server.View more information »
Bikesh Srivastava9y agoPosted Jan 5, 2017, 12:51 PMI think your web.config have need to be changed somthing.click on view more information and let me know.
CRChetan Ranpariya9y agoPosted Jan 5, 2017, 9:18 AMHi Rupesh, Your web site is not opening only in Google Chrome?It is working fine in other Browsers such as IE and FireFox? Thanks and regards,Chetan Ranpariya
Bikesh SrivastavaPosted Jan 5, 2017, 12:51 PM
Chetan RanpariyaPosted Jan 5, 2017, 9:18 AM