I have a UL installation that works perfectly when logged in as host. I have 'registered users' set to add and edit, but when I log on as a registered user, when I go to the page with the module, all I see is the container. The UL module content doesn't appear. It looks like the 'loading' appears briefly, but than the container is blank.
I'm also having problems having to re-login on every page with a UL module.
Any idea what I'm doing wrong?
Thanks,
Jill
In past we had problem with Medium Trust security level. It was same like you described. What level of security you use?
Thanks
Iam having this problem with the latest version of your module and the latest DNN version.
Can you help?
I did what you suggested and got this error message in the module on the web page.
I only want registered users to have access to the page and see the data.
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>