You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- I'm talking about 100/300 users, and at the same time, about 50/75 users. So you recommend, 2 SP server (1 for CentralAdmin, 1 for my two webapp) and 1 sql server. Am I right ?Nico– Nico2014-07-31 14:09:27 +00:00Commented Jul 31, 2014 at 14:09
- 1Yes, you are right. Total number of user not more than 500 as per your details.I am positve you will not have any issue. check this stream line diagram...microsoft.com/en-us/download/details.aspx?id=37000Waqas Sarwar MVP– Waqas Sarwar MVP ♦2014-07-31 14:44:43 +00:00Commented Jul 31, 2014 at 14:44
- thank you for your help/answer. Do you have any best practises about hosting 2 web app on the same sp server, where 1 is intranet and the other is extranet ? In terms of https, publishing (ARR ?), Authentication (AD & FBA SQL) etc. ?Nico– Nico2014-08-01 06:39:50 +00:00Commented Aug 1, 2014 at 6:39
- 1still no problem, because both web apps works independently and authentication method is for each web app. we have mix authentication for web apps in our farm since 2009 and no issue....more over we have one web app with multiple Authentications...every web app have their own set of resources i.e app pool, web.config, IIS site etcWaqas Sarwar MVP– Waqas Sarwar MVP ♦2014-08-01 13:23:12 +00:00Commented Aug 1, 2014 at 13:23
- 1we use ADFS and in some web apps FBAWaqas Sarwar MVP– Waqas Sarwar MVP ♦2014-08-01 13:37:25 +00:00Commented Aug 1, 2014 at 13:37
| Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. sharepoint-online), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
default