Valid 70-535 Dumps shared by ExamDiscuss.com for Helping Passing 70-535 Exam! ExamDiscuss.com now offer the newest 70-535 exam dumps, the ExamDiscuss.com 70-535 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-535 dumps with Test Engine here:
You need to recommend a solution for publishing one of the company websites to Azure and configuring it for remote debugging. Which two actions should you perform? Each correct answer presents part of the solution.
Correct Answer: A,E
Explanation/Reference: You can also remotely debug your Windows Azure Web Site with Visual Studio 2012, but you'll need to configure a few things manually for now. We are working to bring the same experience for remote debugging to Visual Studio 2012 but we are not there yet. For now you can use the steps below for Visual Studio 2012. 1. In the Windows Azure Management Portal, go to the Configure tab for your web site, and then scroll down to the Site Diagnostics section 2. Set Remote Debugging to On, and set Remote Debugging Visual Studio Version to 2012 image (E) 3. In the Visual Studio Debug menu, click Attach to Process 4. In the Qualifier box, enter the URL for your web site, without the http:// prefix 5. Select Show processes from all users 6. When you're prompted for credentials, enter the user name and password that has permissions to publish the web site. To get these credentials, go to the Dashboard tab for your web site in the management portal and click Download the publish profile. Open the file in a text editor, and you'll find the user name and password after the first occurrences of userName= and userPWD=. 7. When the processes appear in the Available Processes table, select w3wp.exe, and then click Attach. (A) 8. Open a browser to your site URL. References: https://blogs.msdn.microsoft.com/webdev/2013/11/04/remote-debugging-a-window-azure- web-site-with-visual-studio-2013/