想要打开基于窗口的身份验证站点 [英] Want to open the Window based authentication Site

查看:81
本文介绍了想要打开基于窗口的身份验证站点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有一个基于Windows身份验证的共享点应用程序,现在我想通过我的asp.net应用程序打开连接,我具有凭据.我想通过asp.net应用程序打开共享点站点

附加信息
我有一个Asp.net应用程序,并且有wss服务器,
在这里,我的projetc是DOcument管理服务器,我的应用程序是asp.net appln,出于文档管理的目的,我使用WSS3.0,我的身份验证是基于Window的身份验证,当将文件从asp.net appln上传到wss 3.0服务器时,
我使用以下代码列表

Hi
I have a sharepoint application which is Window based authentication ,Now i want to open the connection through my asp.net application i have credentials.I want to open the sharepoint site through asp.net application

Additional Information
I have a Asp.net application, and I have wss server ,
Here my projetc is DOcument management server, My application is asp.net appln, For document managing purpose i use WSS3.0, My authentication is Window based authentication, When upload the file from asp.net appln to wss 3.0 server ,
I use the below code Lists

objLists = new Lists();
objLists.Url = ConfigurationManager.AppSettings["SharepointListsService"].ToString(); 
objLists.Credentials = CreateCredentials();


在CreateCredentials()函数中,我将所有这些内容都传递给了域名,用户名,密码,到目前为止一切正常.当我将文件上传到WSS3.0 Server时,

我知道特定文件的路径http://fileserver/document_library_name/filename(http://wssserver/DocLibrary/test.xlsx)当我尝试单击此链接时,我将该URL传递给超链接,它要求用户名密码

..所以我想从asp.net appln本身打开连接

在此先感谢


In CreateCredentials() Function i pass domain name,username,password all those things, so far everything is working fine. When i upload a file into WSS3.0 Server,

I know the path of parthicular file http://fileserver/document_library_name/filename(http://wssserver/DocLibrary/test.xlsx) I pass the url into hyperlink when i tried to click this it asks username password

..So i want to open the connection from asp.net appln itself

Thanks in advance

推荐答案

检查这些博客
http://msdn.microsoft.com/en-us/library/bb975136%28v = office.12%29.aspx [ ^ ]
http://social.msdn.microsoft.com/论坛/pl-PL/sharepointdevelopment/thread/7464b932-2a2a-49ca-9e01-7008bb63e58c [
check these blogs
http://msdn.microsoft.com/en-us/library/bb975136%28v=office.12%29.aspx[^]
http://social.msdn.microsoft.com/Forums/pl-PL/sharepointdevelopment/thread/7464b932-2a2a-49ca-9e01-7008bb63e58c[^]
--NDK


这篇关于想要打开基于窗口的身份验证站点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆