I have configured all environment like Out Going email in Central Admin and Manage Access Request in Site Collection to setup Request Access Link on Access Denied Page. But the link is missing and when I view source the page the Anchor tag for request access link appears but the label Request Access is missing. I am not sure why this label is missing. We check the WSS resource file from where this labels are picked up and the lable is there.
See the below code........Anchor Lables are missing but Anchor tag is correct.
<aid="ctl00_PlaceHolderMain_HLinkLoginAsAnother"class="ms-descriptiontext"href="javascript:LoginAsAnother('\u002fteams\u002fSource_SC\u002f_layouts\u002fcloseConnection.aspx?loginasanotheruser=true', 1)"></a>
<aid="ctl00_PlaceHolderMain_HLinkRequestAccess"class="ms-descriptiontext"href="reqacc.aspx?type=list&name=%7B7145618E%2DD222%2D4C71%2DB7AB%2D69A3D38F2B3E%7D"></a>
If anyone know the reason for this type of behaviour and can share the solution would be greatefull.
Virendra Jain