> When I attempt to attach a running process (w3wp.exe), I guess to a
> solution
> I have open, it won't let me attach it. The error I get is: "Unable to
> attach to the process. Access is denied."
Could be a permissions issue. Are you as admin on the machine you are
attempting to debug to? Or maybe you need to be added to the VS Debuggers
group.
> I'm trying to get this attached so I can debug in my solution. When I try
> to debug, I get the error "Error while trying to run project: unable to
> start
> debugging on web server. The project is not configured to be debugged."
> (even though my project IS configured to be debugged.
Well not only does your visual studio need to be set to debug your iis
application needs to be setup as well. Go to IIS manager... properties of
the website or application -> Home directory -> Configuration (Application
Settings) -> Debugging Tab - Enabe server side script debugging and client
side script debugging...
> Any idea's on why I get these errors, can't attach to a proccess for
> debugging? Thanks in advance.
HTH
-Scott