Ive installed the ifolder3 enterprise server from the buildservice oneclick install, and it works great with a ifolder client.
The problem is when i try to use ifolder by browsing to mydomain.com/ifolder
i get the loginscreen up and i use the same admin account as i login with both in the ifolder client and mydomain.com/admin (yes the /admin webpage works great).
but when logging in to /ifolder i get this error message, the apache logs just spits out a long line of “/ifolder/Error.aspx?Exception=System.Web.Compilation.CompilationException and so on”
Anyway, heres what i get after trying to login:
Server Error in ‘/ifolder’ Application
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a “web.config” configuration file located in the root directory of the current web application. This <customErrors> tag should then have its “mode” attribute set to “Off”.
<!-- Web.Config Configuration File →
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the “defaultRedirect” attribute of the application’s <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File →
<configuration>
<system.web>
<customErrors mode=“RemoteOnly” defaultRedirect=“mycustompage.htm”/>
</system.web>
</configuration>
Any help would be awsome since the webclient is so nice when you are on the go and cant be arsed to install the ifolder-client.
//Michael