Setting correctly your configuration for Web Deployment Projects VS08

I read on MSDN Forums that it is not possible to use other configuration than Release and Debug. This is wrong.

I am using it for Tech Head Brothers Portal, what you have to take care of is how you set your configuration. On the following picture you see how I defined a new Staging configuration and set the Web Deployment Project WebApplication.csproj_deploy to build using this configuration.

Continue reading

Web Deployment Projects for VS08 released as CTP & Migration tips

My old build script wasn't working after the migration to this new version and you will find in this post the different adaptation that I had to do.

Add missing ToolsVersion as following:

Continue reading

How to: Prepare IIS for Deployment of Office Solutions (2007 System)

Nov 30, 2007

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 you deploy Office solutions by using IIS.

http://msdn2.microsoft.com/en-us/library/bb608629(VS.90).aspx

Continue reading

Nice feature of Visual Studio 2005/2008

Nov 30, 2007

I am currently migrating Tech Head Brothers Authoring tool to Visual Studio 2008! And found this cool feature, it is crazy that you use a tool for quite some time (VS05) and always find little trick like that.

Continue reading

Page 65 of 145