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?
> When fustrated remember, In the computer world there is allmost always a backdoor.
You're absolutely right. Seeing that SPS does not offer a solution, I created a proxy websites that requests the pages from the portal server. Now I can control everythng, including not sending 401 messages to...
> Its a user problem.
I see that, but is there any way to solve this? - Like not prompting for a password? Normally one gets an HTTP 401 (Unauthorized) error, which causes the browser to ask the user for his name and password. But what if we just gave a HTTP 200 (accept), saying: "Don't do...
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...
I discovered one problem: After logging in, I have the correct rights, but not the corresponding links. For example: I am allowed to change site settings, but I don't see the link to site settings. When I type the url to site settings http://www.mysie.com/_layouts/1033/default.aspx, I can change...
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...
That doesn't work. Mind that I have Sharepoint Portal Server. Clicking on Site Settings leads me to the site settings of all of the portal. So
Site Settings -> Manage security and additional settings -> Change anonymous access settings -> Nothing
Will turn of all anonymous access. I need to...
You're right: It's not possible to do templates in SPS (even though the help-section says so). You just have to change the original templates.
PS: Watch out for unghosting of you pages! This happens when you edit them directly in frontpage. After that there is no connection to the template...
Yes, you must change the locale. You should do this anyhow, because it also affects you timezone and the like.
In Sharepoint Portal Server you can do it with Site Settings -> Manage security and additional settings -> Modify regional settings
In Sharepoint Services it it Site Administration...
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.