I've written a program that synchonises user profiles and local users with the portal. Now I want to add these users as readers to my site. Is there any way to do this programmatically?
I have enabled SPS for anonymous access, working fine.
When an anonymous user does something that he isn't allowed to do, he is prompted for a username and password. Being an anonymous user, he will click Cancel. But now he can't browse the website anymore without being prompted for a username...
If you have a website with anonymous access and want to log in, you can do it with the javascript function
MSOWebPartPage_SignIn()
So you can use <a href="javascript:MSOWebPartPage_SignIn()">login</a>
In SPS, I can specify alternative URL's, but they don't seem to work.
The server is behind a firewall, and can only access its SPS with http://localhost:8090, or http://<computername>:8090. From outside, it it http://www.mysite.com.
Now when the search index is created, SPS must search in...
I use Sharepoint Portal Server, and I change the layout of my pages by changing the aspx files in \Program Files\Common Files\Microsoft Shared\Web server extensions\60\TEMPLATE
This works well. The only problem that I have is that I don't know which aspx files are used in which situation. For...
I have Sharepoint Server 2003, and I want to create a site template. In the help file (chapter "Working with templates") it says I should:
1. On the site, click Site Settings.
2. Under Administration, click Go to Site Administration.
But under Site Settings, there is no Administration or Go to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.