visual studio 2010 - I want to debug an ASP.NET MVC app in IIS using a custom URL defined in HOSTS -


i having trouble setting vs2010 can debug in iis:

  • i have added custom url's hosts
  • i have edited application properties use local iis
  • i have created virtual directory in iis

any resources fro setting up?

deploy application iis and, when running, try attach process visual studio debugger (in debug / attach process). make sure web.config have debug mode turned on , assemblies compiled debug symbols.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -