Register  Login
Forums
 
Unregistered Users
Last Post 08-31-2010 01:32 PM by admin. 4 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
null4end
New Member
New Member
Posts:1

--
08-19-2010 03:38 AM  
Is there a setting somewhere to allow me to prevent unregistered users from logging tickets?
admin
Basic Member
Basic Member
Posts:267

--
08-19-2010 04:12 AM  
If you are using the DotNetNuke version, you simply set the Visibility of the module to Registered users only.
joppo
New Member
New Member
Posts:2

--
08-31-2010 09:09 AM  
Greetings
I want to use the mentioned option using ASP.NET version of the site. How do I do that?
Thank you in advance.
joppo
New Member
New Member
Posts:2

--
08-31-2010 09:46 AM  
Anyway.. I managed it adding this code below in the web.config
<authentication mode="Forms" />
and
<location path="Login.aspx">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>
<location path="Default.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
admin
Basic Member
Basic Member
Posts:267

--
08-31-2010 01:32 PM  
Anyway.. I managed it adding this code below in the web.config

That should work.
You are not authorized to post a reply.


Powered by Active Forums
Terms Of Use | Privacy Statement | Copyright 2009 by Michael Washington Dynnamite DotNetNuke Skins & Modules