Register
Login
Home
Screen Shots
Download
Live Example
Documentation
DotNetNuke Version
Installing
Installing/Upgrading on DotNetNuke 4
Installing/Upgrading on DotNetNuke 5
Set-Up / Administration
Tags Administration
Using ADefHelpDesk
Creating Tickets
Search existing Tickets
Edit Tickets
Technical
Class Diagram
Localization - Translating ADefHelpDesk
Deleting Tickets
Standard ASP.NET Version
Installing
Installing on Windows 2003
Installing on Windows7 / 2008 R2
Upgrading Standard ASP.NET Version
Set-Up / Administration
Tags Administration
Using ADefHelpDesk
Creating Tickets
Search existing Tickets
Edit Tickets
Technical
Class Diagram
Localization - Translating ADefHelpDesk
Forums
About
Forums
Web
Site
Unanswered
Active Topics
Forums
Search
Members
Forums
>
>
General
Unregistered Users
Last Post 08-31-2010 01:32 PM by admin. 4 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
null4end
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
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
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
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
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.
--General
Forums
>
>
General
Terms Of Use
|
Privacy Statement
|
Copyright 2009 by Michael Washington
Dynnamite DotNetNuke Skins & Modules