简体   繁体   中英

Sharepoint wss 3.0 authentication

I have developed one site in sharepoint wss3.0 when i type in the url ie http://testserver/default.aspx i am first asked username and password On successful login(I have created user from sharepoint central admin site) i am redirected to my site's login page.

then i have do login to access my site.

Now what i want to do is combine both logins ie when i login to my server using sharepoint user's username and password i want to be redirected to my site's home page. I should not be redirected to my site's login page

What should i do? Do i need to code in sharepoint's default login page present in _layouts directory? If yes how can i access login.aspx.cs ??

Plz help

Your application (assuming it's an ASP.NET application) needs to be deployed into sharepoint's _layouts directory, typically in a custom subfolder, in order to leverage session state and shared authentication.

12/TEMPLATE/LAYOUTS/yourapp/default.aspx

-Oisin

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM