Skip to main content

Sharepoint server configuration on live website

Well again another success on new stuff, well this is share point server configuration. Well if you are new in sharepoint then this article really helps you alot

Well first you download the sharepoint from microsoft website, once you get the setup you will just execute it.

Prerequest Installation
1) For installing the sharepoint you must install the min windows 2003 on your machine

2) Check out the active directory because sharepoint check the user right and permission from the active directory (Note if you did not know about active directory then you will search it on google you will easily find the tutorial about the active directory very easily )

3) You need a setup of sharepoint which is easily avaialble on the microsoft website

Well what i assume that you have already configure the windows 2003 and active directory now just execute the setup and then follow the instruction once the setup has done then you will do the following steps

Steps for configuration the website
1) Open the sharepoint central administration panel ( you will access this via Start > Program > Administrative tool > Share point Administrative panel

2) Once you click on it, the administration panel will display in the browser this is a main key section of the sharepoint you will handle all the sharepoint website through this panel

3) Click on the "Application Management" tab

4) Click on the "Create and extended web application"

5) Click on the "Create new web application"

6) Fill up the New IIS WEB name

7) Host Header (Put your website address) like http://www.bestvisualization.com

8) port of the website "better if you set the port to 80" because i have test with this

9) Authentication Select "Negotiate (Kerberos) "

10) Allow Anonymous: true

11) Set the application pool name any thing that you want (For Example: best visualization - 80)

12) Configurable (Put your machine login info) like User name Administarator and Password bestvisualization

13) Reistart IIS Automatically (if this section is disable then restart you IIS manually )

14) Select the windows authentication

15) click on the button ok

16) Wait until the screen will appear

17) Restart your IIS (click on start > run > iisreset /noforce) iisreset /noforce is a command for restarting the IIS

18) create site collection by the given link in the page

19) select the tempalte

20) Again select the administrator name in both section for administration and authentication

21) Click ok

22) Congrate your website will be configure successfully

For allow all visitor you must login in to the sharepoint webiste and then adjust the authentication

I hope this article will help you for setting up the sharepoint on the live server



Regards
Rashid Imran Bilgrami
CEO Best visualization
www.bestvisualization.com

Comments

Popular posts from this blog

OLEDB jet 4.0 driver In Vista 64bit / he 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine

Well i think you must be thankful for me specailly for this research i am really getting the solution after 6 month research that is how to enable the oledb jet 4.0 driver in vista, i read arround 100s of articles and maximum said that is not possible to enable it and ala bla well at the end i got the answer that is so easy Acctually that is correct that oledb jet 4.0 driver is not avaialble for 64 bit but if you run your IIS on 32 bit instead of 64 then Oledb jet will working fine Here are the steps Click on the Start > Program > Administrative Tool > IIS Management panel Select the Computer name Right click on the application pool and select properties Select "TRUE" in Enable 32 Bit Application by default it is false Then this problem will resolve if you need any assitance then feel free to email me rashidbilgrami@hotmail.com Regards Rashid Imran Bilgrami CEO Best visualization www.bestvisualization.com

How to convert and crack windows server 2012 from Evaluation to Full

Dear All This is a way how you Convert Evalution to Full Step1: Open CMD and run following command DISM /online /Get-CurrentEdition <edition ID> is like ServerStandard with out Eval Step 2: DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula WINDOWS SERVER 2012 Serial Key Windows Server 2012 DataCenter: 48HP8-DN98B-MYWDG-T2DCC-8W83P Datacenter: Y4TGP-NPTV9-HTC2H-7MGQ3-DV4TW Standard: XC9B7-NBPP2-83J2H-RHMBY-92BT4 Standard R2: DBGBW-NPF86-BJVTX-K3WKJ-MTB6V Server Essentials: K2XGM-NMBT3-2R6Q8-WF2FK-P36R2 For Standard R2 here is a command For R2 its like that DISM /online /Set-Edition:ServerStandard /ProductKey:DBGBW-NPF86-BJVTX-K3WKJ-MTB6V /AcceptEula Regards

SQL Agent disabled / how to enable SQL agent

Dear Readers, Today i found that SQL agent is disabled and i can active through the below process First you can check first these points Go to run type services.msc Right click on the SQL Server Agent (MSSQLSERVER) Then check in the properties your startup type might be disabled change it to automatic or manual and try again it will enable the start option If the above process not workable then check this one SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online. You need to run the following script under you SQL management Studio 1) Open the new query 2) Past the code sp_configure 'show