Authentication
Open web.config and Add following code for forms authentication
<authentication mode="Forms">
<forms loginUrl="Home/Login"></forms>
</authentication>
Open web.config and Add following code for forms authentication
<authentication mode="Forms">
<forms loginUrl="Home/Login"></forms>
</authentication>