Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Integration with sps

  Asked By: Ali Vincent         Date: Apr 03, 2010      Category: Sharepoint      Views: 2100
 

i have integrated my ASP apllication into sps 2003 using page viewer
web part.

in my ASP application i have used the login user for authentication.

now i would like to know how to acquire the login name from windows
authentication.

Tagged:      

 

2 Answers Found

 
Answer #1       Answered By: Kavi Kumhor          Answered On: Apr 03, 2010       

To capture the user' s login, the web must have NT
authentication enabled, not anonymous access. Most
webs are set up for anonymous access. You can set NT
authentication via FrontPage by opening the web live
on the server. Then click " Tools" , " Security" , "
Permissions" and then the " Users" tab. Click the
radio button that says " Only registered users have
browse access." That should set NT authentication. Of
course you need to set up your authorized users either
one at a time via the Users tab or via NT groups via
the Groups tab. NT authentication can also be set up
through IIS.

 
Answer #2       Answered By: Alex Davis          Answered On: Apr 03, 2010       

i have chnaged the settings as u mentioned,actually i want the
process after that,actulay i am new to dotnet.

 
Didn't find what you were looking for? Find more on Integration with sps Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].