Answered by:
Cannot Debugg 2 projects in the same solultion VS2008

Question
-
User1449453972 posted
I have added my web application project to my Webservice project and added the webreference (Web services in this solution)
so I have 2 projects in the same solution. I am using VS 2008
Before I was able to debugg both solution , the debugger was jumping from web project to the webservice , but for some reason that i couln t identify I opened the solution today I am not able to debugg them
I am getting below error
Unable to automatically step into the server . The remote procedure could not be debugged.this usually indicates that debugging has not been enabled on the server.See help for more information
Please help !
Monday, December 9, 2013 2:40 AM
Answers
-
User1176121428 posted
Hi zubayba,
Thanks for your post.
According to your description,To resolve this issue, you can try to add a Web.Config file to the Web Service and set the <compilation debug="true"> in the Web.Config file.
Hope this helps you.
Best Regards,
Eileen
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, December 10, 2013 4:10 AM -
User1449453972 posted
I have found my problem first I was sending huge xml file of 6 mb to my webservice
So I increased the maxRequestLength in the web.config file:
here comes an answer to my problem
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, December 11, 2013 3:00 AM
All replies
-
User1176121428 posted
Hi zubayba,
Thanks for your post.
According to your description,To resolve this issue, you can try to add a Web.Config file to the Web Service and set the <compilation debug="true"> in the Web.Config file.
Hope this helps you.
Best Regards,
Eileen
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, December 10, 2013 4:10 AM -
User1449453972 posted
I have found my problem first I was sending huge xml file of 6 mb to my webservice
So I increased the maxRequestLength in the web.config file:
here comes an answer to my problem
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, December 11, 2013 3:00 AM