If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
Hello, When I set up SSL to Secure folder and tried to login with https protocol I got following error,
ConfigurationErrorsException Could not load file or assembly 'Brettle.Web.NeatUpload' or one of its dependencies. The system cannot find the file specified.(web.config error on line 950) this line are
<httpModules> <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" />
Pl. Guide me in setting up SSL
site works well using http for other pages
You have to let mojoPortal know that SSL is available.
Add this to your user.config file then touch web.config to make it reload settings.
<add key="SSLIsAvailable" value="true"/>
Hope it helps,
Joe