Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jverhoog

    Program users as readers

    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?
  2. jverhoog

    Anonymous access lost

    > 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...
  3. jverhoog

    Anonymous access lost

    > 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...
  4. jverhoog

    Anonymous access lost

    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...
  5. jverhoog

    Login on anonymous access

    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...
  6. jverhoog

    Login on anonymous access

    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>
  7. jverhoog

    Alternative URL

    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...
  8. jverhoog

    Template for Basic page

    Yes, thank you. That was exactly what I was looking for. But is there a list describing what each template is for?
  9. jverhoog

    Template for Basic page

    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...
  10. jverhoog

    Restrict anonymous access

    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...
  11. jverhoog

    Create site template - not possible?

    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...
  12. jverhoog

    Date Entry Format

    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...
  13. jverhoog

    Restrict anonymous access

    I've given anonymous access to the portal site via an new virtual server. How do I prevent these anonymous users from accessing the Private sub-area?
  14. jverhoog

    Lost Quick Launch

    While customizing SPS (I modified the origional templates) I lost the quich launch bar. Does anyone know how I can get it back?
  15. jverhoog

    Create site template - not possible?

    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...

Part and Inventory Search

Back
Top