Click here to Skip to main content
15,887,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I've made an ASP MVC web application and build and test the application on localhost. On localhost I've no exception, no bug in my code.

Now I've publicized that application on Azure but here I've an exception. I don't know where exactly the exception is thrown. Can I debug the Azure site for find and solve the exception?

Update: I've tried remote debugging but I've got this error: See image.

On the Help button I've not much information about the error.

Thanks in advance.

What I have tried:

I don't know how I can try it. Can you explain it for me?
Posted
Updated 15-Jun-16 2:57am
v3

1 solution

Just Google for debug asp.net site in azure[^] and you'll find a ton of stuff on debugging on Azure. What you do depends on your app type in Azure.
 
Share this answer
 
Comments
Hein Pauwelyn 15-Jun-16 8:58am    
I've tried that but the firewall blocks everything.
Ben J. Boyle 15-Jun-16 9:00am    
So change the firewall rules. If it's your own firewall, you should be able to do that, if a company firewall talk to your network people about adding an exception, even if it means having your supervisor authorize it.
Hein Pauwelyn 15-Jun-16 9:07am    
And where could I do that? I've looking for hours but nothing found.
Ben J. Boyle 15-Jun-16 9:11am    
You'll have to give us more to go on for us to be able to answer that question - which operating system are you using? Does your AV solution include a firewall?
Hein Pauwelyn 15-Jun-16 9:25am    
I've just created an web application by using the add button on azure. See image.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900