In SharePoint, a web application is a site in IIS. It is where an administrator defines what the root URL of the site will be, type of authentication that will be used, and other site-wide settings.
0
votes
2answers
1k views
Risks of using Permissive vs. Strict for Browser File Handling
We have some web sites in our SharePoint 2010 site collection that need to display SWF files (to play FLV videos). For SharePoint to render the videos, we go to the web application in Central Admin > ...
0
votes
1answer
17 views
Programmatically get port 80 Web Application Default URL for Farm?
How would I programmatically get the port 80 Web Application Default URL for the Farm?
1
vote
1answer
57 views
Application pool not visible in IIS, SharePoint or PowerShell
I have a PowerShell script that creates a web application using New-SPWebApplication. It crashed for some reason a while back and now it keeps telling me the application pool exists. I've looked in ...
1
vote
1answer
61 views
How to remove the Central Admin web app?
How to remove the Central Admin web app from IIS?
I am using SharePoint 2010 on Windows Server 2012.
I know I can remove an app with the SharePoint 2010 Management Shell by issuing:
...
0
votes
0answers
92 views
Web Page Security Validation (Taxonomy AJAX Bug vs Silverlight Bug)
The situation began like this:
We upgraded our SharePoint 2010 (using the Project Server 2010 February 2013 Cumulative Update)
We found a bug where on the 'Project Page' layout the 'Managed ...
0
votes
2answers
47 views
Root Site on New Web Application Can't be browsed to
Testing box is SharePoint 2010 Standard, single box install, local SQL. Default Web Application works fine. I've created a new web app, create a root site collection for it and no joy. I've tried / ...
0
votes
1answer
16 views
SP2010 Default Application not available after new Web Application was made / deleted
I have a SharePoint 2010 test environment was working perfectly with it's default Web Application and root site. This is a single server install, with its own local copy of SQL.
I've made and ...
4
votes
1answer
78 views
Enumerate every solution for each WebApplication
I'm performing an inventory and I need to get list of sharepoint solutions (*.wsp) deployed to every individual web-application and ideally, it would also be great to list what Application pool on ...
0
votes
1answer
34 views
How to place My Sites inside another site's URL but still keep them logically isolated?
I'm setting up SharePoint 2013 as a company intranet site, and we want to implement My Sites; I know the best practices call for placing them in their own web application and content DB, but we'd ...
0
votes
0answers
16 views
SP 2013 - App handling events
I have developed a Sharepoint-Hosted App in SP 2013.
I am trying to write the App related events which handles the below events:
• Handle App Installed
• Handle App Uninstalling
• Handle App ...
0
votes
1answer
45 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 ...
0
votes
1answer
123 views
App issue with SharePoint 2013 Developer Site
In SharePoint 2013 Developer Site:
I am installing an app to my site and it worked fine with default stuff. I added some custom .js file in this app which will set the master page of site coll and ...
0
votes
0answers
99 views
Fails to create publishing site collection in scripted web application
I have a problem on my SharePoint 2013 farm. I have a script to create web applications in my farm, but when I do I cant create publishing site collections within that web application.
So, the ...
0
votes
1answer
27 views
Authentication problem in SP web application 2010
I have created a web application and then site collection by using my custom template site definition. Its created successfully. But when I access my application I get authentication dialog box for ...
0
votes
2answers
162 views
Web Application/Site collection can't displaying Problem
I created a new web application.
I try to restore a site collection from a backup. It finished succesfully but when I type the url This page can't be displayed occurs.
I think the problem is about ...
0
votes
1answer
51 views
how to install app in sharepoint 2013 Publishing site?
I am trying to create one App for sharepoint 2013 publishing site. I can not see Apps catalog from where I can upload an app to the publishing site. On the other hand, if I see in developer site, I ...
0
votes
3answers
108 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
0
votes
3answers
229 views
When would you want to create a new Managed Path?
Could someone explain when or why I would want to generate a new managed path in a SharePoint Web Application?
Bismarck
3
votes
1answer
115 views
Access denied after creating site collection by using Powershell
I am using SP2013 single server dev environment. I use following scripts for creating web application and site collection. but when I browse to it, it says this site has not been shared with you. I am ...
0
votes
3answers
70 views
Error on recreating web application
I've written a powershell script to create a web application, add libraries and pages, etc. As I work through the script and fix bugs and issues, I delete the web application through central ...
2
votes
2answers
44 views
Is it possible to restrict web application per WFE?
We have 2 web front ends in our single sharepoint 2010 Farm named WFE1 and WFE2. We create 2 web applications, one for my Intranet and one for extranet solution. Is it possible to force our intranet ...
2
votes
2answers
1k views
How to Restore Same Site Backup in Same Content DB to create another site collection in the same web application?
I have a site backup and i want to create two site collection from that backup in one web application.when i try to restore second site collection on same web application it restrict me to do so.As ...
1
vote
1answer
182 views
Powershell to set a Web Application's Trusted Identity Provider to an STS and NTLM?
I've created a custom STS and have setup trust with SharePoint via New-SPTrustedIdentityTokenIssuer. I can use Central Admin to configure a Web Application to use both NTLM and the STS, however I ...
1
vote
1answer
71 views
creating web application in sharepoint 2013
I have created a web application in sharepoint 2013 using central admin, that is successfully created. its successfully created app pool in IIS as well. In host file I have also added entry like this: ...
4
votes
3answers
129 views
When should we separate a site collection into a different web application
we are planning a sharepoint topology and wondering if we should separate each department in a different web application or just a dedicated site collection.
What's the guide or best practice to ...
0
votes
0answers
41 views
Kerberos Authentication - Read data between web applications
I have two web applications running on separate application pool accounts. I have a user control on the first web application that should read data from the second web app. I have verified that ...
0
votes
0answers
61 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 ...
2
votes
1answer
61 views
Backup > Restore to New Farm > My site does not resolve
I have a Dev farm and I restored (SP restore) my site web application. After this, I went to use profile service and reconfigured "My site host". When I type the dev url for mysite it does not ...
0
votes
0answers
9 views
Userlanguage lost when he changes the SiteCollection/WebApplication
We have two SiteCollections (SiteCollA, SiteCollB) which are in English and have german set as an alternative language.
When a user changes the language on SiteCollA to german and then clicks on a ...
1
vote
0answers
33 views
new web app on 1 of 2 wfe servers
I have two WFE servers. By default the CA web app gets installed to only one WFE. Is it possible to create a new web app that only gets installed to one WFE?
If not, does it make sense to create the ...
0
votes
1answer
33 views
Store cross site collection data
Is there a way to store data (strings, maybe xml) in SharePoint that can be accessible to all the site collections in a web application?
4
votes
1answer
2k views
Remove a single user from all site collections in a web application using powershell
Is there a way I can choose to remove a single user from all site collections within a single web application using powershell. There are number of user profiles whose domain account has been blocked ...
1
vote
1answer
178 views
Can't find WebApplication scoped feature
I've deployed a wsp that has 2 features. The one scoped at a web level is listed where I'd expect to see it and activates without a problem. The feature scoped at a web application can't be found ...
1
vote
1answer
67 views
Moving a Web Application from One server farm to another server farm
We have a Virtual Machine "vDemo" which is acting like our development server, then me as a developer has a copy of it on my PC, however my copy is very old and development server does have other ...
0
votes
2answers
229 views
Sharepoint https and host header
Not a long time ago I was requested to create a new sharepoint web app to host our new portal. Because this portal would be (at the time) our only web app running in this farm and because the boss ...
5
votes
3answers
275 views
Always getting access denied for all loginaccounts
I'm in a middle of a process of setting sp_accounts to sp services and for some wrong behaviour I'm always getting access denied when enter the webapp for all accounts.
Claims service could be the ...
1
vote
2answers
149 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 .
3
votes
1answer
24 views
Find all workflows with a certain permission setting
I have a workflow which just got broken by a network administrator changing some active directory settings for a certain group. I was able to fix the workflow once the problem had been found but there ...
2
votes
4answers
468 views
For multiple Web Applications, can I have different Master Pages?
My initial web application allows me to see and change the master page under site actions\site settings\Look and Feel\master page. I created a second web application and would like to use a different ...
0
votes
0answers
250 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,
...
1
vote
0answers
244 views
Host-Named Site Collections configuration
I am configuring SharePoint Server 2013 for Host-Named Site Collections & creating Initial Site Collections.
Created a new Web Application to handle Host-Named Site Collections (HNSC):
...
0
votes
2answers
343 views
Extranet / Intranet - Site Collection or Web application
I'm new to SharePoint and I have a question. If you already have an existing intranet or extranet infrastructure and you want to create(/expose) another one, should I create a new site collection, a ...
1
vote
2answers
412 views
Content Database Is Not Listing In SQL Management Studio
I have created a new SP web application and the content database name which I have given is WSS_Content_Test. Application created successfully(I checked out and found IIS Website and App pool is ...
0
votes
1answer
209 views
How to resgister a global.asax into a sharepoint Site?
I'm trying add a .asax file into a sharepoint site.
I've been following this tutorial: http://spboom.com/sharepoint-development/using-global-asax-with-sharepoint/
It's quite simple but I' m new on ...
1
vote
2answers
1k views
Multiple webapplications using same STS?
I have set up and SP 2010 web application with claims based authentication with simple, custom STS. How can I connect another web application to the same STS?
For my first web application I used a ...
0
votes
1answer
119 views
Remove site prefix when creating new site collection
Can I remove the site prefix from the URL when I create a new site collection? For example if the URL of the web application is http://servername and I want to create a new site collection I need to ...
0
votes
2answers
440 views
whats the difference between IIS web application and SharePoint web application
I have been working on SharePoint for a long time but still confused with the concept of webapplications in SharePoint and IIS, I would also like to know the relationship between them.
I just studied ...
0
votes
0answers
63 views
HTTP-500 after creating new web applications
When I create a new web application, all existing web applications stop responding. They start giving HTTP-500 errors but I can't see a single entry in ULS logs about the error. So I can't know where ...
0
votes
2answers
120 views
Deploying to style library / site pages from a web application scoped feature
I am writing a web application-scoped feature which will provision a site collection and a small number of sites.
The problem is that I have my own style files (.js, .css, images) and even some ...
0
votes
1answer
143 views
What is the default timezone setting for a web application?
We have a sharepoint server that is in pacific time. There are several webapps and they do not have a timezone specified (Manage Web Application > Web Application > General Settings > Default ...




