Httphandler processrequest getting problem opening a document.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rajesh Patel

    Httphandler processrequest getting problem opening a document.

    Hi there,

    I setup a virtual directory at my localhost where I have some documents
    and would like to open via web.

    e.g. http://localhost/data/mydocument.doc (data is my virtual
    directory)

    for each request to /data virtual directory I would like to
    authenticate user before processing request. For that, I configured IIS
    application mapping to call ASP.Net httphandler to process the request.

    after authenticate user,

    How can I send request to IIS back to open up a document for client?
    - or -
    How can I open up the document from my asp.net code, such that client
    receives document in proper application.

    I do not want to use response.binary data as an option.
    Thanks

    Rajesh Patel

Working...