Nov 26, 2008
If you want to edit your WAPs while debugging them, here is how you do it: 1. Check the “ Enable Edit and Continue ” checkbox in the Web Properties page. 2. Check the “ Enable Edit and Continue ” checkbox under Tools->Options->Debugging->Edit...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioWAPVSTS
Nov 21, 2008
If you are taking advantage of the App_Code folder to develop an ASP.NET WebSite some times you need to use code files that are written in different .NET languages. For example, you may want to use C# files and VB.NET files in the same web site: To be...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioDevelopmentASP.NETVSTS
Nov 14, 2008
VS 2008 has this cool feature of downgrading any CSS/HTML errors to warnings. This is helpful when you want to separate out validation errors and are looking for what is actually stopping your build. In VS 2008 the default behavior is to display any HTML...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksCSSCSS and HTMLEditorValidationVSTS
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 30, 2008
Source View is the default view for the IDE when you edit a Web page. You can customize the IDE so that Design View is the default. Select the menu option : Tools – > Options… From the Options dialog tree select HTML Designer –> General Select Design...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerVisual Studio
Oct 29, 2008
To absolute position any control on your designer, you select the control and then select the following menu option: Format –> Position… ->Position style ->Absolute. Sometimes you may want the controls to be absolutely positioned on the...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerVisual StudioCSSCSS and HTML
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 20, 2008
There is a Tools –>Options setting under Text Editor –> CSS –> Format Node which helps you change the default CSS Format settings. This dialog gives you the flexibility of setting the default CSS Formatting styles in any of ...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioCSSCSS and HTML