Tagged Questions
0
votes
0answers
56 views
How can Solve problems while debugging sharepoint web application?
Everytime I try to run my sharepoint application in debug mode, I get the error bellow:
4
votes
3answers
4k views
How to get a web.config file in a sharepoint 2010 publishing site?
I am working on a sharepoint 2010 project and I noticed in the soultion their is no web.config.
I asked one of my fellow co-workers and he mentioned something about we don't have access to to it as ...
2
votes
3answers
201 views
View callstack of unknown error
I've set
<system.web>
<customErrors mode="Off" />
</system.web>
in my web.config file, but i'm still getting 'unknown error' instead of the stacktrace on my pages. How can I ...