Archive for HowTo

How To: Change the MOSS Site Port to Port 80

My solution on Social TechNet Forum.

 

Scenario

MOSS 2007 site setup using port 2000, so the URL looked like http://justsharepoint.com:2000

Having such a URL is not a great idea, especially when you have to type in the port number 2000! Why can’t we simply type in http://justsharepoint.com and be done with!!

How To Trim SharePoint Blog Post

I have written a how to post over at Just SharePoint blog on using XSL to trim the blog post content on SharePoint Home Page. Basically it’s modifying the web part and converting it to XSLT view and adding some code to achieve the results.

Head over to view the post. Don’t forget to sign up for RSS whilst you are there! And… check out Just SharePoint twitter profile page that I did recently… follow Just SharePoint on Twitter

Multiple SSL sites with host headers

Situation

  • Configuration of multiple web applications using host headers for extranet.
  • Configure for extranet on port 443 (SSL)
  • Configure using Wild Card Certificate

Error

When I tried to configure the second web application, the web site stopped with the error

Cannot create a file when that file already exists

Resolution

In the given situation, multiple host headers are to be configured to use port 443. Since we are using multiple web applications on the same secure port you will need to use the ADSUtil to configure the “SecureBindings”

How to configure MOSS 2007 to crawl content within PDF

 

Installation Requirements

· Download Adobe Reader v.8

· Download Adobe PDF IFilters 6.0

· Download the pdf icon image clip_image002 of size 17X17 from here and save it as "icpdf.gif" somewhere to the local hard disk

Installation Steps

· Start –>Run–>> Services.msc and stop the IIS Admin service.

· Run the IFilters installer on the Indexing Server.

· Copy the icpdf.gif to the following location "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Images" (Web front end servers)

· Edit the DOCICON.XML, in the following location “C:\Program Files\Common Files\Microsoft Shared\Web server extensions\12\Template\Xml\” (Web front end servers)

Tip: Recycle IIS Application Pool

As a developer, quite often you may have to recycle the application pool. IISReset is an option, alternatively you can just recycle a particular application pool.

Denny has a tip to just get this done!

cscript c:windowssystem32iisapp.vbs /a “[App_Pool_Name]” /r

Source