Enable Debugging in the VSeWSS with Visual Studio 2008 and MOSS 2007
Go to the application you are deploying your feature to, and open web.config and make following changes in the given sections (CustomeErrors, compilation and SafeMode sections are already there):
<customErrors mode="Off" />
<compilation debug="true"…
<SafeMode CallStack="true"…
Now press F5 and it should start debugging your projects/features/solutions created with VSeWSS.
Comments
Post a Comment
Feel free to give constructive feedback or let me know if it was helpful.