简体   繁体   English

如何检查IIS内部署的asp.net mvc Web应用程序的日志

[英]how to check the logs for my asp.net mvc web application which is deployed inside IIS

我已经在IIS内部署了一个asp.net mvc-5 Web应用程序,现在有用户提到他收到“处理您的请求时发生错误”,表明发生了意外错误,因此任何人都可以从我可以检查的地方此错误的详细信息?

Take A Look at this Guide, you should be able to find them in the Windows Event Viewer 看看本指南,您应该能够在Windows Event Viewer中找到它们

Viewing IIS Event and Error Messages 查看IIS事件和错误消息

Alternatively 另外

You can look at the Logs IIS Writes in the inetpub Folder. 您可以查看inetpub文件夹中的IIS日志写入。

c:\inetpub\logs\LogFiles

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何运行已部署的ASP.NET MVC 2 Web应用程序 - How to run deployed ASP.NET MVC 2 Web Application 除非我在VS中运行Web应用程序,否则无法在IIS上使用VS 2012发布我的asp.net mvc Web应用程序 - Publishing my asp.net mvc web application using VS 2012 on IIS is not working, unless I run the web application inside the VS 我如何在我的 asp.net MVC 核心 web 应用程序中引用 static 文件 - How i can reference static files inside my asp.net MVC core web application 将我的asp.net MVC Web应用程序部署到IIS7后,无法将其连接到SQL Server - Unable to connect my asp.net mvc web application to the sql server after deploying it to IIS7 当我在 iis 7.5 上部署我的 asp.net mvc-5 web 应用程序时,hangfire 没有运行 - hangfire is not running when i deploy my asp.net mvc-5 web application on iis 7.5 在IIS中的ASP.NET MVC 3应用程序内创建虚拟目录 - Create a Virtual directory inside a asp.net mvc 3 application in iis 在 IIS 7 上的 ASP.NET MVC 4 应用程序中运行 PHP 文件? - Run PHP file inside ASP.NET MVC 4 application on IIS 7? 如何在 asp.net 核心 3.1 mvc web 应用程序中将日志保存到数据库? - How do I save logs to database in asp.net core 3.1 mvc web application? 在将IIS“嵌套”应用程序部署到主网站后,第二个ASP.NET Web应用程序挂起 - a second ASP.NET web app hangs after deployed as IIS 'nested' Application onto primary web site 在IIS默认网站下创建asp.net MVC Web应用程序或将其创建为新网站之间的区别 - Difference between creating my asp.net MVC web application ,under the IIS Default web site, or create it as a new web site
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM