All Questions
Tagged with web-application development
14 questions
0
votes
2
answers
69
views
Is SharePoint online a good platform for CRUD applications with requirements for documents
Is SharePoint online a good platform for CRUD applications with requirements for documents ?
I have experience with on premises SharePoint, so storing documents wasn't not a problem at slightest but ...
0
votes
1
answer
1k
views
SharePoint Web application giving 404 not found error
I have 2 web applications (Main site and My site) and both were running perfectly on port 80. Since debugging was not working even after attaching to the worker process, I tried to reset Visual Studio ...
0
votes
1
answer
44
views
What is the best way to create a Dev & Prod environment in 1 environment
We need to make changes to the design of the site. Unfortunately the client doesn't have the luxury of a Dev environment. What would be the best way to allow the Devs to perform work on a backup of ...
0
votes
1
answer
444
views
Get SharePoint Web App Url programatilly from WindowsFormTool
I developing a simple Windows Forms Application that using a PowerShell script to add WSP solutions to multiple SharePoint front ends automatically.
I am not a SharePoint developer but it's required ...
0
votes
1
answer
36
views
How to develop for SharePoint 2013 on VS 2012
I am new in sharepoint platform. To prepare my development pc for sharepoint development I have installed sharepoint server 2013 ,vs2012 ,sql server 2008 r2. I start reading book “Beginning ...
2
votes
3
answers
3k
views
How to find the creation date of the Web Application?
I wanted to find how the count of the web application in the farm increases in the past year.
For this I wanted to find out the date when each web application is created.
Is there anyway to find the ...
2
votes
2
answers
6k
views
How to get all the web application of SharePoint.
How do I get url of all the web application created in SharePoint 2010 with client object model using C#.
0
votes
1
answer
467
views
Creating SPSiteCollection, top level site programmatically
I have been given a task to create an event that dynamically creates new site collections on our sharepoint webApp. Thing is using Central Admin I can create "http://testsite.com/sites/newSite_1" and ...
1
vote
0
answers
775
views
HTTPModule Init method calling multiple times in sharepoint
I want to execute a piece of code on application start. As application_start not available in share point, so i have written my own custom HTTPModule and in Init method i have written the code. But ...
3
votes
2
answers
1k
views
How to get all SharePoint Web Applications in the Central Administration Page from code behind
How can I have the list of all existing SharePoint Web Applications and their site collections from code behind .
0
votes
0
answers
2k
views
Error while attaching content db to a different server
I got back up of content db from a demo server and trying to attach it to a newly created web application in my personal copy of same demo server but not up to date. however I am getting this error,
...
2
votes
2
answers
1k
views
How to programmatically determine if anonymous access is enabled for a SharePoint 2010 Web Application using C#?
In Central Administration\Manage Web Applications, there is the ability to enable anonymous access on a web application through the authentication providers. Is there a way to programmatically ...
0
votes
3
answers
229
views
Get default WebApplication in a farm
I have a question about getting the default WebApplication in the farm - how do I do it?
I need to, because my timer job must be completed only for one WebApplication.
PS: I'm using SharePoint 2010
7
votes
3
answers
16k
views
Getting the SharePoint Web Application URL Programatically
Is there an easy way to get just the web application URL in SharePoint, for example, SPWEbApplication has the following property spwebapplication.sites that would return URL's of all the site ...