I've used an administration check a while ago, but it doesn't seem to work now. I don't know if it's because of the final version of wwf or not. I've included the common.asp file.
There are two methods..the first one doesn't work, but I need it in that kinda structure. The second one works, but I can't use it on all pages due to the contents it has to protect.
<!--#include virtual="/xx/xx.asp" -->
<%If lngLoggedInUserID = 0 Then%>
<!--#include Virtual="/xx/xx.asp" -->
<% ELSE %>
ddddd
<%end if%>
<%
'If the user is admin display a link to the admin memnu
If lngLoggedInUserID = 1 Then%>
hgjhgjgjhgjg
<%Else if inloggedInUserID = 0 then%>
<!--#include Virtual="/xx/xx" --> <%End if%>
<%End If%>
Any idea why the first one isn't working?