Category: Uncategorized


So people dont like that they cant use saved usernames and passwords on their Server 2008 / R2 machines, they get

 

Your system administrator does not allow the use of saved credentials to log on to the remote computer

So i found the solution.

View full article »

To make all traffic from http go to HTTPs

 

1.Install the Microsoft  URL Rewrite Module

2. Install  your SSL certificate in IIS 7 and bind it to your website

3. ensure that Require  SSL is NOT checked under SSL Settings for your website

4. Copy and paste the following code between the  <rules> and </rules> tags in your web.config file in your website  root directory.

<rule name=”HTTP to HTTPS redirect”  stopProcessing=”true”>
url=”(.*)” />
<conditions>
<add  input=”{HTTPS}” pattern=”off” ignoreCase=”true”  />
</conditions>
<action  type=”Redirect” redirectType=”Found”  url=”https://{HTTP_HOST}/{R:1}” />
</rule>

Now test be entering http://yoursite you will then be redirected to https://your site.

 

Or you can create a rule manually

1. As above until step 4.

2. Click on your web site

3. Select URL Rewrite (installed above)

4. Click Add Rule

5. Blank Rule > Ok

6. Enter all the infomation as below.

 

Click Apply.

Then test from your by going to http://yoursite

Ok, so the documentation on automatically importing updated suppliers price lists into QuoteWerks is a little hard to understand. I needed a way to get Ingram Micro (Australian), Dicker Data and Leader computers automatically importing. The process took a little fine tuning, but i now have it.

The 1st step is to save the import templates for each supplier. Once they are working as they should be, I.E. press on it, click next lots, then you are ready to move on…

View full article »

Windows Phone 7 has tight integration with social networking, especially Facebook. You can see live updates from your friend on the what’s new tab. When you add a Facebook account to Windows Phone 7, your Facebook friends will be available under contacts. Now if you have lots of Facebook friends, this might cause an inconvenience as the contacts would be a long list. You can disable or remove Facebook Friends from Appearing as Contacts in Windows Phone 7.

Open Windows Phone 7 Settings. Navigate to Application settings -> People.

Under Include Facebook friends as contacts, press Only add Facebook information to existing contacts to filter out Facebook friends who don’t already have a contact card on your phone.

Now you can see only Facebook friends who are already there in your contact list.

I have had a few servers that crap out on installing Exchange server 2007 SP3. After a bit of trial and error, i have worked out what services i need to kill, and how to fix it all when it breaks

View full article »

Well this is my 1st post, lets see how it all goes.