Nov 24, 2008
Microsoft's Web Platform Installer has been a cool and simple tool that install's Microsoft's entire Web Platform including IIS 7.0, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and .NET framework. The user interface gives...
1 comments
Tags: Visual Studio 2008tips and tricksIISASP.NETWeb PI
Nov 03, 2008
Sometimes while developing WAP you might want to switch to IIS Web server instead of the Visual Studio Development Server provided by VWD. Here is how you do it: 1. Go to the Properties page of WAP by clicking on properties under WAP in Solution Explorer...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioWAPIIS
Oct 28, 2008
If you want to work on an web application project using IIS that is sitting on another server, you can use the remote debugger and the web property pages in Visual Studio 2008 SP1. First, open your web application project on the server (e.g. \\server...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioWAPIIS
Oct 08, 2008
Here are the steps on how to create a Local IIS Virtual Directory.To start with you should have IIS installed on your box. Step1: Go to File Menu->Click on New Web Site. Step2: Click on the Browse button in the New Web Site dialog. This will bring...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioIISASP.NET