The Web is a system of interlinked hypertext documents accessed via the Internet, Extranet or Intranet. With a web browser, one can view web pages that may contain text, images, videos, and other multimedia, and navigate between them via hyperlinks.
0
votes
1answer
24 views
Get reference to the document library sharepoint 2013
I want to get reference to document library in code using SP 2013 by url, I am trying the SPWeb.GetList(url); but it works for lists only.
any help?
0
votes
0answers
14 views
WCF hosting issue - SharePoint 2010
Earlier question was wrong. Not editing as people have already replied to wrong question. Basically it is a comparison.
Correct one is:
Want to create a WCF service to access LOB data.
What are ...
0
votes
2answers
21 views
Updating a backend database from a Sharepoint site?
Okay I'm looking to set up a web based service that for the most part is only used to display data to a number of users. Now initially I'd decided to make something using Sharepoint (2003) as the ...
0
votes
0answers
26 views
SiteURL for SharePoint
I have developed a custom web part. This has got the site URL to set in the runtime based upon the Alternate Access Method i.e (Intranet or Extranet). So Site URL will change automatically based upon ...
1
vote
0answers
15 views
How to find data source for a SharePoint 2007 Access Web Datasheet
I inherited a SharePoint 2007 site. There is a Access Web datasheet that is retrieving data from some kind of data source. The user has informed me that it is no longer updating. For further ...
1
vote
2answers
230 views
What is a query server in SharePoint farm?
As per my understanding a farm consists of:
SharePoint Server
Database
Now the above SharePoint Server can be one of the following roles:
WFE
Application Server
So basically a SharePoint farm ...
0
votes
0answers
30 views
Can Sharepoint Web services reuse connections?
I am connecting to a Sharepoint server via C# Web Services.
Since it takes a certain amount of time to authenticate, and this is done for every single request, i was hoping that there is a way to ...
0
votes
0answers
66 views
using copyiteminto to copy file to copy.asmx fail to display metadata I provide
I use HTTP to post soap data to copy.asmx and try to upload file to sharepoint online, I provide fieldinformation with file stream, but the sharepoint did not change the created, modified and version ...
3
votes
2answers
856 views
ExecuteOrDelayUntilScriptLoaded not executing after page publish
In SharePoint 2013 I have a page that is using the Script Editor web part.
In the script editor web part I have the following:
ExecuteOrDelayUntilScriptLoaded(startIt, "sp.js");
function startIt() {
...
0
votes
1answer
50 views
SharePoint 2007 “Secure” Custom Web Service
I have the following Problem. I have an ASP.NET Web Service which contains several administrative methods like creating a site/list/group for a client application. Some of these methods do this using ...
0
votes
1answer
205 views
Could not load the assembly 'Version=1.0.0.0,Culture=neutral,PublicKeyToken=24e9d7d011937483'. Make sure that it is compiled before accessing the page
A bit of a back story - I am trying to create a custom dispform page for my list in VS2010. I used instructions found here to do it. I successfully created the custom form and had the site loading ...
1
vote
3answers
549 views
Is there an alternative to SPContext.Current.Web.CurrentUser?
I have found that SPContext.Current.Web.CurrentUser is really unreliable. One out of ten requests that object comes back as null.
Is there an alternative to SPContext.Current.Web.CurrentUser?
Has ...
0
votes
1answer
32 views
Showing a non-ASPX Web Page in SP?
I want to show a non-ASPX web page on my SharePoint page.
Can I somehow add a basic web page that shows up (maybe as an IFrame) on my SharePoint page?
0
votes
1answer
63 views
SharePoint 2010 One of two web front ends have broken Audience on web parts
I have encountered a problem with Audiencing in our SharePoint 2010 farm. Hopefully someone out here has encountered this before.
We have 2 web front ends (web1 and web2) 1 app server (app1) and a ...
0
votes
2answers
266 views
How can I stop the automatic redirection to “/pages/default.aspx”?
When user goes to http://site/web/ I do not want them to be redirected to that web's welcome page, http://site/web/pages/default.aspx.
How can I disable this redirection?
I am fully aware this would ...
2
votes
3answers
407 views
How to create web-related lookup field to 'pages' list?
I have SharePoint site collection 'http://microsoft.com/' with few child webs ex:
http://microsoft.com/news/
I want to create lookup field to 'Pages' list. On each child web lookup field should ...
1
vote
1answer
160 views
Is a Site Column related to a web or site collection
just going through some slides for SharePoint 2010 Developer Certification slides and it says Site Columns are related to web, but I thought they are created on site collection level, can someone ...
2
votes
2answers
162 views
Does SPWeb.Delete() Dispose of the object?
I recently got a comment on my Deleting a site with subsites programmatically article about properly disposing of SPWeb objects after they've been deleted:
Don’t forget to dispose the deleted web.
...
2
votes
1answer
130 views
web analytics web service and data processing service in farm
I have 4 wfe and 2 app servers in my farm.
There is only one publishing portal on this farm.
I provisioned the web analytics service application through central admin.
Now i want to start the "Web ...
0
votes
1answer
263 views
403 Forbidden immediately after creating web
I can't tell exactly what's causing the 403 Forbidden error (that's literally all of the information I have in the browser regarding the error) but this is the scenario:
I navigate to my application ...
2
votes
3answers
158 views
With Microsoft's web interface alone – without third party products – can an end user move a folder in SharePoint Server 2010?
I see an option to cut a folder, but at the destination:
no option to paste.
I can't find an option to move.
I searched and browsed the help that's integral to the server.
Question
Please: ...
0
votes
1answer
170 views
SharePoint 2007 web application/website not showing up [white screen]
I updated few dlls related to my timer job on SharePoint development box and my web application stopped working. Now if I say web application stopped working then I mean when I try to go to web ...
0
votes
1answer
3k views
Redirect SharePoint root to another homepage/site?
So I have the web application for my intranet at the URL "http://sharepoint/" however, I don't want people to be on the root of the web application as its not the actual home page.
I created a ...
0
votes
1answer
539 views
Excel web part from list - Autorefresh
I am using SharePoint 2010.
I currently have a list that gets updated many times throughout the day.
I currently have an Excel Web Part with graphs and summary tables on the first tab, and its data ...
0
votes
2answers
307 views
How to read web.config
I want to read username and password from web.config file.
Username,password will be stored in custom tags of web.config file of sharepoint project.
2
votes
5answers
1k views
How to access List from Sub Site in SharePoint 2010
I have created a Site Named Application Test. In this site i again Create a Sub site Named Sub Application I add in site url "http://SP2010:2222/" in Visual Studio Project Project Scope is Site Now i ...
2
votes
1answer
343 views
Make all sharepoint specific cookies non-persistent?
Our app came out of web vulnerability assessment. The findings suggested that we should take care of persistent cookies; avoid them. Cookies are persisted by setting the Expires property to some ...
3
votes
2answers
237 views
Deleting Sharepoint Sites taking too much time
I am trying to delete few sites that have loads of sub-sites but its taking way too much time,
I tried to delete sites using "Content Structure" & tried to use this tool as well,
Tool for ...
0
votes
1answer
534 views
Button Onclick EventHandler from CreateChildControls
I have declared a button in my CreateChildControls method in my web part page:
TableCell updateCell = new TableCell();
Update = new Button();
Update.Text = "Update";
...
0
votes
0answers
79 views
Content Query migration
I'm doing a migration from 2007 to 2010 and one of the issues I've run up against is the Content Query Web part seems to come pre populated in my 07 install, and this behaviour overwrites my nice ...
0
votes
1answer
170 views
Where does sharePoint store Web application information so we can report full site collection URLs in a SQL report?
I know MS does not support SQL commands against SharePoint Databases. But we are just reading data using SQL and SSRS so no harm to be done.
I have SQL Syntax that querys every content DB WEBS table ...
1
vote
1answer
332 views
Adding HyperLinks + Richtext field values via SP2010 Web Services
I've written an app that reads data via the web services in order to help my data migration process from SharePoint 2007 to 2010. I've been successful for the most part. I've been able to bring the ...
0
votes
1answer
109 views
removing then setting custom permissions for a list
I have been looking around for few days, but couldn't really figure out, how I will be able to do this.
what I am doing is removing all permissions of a given list using following code,
using ...
0
votes
3answers
302 views
FBA and applicationName
I have created a custom membership provider for FBA (SharePoint 2010).
My CustomMembershipProvider (+ role provider) are defined in the 3 web.config (CA, STS, webapp).
In web.config of webapp, I set ...
2
votes
3answers
371 views
.NET Chart Controls in Sharepoint 2010 Sandbox
I'm trying to use the .NET Chart Controls in my Sharepoint 2010 Sandbox solution. I have downloaded and installed the MSChart for .NET 3.5 from ...
0
votes
1answer
263 views
Delete groups using SP Client object model
I'm trying to delete groups and Sites from Sharepoint using COM.
Ex: Listitem i = ........; i.DeleteObject();
Now, in my code , I'm using this snippet:
foreach (Group grpsSP in ...
1
vote
2answers
42 views
Microsoft apps on the web
I'm a database manager in a growing company. My boss is pretty savvy with data too. He occasionally creates spreadsheets or Access databases. These would be better with collaboration. We need total ...
1
vote
1answer
73 views
Lost navigation when testing on one Web Front-End server taken off Load balancing?
Last week we experienced a phenomenon which didn't make sense (to me). We have an environment with one SQL Server and two Web Front-End servers in the Farm. Upon deploy one WFE were removed from Load ...
0
votes
2answers
472 views
foreach “Webs” works on dev but not in staging
I had a script I was working on a while back that got put on the back burner, but now I'm trying to finish it up, and I thought I had reached that point. I was running this script on our development ...
0
votes
1answer
953 views
Cannot save PDF from web directly to SP2010 doc library
Very annoying scenario for my end users:
They browse the web, find a useful PDF with good info and want to share it on our intranet.
They open the PDF in the browser (IE8) and click on the Save a ...
1
vote
4answers
2k views
How can I change the URL of my intranet so it's just the company name?
I was wondering if it was possible to change the way a sharepoint 2010 URL displays. For example, if the real URL is, "http://intranet.myco.org/sites/intranet/default.aspx", can this be changed to ...
0
votes
1answer
726 views
How Do I Get the MySite Images and Full Name of the MySite owner in MOSS 2007 in C#
I am building a simple web part that needs the image that is used from the MySite and the First and Last name of the site owner. I know how to get the current user, I need the name. I am also having ...
1
vote
2answers
863 views
This powershell runs but why is it so slow
I ran this powershell which automates wsp addition, activate, deploy web parts and it runs fine. However, it takes about 3 minutes to go through the whole process. Is this norm?
= = = powershell code ...
1
vote
1answer
131 views
Add list (from external sharePoint site) in web part
I'm using SharePoint 2007.
I need to web-part, in this web part I want to add list' this list is placed in external sharePoint site.
9
votes
6answers
430 views
Is SharePoint right technology for our project?
We are currently building a new public (extranet) client document portal. This should be system very similar to box.com where we can exchange documents with our clients. We will also allow the client ...
0
votes
1answer
130 views
Sharepoint Web template
I have created a web template solution by following Vesa "vesku" Juvonen 's blog(http://blogs.msdn.com/b/vesku/archive/2010/10/14/sharepoint-2010-and-web-templates.aspx).
I have the web template and ...
2
votes
1answer
216 views
createsite event handler in sharepoint online
I am writing an event handler that will create a new site whenever the new item is added to the list. My issue is it creates a new site everytime but it does and does not (randomly) execute the code ...
5
votes
1answer
126 views
How to handle web references becoming stale in a web feature activation
We have a number of web-scoped features all stapled to a site definition, so they are all activated in turn when a web is created from the definition.
It seems the feature receivers all share the ...
1
vote
2answers
480 views
Is there a web part the will display Quicktime (.mov) files?
Ideally like the media web Part displays .wmv files, but it could be some pre-existing webpart that simply writes the proper EMBED code to the page.
9
votes
4answers
513 views
What do the terms Farm, Site, Web, WebApplication refer to in the SharePoint API?
I'm sorry for dumb question but I am very new to Sharepoint 2010 and something is not clear to me.
What do the terms Farm, Site, Web, and WebApplication mean?
I pretty much understand Farm and Site, ...

