Opening documents from asp.net fodler sturcture
From: TimmyG (tim_at_pracctice.com)
Date: 08/18/03
- Next message: Headless Rider: "Control asp.net app from other asp.net app"
- Previous message: Joel Finkel: "Re: Forms Authentication w/SubFolders"
- Next in thread: Lewis Wang [MSFT]: "RE: Opening documents from asp.net fodler sturcture"
- Reply: Lewis Wang [MSFT]: "RE: Opening documents from asp.net fodler sturcture"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 18 Aug 2003 05:12:51 -0700
Hello all,
We have an asp.net app protected with integrated security. Part of
this application carries out document prodcution and management via a
mixture of asp.net code and activex client controls.
The problem occurs when trying to open documents / templates (ms word)
from the folder structures under the asp.net app root.
It is imporatnt that we open these documents in word itself and not
through a browser window (as we automate from the client).
When trying to open a doc / template we are presented with a netwrok
log on box. I can only presume that this is happening because word is
making the request to the web app to open the doc (we open directly
from server). This would be becasue the dir structure is protected by
the web config and iis settings. This is really not acceptale. We are
using client impersonation and this obviously (and unsurprisingly)
doesnt apply to requests made by word.
Can anyone offer any solution to this problem i.e. impersonating from
activex / word or maybe using a different web config for the doc
subfolder?
Obliged and out,
TimmyG.
- Next message: Headless Rider: "Control asp.net app from other asp.net app"
- Previous message: Joel Finkel: "Re: Forms Authentication w/SubFolders"
- Next in thread: Lewis Wang [MSFT]: "RE: Opening documents from asp.net fodler sturcture"
- Reply: Lewis Wang [MSFT]: "RE: Opening documents from asp.net fodler sturcture"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|