News

Laurent Kempé MVP
PDC 2008

Contact

My status

View Laurent Kempé's profile on LinkedIn
XING
twitter
facebook


Xbox 360



Map

Locations of visitors to this page

.NET Dudes

Family

French .NET Dudes

Friends

Links

Tech Head Brothers

Browse by Tags

All Tags » Note to self (RSS)
NoteToSelf: aspnet_merge.exe, Team City and Web Deployment for Visual Studio 2008
I had to modify the Microsoft.WebDeployment.targets file to be able to compile through Team City the Web Deployment 2008 project ! <!-- Changed KEL ExePath="$(FrameworkSDKDir)bin" --> <Target Name="AspNetMerge" Condition="'$(UseMerge)' == 'true...
Posted: Feb 29 2008, 06:50 PM by lkempe | with no comments
Filed under:
Note to self - HP Online diagnostic tools
I always forget this link and it takes so much time to find it again and again! HP Instant Support Professional Edition
Posted: Jan 11 2008, 01:56 PM by lkempe | with no comments
Filed under:
How to: Prepare IIS for Deployment of Office Solutions (2007 System)
Users can install Microsoft Office solutions by opening the deployment manifest from the Web. However, a secured installation of Internet Information Services (IIS) will block the .vsto file name extension. The MIME type must be defined in IIS before...
Posted: Nov 30 2007, 12:07 AM by lkempe | with no comments
Filed under:
Business entity and C# extension methods
In place of writing something like: protected string GetUrl( Information info) { if (info is News ) return ResolveUrl( string .Format( "~/news.aspx/{0}" , info.NormalizedTitle)); else if (info is Publication ) return ResolveUrl( string .Format( "~/publications...
Posted: Oct 31 2007, 05:56 PM by lkempe | with 3 comment(s)
Filed under:
Testing your Google AdSense
This trick is coming from my friend Nix . If you are developing a site containing Google Adsense you might know that clicking on your own ad is not allowed. To be able to test and click on your own ad and still follow Google AdSense Program Policies ...
Posted: Oct 11 2007, 11:43 PM by lkempe | with 2 comment(s)
Filed under:
Note to self - How can I change the database owner?
From: http://www.mssqlcity.com/FAQ/Admin/DBOwner.htm Answer: You can use the sp_changedbowner system stored procedure to change the database owner. Read about the sp_changedbowner stored procedure in SQL Server Books Online. This is the example to make...
More Posts