I would like to find a best practice to debug an existing ASP.NET MVC application. That's a Web Role already hosted into Azure. The application is using Windows Azure Caching. The configuration file has been defined with the settgins of an Azure Account ->
<dataCacheClient name="default">
<hosts>
<host name="xxxx.cache.windows.net" cachePort="22233" />
</hosts>
</dataCacheClient>
I would like to debug the code. What's the best approach in this case ?
I have already made a test by changing the Host with localhost but it's not working.
Thank you,
PS: I have installed the new SDK 1.8