I use ReturnOfSmartPart
on WSS3
to display a ASCX
in Sharepoint
as a web part. This works beautifully.
The only problem is that the AjaxSmartPart
seems to be using the Debug mode javascript (the scripts are close to 1MB!)
How can I ensure that the AjaxSmartPart
only uses the Release
mode java scripts?
Note:
- I have Published my
ASCX
in Release mode. Debug="false"
in mySharepoint
web.config