Получение «Внутренняя ошибка сервера» только в Google Chrome - PullRequest
0 голосов
/ 09 июля 2019

Когда я запускаю приложение в Chrome, я получаю всплывающее окно с сообщением «Внутренняя ошибка сервера», но когда я пытался запустить то же приложение в Internet Explorer, оно работает как положено.Также, когда мы пытались отладить код в Chrome, мы не получаем никаких исключений в коде, но все равно появляется всплывающее окно.Кажется, только ошибка браузера.Не уверен, что делать ...

URL-адрес изображения: https://i.stack.imgur.com/wWqTe.png

  1. Сервер IIS перезапущен.
  2. удален кеш и куки.
  3. Переустановлен хром.

Произошло необработанное исключение.9/9/2019 2:27:41 7/9/2019 6:27:41 AM*

        2340
        w3wp.exe
        NT AUTHORITY\NETWORK SERVICE
        HttpUnhandledException
        Exception of type 'System.Web.HttpUnhandledException' was thrown. at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.<>c__DisplayClass4.<Wrap>b__3() at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.Wrap[TResult](Func`1 func) at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) Cannot find ContentPlaceHolder 'TitleContent' in the master page '/Views/Shared/Site.Master', verify content control's ContentPlaceHolderID attribute in the content page. at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) at System.Web.UI.Page.get_Master() at System.Web.UI.Page.ApplyMasterPage() at System.Web.UI.Page.PerformPreInit() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
...