Thursday, September 09, 2004

Get_aspx_ver.aspx file not found

After changing some settings in my web.config I suddenly got an file not found error for Get_aspx_ver.aspx. A file I definitely didn't add to my web project. Now it seems that this known issue. For more information check out the following 2 links:

Sunday, September 05, 2004

IE security warning for InfoPath

I started playing around with InfoPath and SharePoint yesterday,... this is definitely one impressive tool. At a certain moment I got an error message from Internet Explorer when filling in an InfoPath form. It seems that this warning appears when you use a webservice as a datasource in InfoPath. The easiest solution seems to be adding the source of your webservice to the Trusted Sites in IE. Another option would be to be make the form fully trusted but this is something I'm going to look into one of the next days.

Friday, September 03, 2004

SharePoint Wiki

I just found this resource page about SharePoint on Bryant Likes wiki

Tuesday, August 31, 2004

Free .Net developer magazine

Just fill in the subscriptionform and receive your free copy ....
https://www.codezone.info/en/magazine.aspx

CMS virtual subdirectory

When you are creating a CMS web application you have to manually create a virtual subdirectory to the directory which contains the files CMS uses to provide the web authoring capabilities. Right click your virtual directory and click New Virtual Directory, point this virtual directory to the following phyiscal directory \Server\IIS_CMS. Call the virtual directory CMS. This virtual directory should not be configured as an application so click Properties, go to the Application Panel and click remove.

Thursday, August 26, 2004

Request validation and CMS

A new ASP.NET version 1.1 feature, request validation, prevents the server from accepting content containing un-encoded HTML. This feature is designed to help prevent some script-injection attacks whereby client script code or HTML can be unknowingly submitted to a server, stored, and then presented to other users.

This feature is however not so helpfull when you are using Microsoft Content Management Server, since placeholder controls in CMS actually expect HTML content. To disable this feature in your CMS web application add the following line in your web.config : <pages smartnavigation="false" validaterequest="false" >

Thursday, August 12, 2004

Nice...

Check out the following site, it completely uses SPS2003 http://portal.sharepointsolutions.com/default.aspx . If you want to find more resources about SharePoint check out this very impressive list compiled by Eric Legaut - http://blogs.officezealot.com/legault/archive/2004/08/08/2238.aspx

Saturday, August 07, 2004

Wednesday, July 28, 2004

Office 2003 SP1 released

Yesterday Microsoft released Office 2003 SP1. The major changes are found in InfoPath and OneNote but especially the added functionality with InfoPath service pack is very impressive.

Tuesday, July 27, 2004

Free alternative for MS Project

Recently Niku made its project planning tool workbench available for free. You can find it here.

Monday, July 26, 2004

Hello world


Today I'm joining the blogging crowd ... so let me introduce myself. I'm a technical consultant at a Belgian IT Services company. I have done a lot of .Net development and the last couple of months I have been focussing more on collaborative solutions such as SharePoint, Content Management Server and Project Server. Now you know what my ramblings will be about.