I have downloaded DNN from production and copied in local server. and followed below steps to make it running in local.
1. Copy DNN source to local
2. Created Virtual Directory in IIS 7 and created application as localhost/sitename
2. Changed Portal Alias in database to localhost/sitename
3. Changed Web.Config for Portal Alias
My code started working by doing above. But I am not able to debug code.
How can I make it to run in debug mode ? I am very new for DNN. Please help me on this.