L
listname
A SharePoint portal is running at http://sitename/.
When I visit that web site, a dialog box comes up asking
for network domain/userid/password. I provide the details
and the site lets me in. Integrated Windows Auth is ON
for this portal.
There are a few word documents in the site and i can acess
then off url - http://sitename/site/<DocumentLibrary>/intro.doc
I have to write a web app which uses Interop.Word.dll for
creating a word object and reading a file from the above url.
This program has to be deployed in a server and clients are
going access this web app thru browser.
Problem is that since my application is going to run unattended,
when it does Document.Open(), an auth dialog box comes up at
server and there is no one to attend to it. As such visible
is set to false and no one can even see it.
How can I programatically authenticate to SharePoint Portal
to fetch documents from its document library ?
saha
--
When I visit that web site, a dialog box comes up asking
for network domain/userid/password. I provide the details
and the site lets me in. Integrated Windows Auth is ON
for this portal.
There are a few word documents in the site and i can acess
then off url - http://sitename/site/<DocumentLibrary>/intro.doc
I have to write a web app which uses Interop.Word.dll for
creating a word object and reading a file from the above url.
This program has to be deployed in a server and clients are
going access this web app thru browser.
Problem is that since my application is going to run unattended,
when it does Document.Open(), an auth dialog box comes up at
server and there is no one to attend to it. As such visible
is set to false and no one can even see it.
How can I programatically authenticate to SharePoint Portal
to fetch documents from its document library ?
saha
--