I am logged on to LAB-INDX as PINTOLAKE\Service-SharePoint. LAB-INDX is one of the servers where Central Administration is located, to avoid double hops. I will configure the farm directly on the server which hosts Central Administration Open “SharePoint 2010 Central Administration” from the “Microsoft SharePoint 2010 Products” under All Programs Under “Application Management” select “Manage […]
-
Jul08
Filed Under: SharePoint 2010
Comments: Comments Off on SharePoint 2010: Create Web Application
-
Jun02This article helped me a great deal in programming this little application I’m building with C#. It was written by Ali Badereddin. RSS Feed from: http://mycodelog.com/2010/02/11/busy/ There are two very common ways of telling the user that your application is busy. One is to show a progress bar that gets updated based on the progress […]
Filed Under: C# (C-Sharp)
Comments: Comments Off on C# Windows Form is Busy (Waiting Cursor and Progress Bar)
-
Mar11Hyper-VÔò¼├┤Ôö£├▒Ôö£Ôöé provides software infrastructure and basic management tools in Windows Server╬ô├Â┬╝Ôö¼┬¢ 2008 that you can use to create and manage a virtualized server computing environment. This virtualized environment can be used to address a variety of business goals aimed at improving efficiency and reducing costs. For example, a virtualized server environment can help you: …
Filed Under: Windows 2008
Comments: Comments Off on Hyper-V Installation on Windows Server 2008
-
Mar10In a previous article I covered the installation URL Rewrite 2.0 for IIS 7. This is a plug-in for IIS 7 that allows you to manipulate URL’s. URL Rewrite has a GUI to allow you to enter rules within IIS 7; in the background all this does is edit the web.config file of the site. […]
Filed Under: IIS 7.0, URL Rewrite
Comments: Comments Off on Automatically Redirect HTTP requests to HTTPS on IIS 7 using URL Rewrite 2.0
-
Mar08I recently upgraded my Netgear RangeMax WNR3500 router to the latest firmware of V1.0.30_8.0.30. I noticed each time I started Windows Live Messenger my router would physically reboot. Yes I said reboot. You can see here I am running a continuous ping to 4.2.2.2, which is on the internet, and it’s responding fine. Below I […]
Filed Under: General
Comments: Comments Off on Windows Live Messenger crashes Router/Internet Connection
-
Feb10This article will cover my installation of URL Rewrite 2.0. This is an add-on for IIS 7.0 that allows you to manipulate URLs based on rules you create. This article is part of a series that will cover URL Rewrite rules that can help you. With this utility you can do really cool things …
Filed Under: IIS 7.0, URL Rewrite
Comments: Comments Off on URL Rewrite 2.0 Installation
-
Jan28There are 2 ways you can get Application Spam via a Notification and via a Wall Post . Follow these instructions to get to the Application Home Page to block the application: LINK 1 …
Filed Under: General
Comments: Comments Off on How to block Facebook Spam, even if it’s not in your language
-
Jan20You enter a default gateway and the gateway disappears, not even after a reboot – it just disappears in a couple of minutes. I’ve recently ran into this issue on a couple of Windows Server 2008 guest machines in a VMWare environment. I am not sure if it is isolated to VMWare. I could not […]
Filed Under: Windows 2008, General
Comments: Comments Off on Missing Default Gateway in Windows Server 2008
-
Jan20A nice feature that can sometimes by annoying is the Shutdown Event Tracker, that allows you to comment every time you shut off a server. While I do understand the auditing requirements to have this in place on production server, this feature is unnecessary for development and test servers and can be disabled. …
Filed Under: Windows 2008, Windows 2003
Comments: Comments Off on How to disable the Shutdown Event Tracker in Server 2003/2008?
-
Oct15“Create or extend Web application” link is missing from “Application Management” in “Central Administrator”. I have seen this issue when I leave Central Administration open for a long period of time or I’ve opened Central Administrator from someplace other than the Start Menu. Missing “Create or extend Web application” link missing after I …
Filed Under: SharePoint 2007
Comments: Comments Off on Missing “Create or extend Web application” link in Central Administrator > Application Management
-
Sep16StoragePoint is a product that allows you to externalize your SharePoint data from SQL BLOBs (Binary Large OBjects) to almost any conceivable storage device available and optionally you can store the externalized content compressed and/or encrypted. As per Microsoft’s recommendation a content database should not exceed 100GB, if you have a content database over 100GB […]
Filed Under: SharePoint 2007
Comments: Comments Off on StoragePoint Installation and Configuration
-
Sep16A big frustration with SharePoint is the way SharePoint stores content, it stores everything in SQL BLOBs (Binary Large OBjects). I have a site collection for an Accounting Department which has grown to over 200GB. In this article I will use StoragePoint, a product made by BlueThread (http://www.storagepoint.com), to externalize my content to a file […]
Filed Under: SharePoint 2007
Comments: Comments Off on Externalizing SharePoint Content with StoragePoint
-
Sep08It’s possible to Force SSL on web pages using ASP. In this article I will show you how to accomplish this. To do this you need to do 2 things. Create a ForceSSL.asp page Set the file as an include on any pages that require SSL ForceSSL.asp Within your website create a file called ForceSSL.asp. […]
Filed Under: IIS 6.0, Windows 2008, IIS 7.0, Windows 2003
Comments: Comments Off on Automatically Redirect HTTP requests to HTTPS using ASP