If I install this sample solution under a proper domain www.umbracoonecontactmvc.com (local domain on my laptop of course) then I cannot debug this solution. But If I run it as http://localhost:8455/ then I can debugg it. Fine this narrows it down a bit. My customer I am working with has several domains installed in the 6.1.2 Umbraco installation www.domain.uk, www.domain.dk and www.domain.se so I need to run my Visual Studio solution with a proper domain like www.domain.dk so that I can debug components made for the danish website. How do I get debugging working with proper domains?
Is there any other workaround around this problem?
I added http://localhost:51587/ in the Umbraco domain table. That works for one domain at a time. But how do I debug all of www.domain.uk, www.domain.dk and www.domain.se at the same time?
Debugging Umbraco Mvc properly?
I have problems debugging my Umbraco Mvc projects. They will not hit the breakpoints :(
So I decided to investigate were the problem might be. I downloaded the OneContact umbraco Mvc sample found here:
http://umbraco.com/follow-us/blog-archive/2013/7/14/moving-from-webforms-to-mvc.aspx
If I install this sample solution under a proper domain www.umbracoonecontactmvc.com (local domain on my laptop of course) then I cannot debug this solution. But If I run it as http://localhost:8455/ then I can debugg it. Fine this narrows it down a bit. My customer I am working with has several domains installed in the 6.1.2 Umbraco installation www.domain.uk, www.domain.dk and www.domain.se so I need to run my Visual Studio solution with a proper domain like www.domain.dk so that I can debug components made for the danish website. How do I get debugging working with proper domains?
Is there any other workaround around this problem?
I added http://localhost:51587/ in the Umbraco domain table. That works for one domain at a time. But how do I debug all of www.domain.uk, www.domain.dk and www.domain.se at the same time?
is working on a reply...