<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : password protecting custom pages</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : password protecting custom pages]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 03:31:42 +0000</pubDate>
  <lastBuildDate>Tue, 07 Mar 2006 09:19:54 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=18610</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[password protecting custom pages : Hi Borg,  Struggling with syntax....]]></title>
   <link>https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100817.html#100817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21603">anim8</a><br /><strong>Subject:</strong> 18610<br /><strong>Posted:</strong> 07&nbsp;March&nbsp;2006 at 9:19am<br /><br />Hi Borg,<br><br>Struggling with syntax. giving me a variable undefined error.<br>]]>
   </description>
   <pubDate>Tue, 07 Mar 2006 09:19:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100817.html#100817</guid>
  </item> 
  <item>
   <title><![CDATA[password protecting custom pages : Try then along the lines:-If intGroupID...]]></title>
   <link>https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100750.html#100750</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18610<br /><strong>Posted:</strong> 06&nbsp;March&nbsp;2006 at 1:00pm<br /><br />Try then along the lines:-<br><br>If intGroupID = 2 Then Redirect<br><br>None logged in users are in the Guest Group which has the ID value of 2<br>]]>
   </description>
   <pubDate>Mon, 06 Mar 2006 13:00:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100750.html#100750</guid>
  </item> 
  <item>
   <title><![CDATA[password protecting custom pages : Hi Borg,  thanks for the reply. I...]]></title>
   <link>https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100748.html#100748</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21603">anim8</a><br /><strong>Subject:</strong> 18610<br /><strong>Posted:</strong> 06&nbsp;March&nbsp;2006 at 12:40pm<br /><br />Hi Borg,<br><br>thanks for the reply.<br>I have some custom formatting requirements so I would like to have a separate page incorporated. Is this possible.<br>]]>
   </description>
   <pubDate>Mon, 06 Mar 2006 12:40:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100748.html#100748</guid>
  </item> 
  <item>
   <title><![CDATA[password protecting custom pages : The simplest option is to create...]]></title>
   <link>https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100735.html#100735</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18610<br /><strong>Posted:</strong> 06&nbsp;March&nbsp;2006 at 10:25am<br /><br />The simplest option is to create a new 'Interview' forum, then use Web Wiz Forums own built in permission system to deny access to Guests (non-logged in users)]]>
   </description>
   <pubDate>Mon, 06 Mar 2006 10:25:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100735.html#100735</guid>
  </item> 
  <item>
   <title><![CDATA[password protecting custom pages : Hi Guys,  I am trying to restrict...]]></title>
   <link>https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100640.html#100640</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21603">anim8</a><br /><strong>Subject:</strong> 18610<br /><strong>Posted:</strong> 05&nbsp;March&nbsp;2006 at 9:29am<br /><br />Hi Guys,<br><br>I am trying to restrict access to a new interview page on my forum. Can somebody help me do this. I have tried the <br>If Session("IsLoggedOn") &lt;&gt; True then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Response.Redirect("/forum/insufficient_permission.asp")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Or anywhere else you want to send them<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Response.End<br>End If<br>method but it still allows me to access the page when I am logged out.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Sun, 05 Mar 2006 09:29:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/password-protecting-custom-pages_topic18610_post100640.html#100640</guid>
  </item> 
 </channel>
</rss>