how to debug sharepoint extranet site
-
18 มีนาคม 2555 11:01
Hi all,
I all I am trying to debug SharePoint extranet site but the debug point is never reached, but the break point is reached in intranet mode.. I am debugging by attaching the w3wp process.
Can anyone tell me how to resolve this issue..
ตอบทั้งหมด
-
18 มีนาคม 2555 12:45
Hi,
The below two links will help you.
http://lemonharpy.wordpress.com/2011/03/17/remote-debugging-sharepoint-2010-solutions/
http://mundeep.wordpress.com/2011/08/05/sharepoint-remote-debugging/
Kathir
- เสนอเป็นคำตอบโดย CawoodMVP 20 มีนาคม 2555 18:46
-
18 มีนาคม 2555 14:42
I tried remote debugging as well.. it works fine with intranet url but break point is not reached with extranet url. So I installed visual studio on one of the front end server.. I am able to debug intranet url but when I try to debug with the extranet url breakpoint is not reached..
- แก้ไขโดย Manjunath Reddy 18 มีนาคม 2555 14:46
-
18 มีนาคม 2555 19:41Sounds like you've only got the debugger attached to the w3wp process for your intranet & not for the w3wp process for the extranet.
Just make sure you attach to the correct w3wp process. -
19 มีนาคม 2555 6:31Can you please tell me how to attach w3wp process for the extranet..
-
21 มีนาคม 2555 1:38
The same way you'd attach the debugger to any other process from within VS.
Click debug on the menu & then select Attach to process from the sub menu that appears.
When the "Attach to process" window opens just select all your W3WP processes & click the Attach button.
-
21 มีนาคม 2555 4:46I tried this but break point is not hit for the extranet site url..
-
21 มีนาคม 2555 5:45What kind of authentication you are using for this site? and how the zones are configured?
Kathir
-
21 มีนาคม 2555 10:41I am using windows authentication..