URL Filtering
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
How can I control the download of a zip file? CodeProject does this. When I click on a zip file link while I am not signed in it redirects me to login page.
Tomorrow is a blank page
-
How can I control the download of a zip file? CodeProject does this. When I click on a zip file link while I am not signed in it redirects me to login page.
Tomorrow is a blank page
-
You can simply point the link to a web page, say Download.aspx, instead of a zip file, and then you can authenticate the anonymous user with the ASP.NET.