I am trying to build a Admin Login Page for my website on Dreamweaver 8.
When I preview the login page on the explorer, I get this error message
Line 9: <!-- enable Forms authentication -->
Line 10: <system.web>
Line 11: <authentication mode="Forms">
Line 12: <forms name="fmAUTH" loginUrl="/layertolayer.com/palletracksurplus/login.aspx" />
Line 13: </authentication> ...
Go to the complete details ...