Re: Forms authentication doesn't work for downloads
From: Teemu Keiski (joteke_at_aspalliance.com)
Date: 11/23/04
- Next message: John Timney \(ASP.NET MVP\): "Re: Forms authentication doesn't work for downloads"
- Previous message: Peter Afonin: "Forms authentication doesn't work for downloads"
- In reply to: Peter Afonin: "Forms authentication doesn't work for downloads"
- Next in thread: Peter Afonin: "Re: Forms authentication doesn't work for downloads"
- Reply: Peter Afonin: "Re: Forms authentication doesn't work for downloads"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Nov 2004 22:49:12 +0200
Forms Auth works only for those pages/file/resources which are processed by
ASP.NET by default. That is aspx,asmx, config and such. You can tweak that
in IIS (See Applications configuration for different file extensions like
where aspx is mapped to aspnet_isapi.dll) by having the custom file
extension mapped for aspnet_isapi.dll
See this blog post for detailed explanations:
Protect PDF, DOC and other file types with Forms Authentication
http://dotnetjunkies.com/WebLog/richard.dudley/archive/2004/05/21/14215.aspx
-- Teemu Keiski MCP, Microsoft MVP (ASP.NET), AspInsider ASP.NET Forum Moderator, AspAlliance Columnist http://blogs.aspadvice.com/joteke "Peter Afonin" <pva@speakeasy.net> wrote in message news:%23iyeHzZ0EHA.2316@TK2MSFTNGP15.phx.gbl... > Hello, > > I'm using Forms authentication, and it works well. If user is not > authenticated, he is routed to the login page.Protect PDF, DOC and other file types with Forms Authentication > > However, this doesn't work for downloads. If I have a file located in the > restricted area and put a direct link to it - anyone can download it. > > Why is this? I expected that people would also be routed to the login > screen. How to make this happen? > > I would appreciate your help. > > Thank you, > > -- > Peter Afonin > >
- Next message: John Timney \(ASP.NET MVP\): "Re: Forms authentication doesn't work for downloads"
- Previous message: Peter Afonin: "Forms authentication doesn't work for downloads"
- In reply to: Peter Afonin: "Forms authentication doesn't work for downloads"
- Next in thread: Peter Afonin: "Re: Forms authentication doesn't work for downloads"
- Reply: Peter Afonin: "Re: Forms authentication doesn't work for downloads"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|