Browse by Tags
All Tags »
Note to self (
RSS)
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...
I always forget this link and it takes so much time to find it again and again! HP Instant Support Professional Edition
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...
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...
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 ...
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