dantix
dantix

Reputation: 745

Unable to debug azure project in the emulator

Error:

There was an error attaching the debugger to the IIS worker process for URL http://127.255.0.0:82/ for role instance ...

So basically I have:

Project with two roles:

What have I tried

Azure project is configured to run at Full IIS (with Express it's working like a charm, but need full IIS)

Upvotes: 2

Views: 2360

Answers (1)

dantix
dantix

Reputation: 745

aspnet_regiis.exe -ir from C:\Windows\Microsoft.NET\Framework\v4.0.30319 solved the problem. I've done this from developer command promt which has 64-bit path enviroment. This is for 32-bit.

Upvotes: 1

Related Questions