简体   繁体   English

Azure初始化期间未处理异常的日志信息?

[英]Log info for unhandled exception during Azure initialization?

I have deployed a site into Azure using VS 2010's Publish function. 我使用VS 2010的Publish功能将一个站点部署到Azure中。 After VS says the deployment succeeds, I go to the old Azure dashboard and For the status it cycles through a few different status' (Initializing, Recovering, Recycling, etc) but all of them have Unhandled Exception at the end. 在VS说部署成功之后,我转到旧的Azure仪表板,对于状态,它会循环通过几个不同的状态(初始化,恢复,回收等),但所有这些状态最后都有未处理的异常 I've seen a few other posts about this type of error but unfortunately they havent resolved the issue for me so now I just want to see the exception. 我见过几个 其他有关这种类型的错误的职位,但不幸的是他们还没有解决这个问题对我来说,现在我只是想看看例外。

How do I see what the exception was? 我如何看待异常是什么?

You should activate Remote Desktop. 您应该激活远程桌面。 Even though it's cycling, if you try to connect a few times you'll be able to connect. 即使它是骑自行车,如果你尝试连接几次,你将能够连接。

Once you are connected, simply do the following: 连接后,只需执行以下操作:

  1. Start 开始
  2. Run
  3. eventvwr.exe EVENTVWR.EXE
  4. Choose the Application log 选择应用程序日志

Then you'll see the error (might even be a warning), and you'll be able to see what's going on. 然后你会看到错误(甚至可能是一个警告),你将能够看到发生了什么。 Most of the time this is simply caused by a missing assembly. 大多数情况下,这只是由于缺少装配造成的。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM