it dont work... i hace this in my webconfig=
<authentication mode="Windows">
<forms loginUrl="CMSPages/logon.aspx" defaultUrl="Default.aspx" name=".ASPXFORMSAUTH" timeout="60000" slidingExpiration="true"/>
</authentication>
<location path="">
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
</location>
in the control
<uc1:currentuser runat="server" ID="usrCurrent" LabelText="Bienvenido:" ShowUserName="true" ShowUserFullName="false" CssClass="Arial11blanca" />
but when i try to enter to the site manager the aplication show this error=
Access denied
You're not a global administrator and you cannot use Site Manager. Go back to the main web site.
plzz helppp