I’m making a project on ASP.NET and I want that if the user is not registered with my site or not Login then he/she will not able to download. If I’m using session ID then I’ve to pass it on every link and page so is there a simple way to accomplish it?
Share
If you’re using the ASP.NET stock authentication system, you can just add a tag like this to your
<system.web>element in web.config: