How to replace sharepoint existing login page with the customized aspx login page
I am working on changing shaprepoint default window athentication to form authentication. After then, I need to use our existing login aspx page to replace sharepoint form authentication page which is default.aspx. Our login aspx is 2 factors login pages and it is more complex than sharepoint default login page. I don't know how to replace sharepoint existing login page with the customized aspx login page. I can't find default.aspx page. It is possible ? any information are welcome thanks, Gary
February 21st, 2011 11:50am

To customize Sharepoint login page go through this link: http://www.simple-talk.com/dotnet/.net-tools/customizing-the-login-page-in-sharepoint-2007/ To use custom login page you need change web.config entity like this: <authentication mode="Forms" loginurl="/_layouts/login .aspx" />
Free Windows Admin Tool Kit Click here and download it now
February 21st, 2011 11:11pm

Hi Gary, Please also refer to this link. Writing a Custom Forms Logon Page: http://msdn.microsoft.com/en-us/library/bb975135(v=office.12).aspx#MOSSFBAPart2_CustomLogonPage Best regards, Emir
February 23rd, 2011 12:36am

thanks for all help. GaryGary
Free Windows Admin Tool Kit Click here and download it now
February 23rd, 2011 5:13pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics