Hello my name is Sebastian and I have a big problem trying to debug classic ASP on IIS 7 on windows 2008 R2 x64, I read some post about this topic before and it works fine in other 32 bits SO, but when I try to debug my site on windows 2008 R2 x64 even if
I enable debug on server side and attach the process to my visual studio 2010 or visual studio 2013, the process not debug at all, and i don't know what happend . The application pool is set on classic pipeline mode, enabled32bits application is set also on
true and the same goes to debug server side debug on ASP tab
The funny thing is when I set the flag enabled32bits on false debug seems to work but my site use com dll and those doesn't work at all if the previous flag is not set on enabled :(
I hope you can help me with this issue because I don't know how to solve it for my own, thanks
!! :)