P&M Web Admin Tree Control Does Not Enumerate FolderID: Q225118
|
The tree control used to set the Web site mappings in the Personalization and Membership (P&M) Web Admin does not enumerate the folder.
Authscript.asp is not accessible due to a permission or Web site configuration problem.
Use one of the following resolutions, depending on the cause of your problem.
Make sure that AuthScript.asp is set to Basic (Clear Text) and not Anonymous. To do this, perform the following steps:
Request.ServerVariables("SERVER_PORT")Use the following steps to insert the above command and retrieve the proper TCP Port:
AddTreeAppletParam "baseurl",GetProtocol() &to:
Request.ServerVariables("Server_Name") & g_pthMembership &
"/AuthScript.asp"
AddTreeAppletParam "baseurl",GetProtocol() &
Request.ServerVariables("Server_Name") & ":" &
Request.ServerVariables("SERVER_PORT") & g_pthMembership &
"/AuthScript.asp"
AddTreeAppletParam "iconurl",GetProtocol() &to:
Request.ServerVariables("SERVER_NAME") & g_pthMembership &
"/images/AuthIcons.gif"
AddTreeAppletParam "iconurl",GetProtocol() &
Request.ServerVariables("SERVER_NAME") & ":" &
Request.ServerVariables("SERVER_PORT") & g_pthMembership &
"/images/AuthIcons.gif"
TreeNodeSetPlusUrl(GetProtocol() & Request.ServerVariables("SERVER_NAME")to:
& g_pthMembership &
"/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) & "&Loc=" &
Server.URLEncode(m_oServerRoot.AdsPath) & "&node=0")
TreeNodeSetPlusUrl(GetProtocol() & Request.ServerVariables("SERVER_NAME")
& ":" & Request.ServerVariables("SERVER_PORT") & g_pthMembership
& "/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) &
"&Loc=" & Server.URLEncode(m_oServerRoot.AdsPath) &
"&node=0")
Response.Write "tree.setUrl(idxNode, """ & GetProtocol() &to:
Request.ServerVariables("SERVER_NAME") & g_pthMembership &
"/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) &
"&Loc=" &Server.URLEncode(SubBranch.AdsPath) &"&LMPath="
&Server.URLEncode(StrMakeLMPath(SubBranch.AdsPath)) &
"&Instance=" &m_iInstance & """);" & vbCrLf
Response.Write "tree.setUrl(idxNode, """ & GetProtocol() &
Request.ServerVariables("SERVER_NAME") & ":" &
Request.ServerVariables("SERVER_PORT") & g_pthMembership &
"/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) &
"&Loc=" & Server.URLEncode(SubBranch.AdsPath) & "&LMPath="
& Server.URLEncode(StrMakeLMPath(SubBranch.AdsPath)) &
"&Instance=" & m_iInstance & """);" & vbCrLf
Response.Write "tree.setPlusUrl(idxNode, """ & GetProtocol() &to:
Request.ServerVariables("SERVER_NAME") & g_pthMembership &
"/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) &
"&Loc=" & Server.URLEncode(SubBranch.AdsPath) & "&node="""
& " + idxNode);" & vbCrLf
Response.Write "tree.setPlusUrl(idxNode, """ & GetProtocol() &
Request.ServerVariables("SERVER_NAME") & ":" &
Request.ServerVariables("SERVER_PORT") & g_pthMembership &
"/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) &
"&Loc=" & Server.URLEncode(SubBranch.AdsPath) & "&node="""
& " + idxNode);" & vbCrLf
Request.ServerVariables("SERVER_NAME") & g_pthMembership &to:
"/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) & "&Loc=" & Server.URLEncode(ParentAdsPath & Path & "/" &
strPath) & "&LMPath=" &
Server.URLEncode(StrMakeLMPath(ParentAdsPath & Path & "/" &
strPath)) & "&Instance=" & m_iInstance & """);" & vbCrLf
Request.ServerVariables("SERVER_NAME") & ":" &
Request.ServerVariables("SERVER_PORT") & g_pthMembership &
"/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) & "&Loc=" &
Server.URLEncode(ParentAdsPath & Path & "/" & strPath) &
"&LMPath=" & Server.URLEncode(StrMakeLMPath(ParentAdsPath & Path
& "/" & strPath)) & "&Instance=" & m_iInstance & """);" & vbCrLf
Response.Write "tree.setPlusUrl(idxNode, """ & GetProtocol() &to:
Request.ServerVariables("SERVER_NAME") & g_pthMembership &
"/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) &
"&Loc=" & Server.URLEncode(ParentAdsPath) & "&path=" &
Server.URLEncode(Path & "/" & strPath) & "&node=""" & " +
idxNode);" & vbCrLf
Response.Write "tree.setPlusUrl(idxNode, """ & GetProtocol() &
Request.ServerVariables("SERVER_NAME") & ":" &
Request.ServerVariables("SERVER_PORT") & g_pthMembership &
"/AuthScript.asp?ServerComment=" &
Server.URLEncode(CStr(Request.QueryString("ServerComment"))) &
"&Loc=" & Server.URLEncode(ParentAdsPath) & "&path=" &
Server.URLEncode(Path & "/" & strPath) & "&node=""" & " +
idxNode);" & vbCrLf
strAdsPath = Mid(strAdsPath,1+Len("IIS://" &to:
Request.ServerVariables("SERVER_NAME") & "/"))
strAdsPath = Mid(strAdsPath,1+Len("IIS://" &
Request.ServerVariables("SERVER_NAME") & ":" &
Request.ServerVariables("SERVER_PORT") & "/"))
Additional query words:
Keywords :
Version : winnt:3.0
Platform : winnt
Issue type : kbprb
Last Reviewed: April 8, 1999