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
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
1answer
181 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 ...
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 ...
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
445 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
1answer
240 views

Best way to force traffic to Web Front End?

I have a SP 2010 farm with a 3-tier structure consisting of 1 DB server, 1 App Server and 1 Web Front End. When I create a Web New Web Application called "Search_WebApp", I notice that it creates the ...
0
votes
2answers
155 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
0answers
70 views

Name cannot begin with semicolon, error while creating sp2010 web application

Was trying to create a new webapplication in sharepoint server 2010. Apparently the web app got created, the content database got created, but at the end got this exception from ULS logs: (Tried both ...
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 ...
1
vote
1answer
126 views

How to add web application (project from Visual Basic 2010) to Sharepoint Foundation

I would like to ask, how I can add web application (this is Visual Basic project) to my site collection in Sharepoit Foundation? Can I do this without create web part? If no or yes please tell me how ...
0
votes
2answers
517 views

New-SPWebApplication application pool account is not found

I am trying to create a new web application using PowerShell. I keep getting the error application pool account is not found! How do I solve this? I tried adding the new web application to ...
0
votes
0answers
23 views

How to programatically delete an item when delete item is not enabled at a Web Application Level

At a Web Application level you can turn off the ability for a user to delete an item. If you do turn it off at that level is it possible to delete a file through a workflow or through custom code?
3
votes
3answers
4k views

Change a Web Application URL

We have registered our Web Application under the url http:\intranet. We no longer wish to use that URL at all and want to use http:\somethingelse. Is there anyway you can change the default URL in ...
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 ...
0
votes
1answer
104 views

Extend Win Auth Webapp to use Forms Auth

Is it possible to extend an existing web application (configured to use classic mode authentication) to use claims authentication? When I try to extend the web app I don't see a option to pick ...
1
vote
2answers
1k views

How do I properly create & configure a second web application & site collection on the same server?

We have an existing web application and site collection which serves as our main portal. I need to create an additional web application on the same server, and a site collection on it. This will ...
1
vote
1answer
89 views

JS alerts on leaving SP?

We're going to include links to non-SP web applications in our corporate intranet. For those resources, I'd like to pop up an interstitial dialog/alert to make it obvious to the user that site ...
1
vote
2answers
435 views

Display all site collections on web application home page

I have a web application in my SP 2010 farm with the url as: http://servername I have 3 site collections in this web application as: / /sites/it /sites/finance When I browse to the url ...
2
votes
3answers
266 views

How should I check if SharePoint site is loaded on a desktop or on a mobile device?

I'm taking my chances and only using 1 web application and 1 masterpage for my SharePoint site, which I'm now also optimizing for mobile devices. I'm currently in the progress of developing a ...
3
votes
3answers
7k views

When to choose web application vs SiteCollection vs Subsite?

In SharePoint you have the following types of objects: Web application (1) A container in a configuration database that stores administrative settings and entry-point URLs for site collections. ...
1
vote
2answers
594 views

mysites web application at domain.com/mysites?

I'd like to create a mysites web application at http://www.domain.com/mysites. This is so that mysites always end up in the only database tied to that web application. However when you create an ...
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 ...
6
votes
5answers
2k views

How much RAM is needed to host 10+ app pools per web server?

We are considering a SharePoint 2010 configuration where we deploy separate app pools/web applications for each business unit in our company. We would have 10 app pool/web app instances total in that ...
6
votes
2answers
252 views

When moving SiteURLs is it better to recreate the Web Application or use AAM to redirect?

We've had an existing site that has been built and deployed to for awhile now, mostly an internal beta site at http://beta.site.com which has been built up with an extended site on ...