I mean no disrespect; but, please read the replies from above again. If you still don't understand, I would suggest that you speak with someone that could actually stand next to you to push the buttons.
If you are having a specific problem, please start a new thread.
Chris, I appreciate your trying to help. Just because you know how to do something does not mean everyone knows how to do it. Maybe you are a genius who never ever needed guidance, maybe you are a born programmer, but everyone is not like you. Even advanced
programmer have their own areas of expertise and when they try to get into newer areas, they need help.
All I'm asking for is some guidance and I appreciate Mikhail who is trying to help me. If you do not have anything constructive to offer, please do not unnecessarily post.
Mikhail, I couldn't debug by trying to attach to another process. So, I will elaborate the my setup a little bit more. Hope you can help.
I'm using Vista and VS2005. I have a Solution with 3 web sites inside it. Index.html on web1 is the debug start page. Index.html is a login page. When I successfully log in, it takes me to a frames page which has multiple frames. One of the frames loads
a page from web2 on which I have break points. But the code never breaks on the break points on this page.
Mikhail, Thank you for all your help once again. I figured out how to attach to the process of web2, its w3wp.exe running under network service. I am able to debug as I wanted now.
After the frames page loaded, I then attached to the w3wp.exe process responsible for the web2 page. I then hit refresh on my browser main window. When the web2 page tries to load again inside the main frames page, it breaks at the break point of the web2
page.
ChrisLively
Member
87 Points
23 Posts
Re: Is there a way to debug between multiple web sites
Jan 03, 2008 07:55 PM|LINK
I mean no disrespect; but, please read the replies from above again. If you still don't understand, I would suggest that you speak with someone that could actually stand next to you to push the buttons.
If you are having a specific problem, please start a new thread.
Good luck,
Chris.
rickeyAtowar...
0 Points
14 Posts
Re: Is there a way to debug between multiple web sites
Jan 03, 2008 08:04 PM|LINK
Thanks Mikhail, I will try out what you recommend.
rickeyAtowar...
0 Points
14 Posts
Re: Is there a way to debug between multiple web sites
Jan 03, 2008 08:07 PM|LINK
Chris, I appreciate your trying to help. Just because you know how to do something does not mean everyone knows how to do it. Maybe you are a genius who never ever needed guidance, maybe you are a born programmer, but everyone is not like you. Even advanced programmer have their own areas of expertise and when they try to get into newer areas, they need help.
All I'm asking for is some guidance and I appreciate Mikhail who is trying to help me. If you do not have anything constructive to offer, please do not unnecessarily post.
Thanks,
Rickey
rickeyAtowar...
0 Points
14 Posts
Re: Is there a way to debug between multiple web sites
Jan 03, 2008 08:23 PM|LINK
Mikhail, I couldn't debug by trying to attach to another process. So, I will elaborate the my setup a little bit more. Hope you can help.
I'm using Vista and VS2005. I have a Solution with 3 web sites inside it. Index.html on web1 is the debug start page. Index.html is a login page. When I successfully log in, it takes me to a frames page which has multiple frames. One of the frames loads a page from web2 on which I have break points. But the code never breaks on the break points on this page.
Is there any way to do it?
Thanks,
Rickey
rickeyAtowar...
0 Points
14 Posts
Re: Is there a way to debug between multiple web sites
Jan 03, 2008 09:21 PM|LINK
Mikhail, Thank you for all your help once again. I figured out how to attach to the process of web2, its w3wp.exe running under network service. I am able to debug as I wanted now.
Rickey
Mikhail Arkh...
All-Star
33139 Points
6083 Posts
Microsoft
Re: Is there a way to debug between multiple web sites
Jan 03, 2008 09:29 PM|LINK
Cool [:)] Did you manage to do it using single instance of VS ?
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
rickeyAtowar...
0 Points
14 Posts
Re: Is there a way to debug between multiple web sites
Jan 03, 2008 09:31 PM|LINK
yes.
rickeyAtowar...
0 Points
14 Posts
Re: Is there a way to debug between multiple web sites
Jan 03, 2008 09:34 PM|LINK
After the frames page loaded, I then attached to the w3wp.exe process responsible for the web2 page. I then hit refresh on my browser main window. When the web2 page tries to load again inside the main frames page, it breaks at the break point of the web2 page.
Rickey