Windows SharePoint Services version 3.0
Questions tagged [wss-3.0]
264 questions
1
vote
2 answers
WSS 3 SP2 OnTaskCreated
At work we had a problem after installing SP2 on WSS 3.0 related to an aleatory behavior of OnTaksCreated. For more info about this check "http://fightingvssharepoint.blogspot.com/2009/06/ontaskcreated-in-wss-30-sp2.html". We've not found the fix…

THRaKaTTaK
- 45
- 5
1
vote
1 answer
How to direct user to the contents and not the properties after clicking lookup field pointing to folder in WSS?
Background
I want to put a lookup field in sharepoint list that will point to a folder. Thats the easy part, but I want user to be pointed to folder contents (not the folder properties) after clicking on the link. It's not possible from the…

kyrisu
- 4,541
- 10
- 43
- 66
1
vote
3 answers
Large file upload into WSS v3
I'd built an WSSv3 application which upload files in small chunks; when every data piece arrives, I temporarly keep it into a SQL 2005 image data type field for performance reasons**.
Problem come when upload ends; I need to move data from my SQL…

Rubens Farias
- 57,174
- 8
- 131
- 162
1
vote
3 answers
I just installed WSS 3.0 -- now what?
I've been doing web (all ASP.NET now) and desktop development for ten years and have written half a dozen intranet CMS websites. Nobody at my shop has any SharePoint experience and I've been asked to investigate WSS 3.0 and answer questions like…

Mike C.
- 4,917
- 8
- 34
- 38
1
vote
2 answers
"Access denied" when trying to create a new application on WSS (Sharepoint) 3.0 SP2
I installed WSS SP2 on my Windows 7 (bamboo option). I can log into administratiion site but when I try to create a new application I got the error: "Access denied".
Any idea how to solve this issue?
Nihad
1
vote
3 answers
Can I use Content Deployment feature in WSS 3.0
I'm really newbie with SharePoint stuff.
So I've been asked to move the content of a SharePoint WSS 3.0 (no MOSS installed, only the free version) test site to a development MOSS 2007 site. I've looked around for Content deployment jobs and stuff…

MissRaphie
- 595
- 1
- 9
- 27
1
vote
2 answers
Change template html in sharepoint discussion reply box
I have a wss 3.0 install which needs an "anonymous" discussion board. I can modify the view so no usernames are displayed, however when I click on "reply", the message I'm replying to shows up in the rich text box with the username of the previous…

Andrew Grothe
- 2,562
- 1
- 32
- 48
1
vote
1 answer
Sharepoint services image hyperlink
I am using Sharepoint service to create a webpage. I have an image - the logo on the top-right of the homepage - and am wanting to put a hyperlink so when it is pressed it takes you to another site. How would I do that please?

Stuart1512
- 11
- 1
1
vote
0 answers
Sharepoint Services 3.0 : itemAttachmentAdded Method: How to update a column after an attachment is added to a list item
I have a custom List called "NameList". I have just two columns in it. Say First Name (Single Line / Text) and Last Name (Single Line / Text). What I am trying to do is when a user adds a "New Item" to the list. He just has to fill in the first…

sundmah
- 11
- 1
1
vote
3 answers
SPSite in web service throws 401 error
I have this code:
using ( var site = new SPSite( myUrl ) ) {
using ( var web = site.AllWebs[0] ) {
// read-only operations
}
}
The "myUrl" is top domain url with WSS 3.0. The authentication is set to Windows.
If I run this code from…

TcKs
- 25,849
- 11
- 66
- 104
1
vote
2 answers
Sharepoint Services 3.0 CSS not working
Sometimes the style sheet disappears when naviguating on our WSS 3.0 sites (white background on the site, no colors, no formatting, etc.). This has mainly happened with IE6 (corporate browser for the majority of our computers). The fixes were…

mathieu
- 30,974
- 4
- 64
- 90
1
vote
1 answer
SharePoint (wss 3) and active directory username
I am trying to find out where sharepoint gets the usernames from. In wss 3 on the "Personal settings" page there is a field name. In some cases it is populated with the login (like domain\username), on some installations I find it to be the actual…

Oddleif
- 751
- 3
- 9
- 35
1
vote
3 answers
Sharepoint: COM exception thrown when navigating to the root of a new site collection
After a fresh install of WSS 3.0 and creation of a new web application and site collection, I receive the following error when I navigate to the newly create site:
[COMException (0x80070005): Access is denied.
]
…

Chris Ballance
- 33,810
- 26
- 104
- 151
1
vote
2 answers
Backup & Restore Timer job WSS 3.0
Is it possible schedule a backup & restore of the WSS Site by using Timer Job?
Or
Does WSS 3.0 provides OOTB feature for the same?
Thanks,
Tejas

Tejas
- 181
- 5
- 19
1
vote
3 answers
WSS 3.0 Multiple Domains
We have been running WSS 3.0 for our intranet. We are going to be moving our internet site to WSS 3.0. The vast majority of people will access the new internet site anonymously. My question is in regards to the few people who will need to…

brian-francis
- 33
- 7