Re: can a .NET app get access to a shared doc in SPS?
From: jason shohet (jasonshohet_at_gmail.com)
Date: 09/10/04
- Next message: Wei-Dong XU [MSFT]: "RE: Web Part 'fails' after the last line of code....."
- Previous message: Stanley Jiang: "html convert"
- In reply to: Nick Malik: "Re: can a .NET app get access to a shared doc in SPS?"
- Next in thread: Nick Malik: "Re: can a .NET app get access to a shared doc in SPS?"
- Reply: Nick Malik: "Re: can a .NET app get access to a shared doc in SPS?"
- Reply: Nick Malik: "Re: can a .NET app get access to a shared doc in SPS?"
- Messages sorted by: [ date ] [ thread ]
Date: 9 Sep 2004 18:02:04 -0700
Yes Nick this helps, this is great help. The part i'm stuck on is how
to get the ASP.NET to impersonate a domain account that has write
access to that document library... In ASP.NET, I can store a document
as a file on a drive somewhere. But Sharepoint is storing it in its
database somehow, where do I point (ie using UNC) to save that
document. All you mentioned sounds great & possible, but i'm sure the
devil is in the details for newbies like us :)
-- jason shohet
> I would suggest that you provide an ASP.NET app that allows the user to look
> up their record in Oracle. When they find it, they upload a document to the
> asp.net site which will catch the upload, open WSS, and store the document
> using the primary key from Oracle into a document library in Sharepoint
> (e.g. the user isn't aware that they are using sharepoint at all). Since
> your ASP.NET app would impersonate a domain account that has write access to
> that document library, WSS would allow the user to upload the document via
> the ASP.NET app, but not directly.
>
> Then, when your app shows data from Oracle, provide the link directly to the
> Sharepoint library using the primary key value from Oracle.
- Next message: Wei-Dong XU [MSFT]: "RE: Web Part 'fails' after the last line of code....."
- Previous message: Stanley Jiang: "html convert"
- In reply to: Nick Malik: "Re: can a .NET app get access to a shared doc in SPS?"
- Next in thread: Nick Malik: "Re: can a .NET app get access to a shared doc in SPS?"
- Reply: Nick Malik: "Re: can a .NET app get access to a shared doc in SPS?"
- Reply: Nick Malik: "Re: can a .NET app get access to a shared doc in SPS?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|