简体   繁体   中英

Log info for unhandled exception during Azure initialization?

I have deployed a site into Azure using VS 2010's Publish function. 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. 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
  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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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