我想找到调试现有 ASP.NET MVC 应用程序的最佳实践。这是已托管在 Azure 中的 Web 角色。该应用程序正在使用 Windows Azure 缓存。配置文件已使用 Azure 帐户的 settgins 定义 ->
<dataCacheClient name="default">
<hosts>
<host name="xxxx.cache.windows.net" cachePort="22233" />
</hosts>
</dataCacheClient>
我想调试代码。在这种情况下最好的方法是什么?
我已经通过使用 localhost 更改主机进行了测试,但它不起作用。
谢谢,
PS:我已经安装了新的SDK 1.8