Gizmo's Freeware is Recruiting

Gizmos Needs YouWe are currently looking for people with skills and/or interest in the following areas:

- Rootkit Scanner and Remover
- Web Browser for Android

If this sounds like you then click here for more details

 

Ultimate List of Free Windows Software - Link Not Working

Just want to let you know that for the past 2-3 days have been trying to access Ultimate List of Free Windows Software from Microsoft via the link shown on Daily Tech Treats, i.e.
bhandler.spaces.live.com/blog/cns!70F64BC910C9F7F3!1231.entry

Whenever I click on the above link all I get is the message below as shown on this webpage:-
http://bhandler.spaces.live.com/ErrorPage.aspx?aspxerrorpath=/blog/cns!70F64BC910C9F7F3!1231.entry

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

I have also tried accessing the page from a Bookmark previously saved plus various links shown after Googling it. All to no avail.
Any ideas as I would really like to have a good look at this site.
By the way thank you and everyone else for all the hard work you do in keeping this site going. I love it and recommend it whenever possible.

by peter on 5. January 2009 - 11:51  (13151)

http://bhandler.spaces.live.com/blog/cns!70F64BC910C9F7F3!1231.entry?wa=wsignin1.0&sa=732255436

works for me.

Post new comment