I develop my ASP.net web application using Visual Studio 2012 (with three projects to a solution (BLL, DAL, and UI)). When ready to move the code to Beta I used VS 2012 Publish feature and it publish aspx page and dlls. My problem is how can I use this Beta project to debug in VS 2012 (VS is not installed in Beta server)? Is there any way I can debug either using attach process or do i have to turn on different type of publish attribute?
Thanks in advance for your help.