Archive

Posts Tagged ‘troubleshoot’

Unable to create My Site in sharepoint

May 13th, 2009

If you can’t create your my site in sharepoint and you are the admin, check the self service creation in the central administration

It can save you a lot of time.

You need to enable self service creation. To do so:

-Click Start -> All Programs -> Administrative Tools -> SharePoint Central Administration.
-Go to Virtual Server Configuration, click Configure virtual server settings.
-Click virtual server to enable on the virtual server page.
-Under Automated Web Site Collection Management, click on Configure Self-Service Site Creation.
- Then select On in the Enable Self-Service Site Creation section

Also, if you are deploying for the extranet you might consider hosting the sites under port 80 instead of the default 82. Check out this post by Chris Johnson on how to move your sites to port 80. http://blogs.msdn.com/cjohnson/archive/2006/09/15/754902.aspx. One note on this steps, please remember to browse to the newly create site for the my site host and click on “set as my site host”. And don’t forget to apply theme and master page.

If you are having trouble accessing your sites from the outside, also check the My Site trusted locations and finally don’t forget about the alternate access mappings.

Well… so many things required to set up my sites to work properly in SharePoint 2007….

Xavier General , , , ,

This is how I feel when I try to install TFS

April 9th, 2009

If you ever tried to install TFS, I guess this is how you feel…

Update: I installed it!!! It works!!!!

Installing TFS at home

Installing TFS at home

Xavier General , , ,

ASP.NET v2.0.50727 missing in Web Services Extensions in IIS Manager

March 3rd, 2009

If you are installing SharePoint and you bump into the issue that ASP Net v2.0 is not in the Web Server Extensions, then you could do a research and find out that you installed a newer version of the framework, namely SP1.

According to Microsoft, you need to uninstall SP1, install .Net 2.0 and then move from there: http://support.microsoft.com/default.aspx/KB/906894

Sounds a bit dumb

But don’t worry, go to
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727> or C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727> for 64 bit

Type aspnet_regiis.exe –i

A lot easier!

Xavier General , , , , ,