login.aspx always wants home page!
just starting out asp.net.
have only combined login.aspx page site stranded asp login control - that's i did. welcome.aspx page won't arrangement start page site i debug - even nonetheless set this.
plus i have even edited web.config - (see below) - still does same thing. i work i have welcome.aspx page start adult default?
<authentication mode="forms">
<forms defaulturl="~/welcome.aspx" loginurl="~/login.aspx" timeout="1440" ></forms>
</authentication>
Comments
Post a Comment