Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Tip #24: Did you know…You could display CSS/HTML errors as warnings or as errors?

    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/CSS errors as warnings as shown in the picture...
    Posted to iis (Weblog) by Anonymous on 11-14-2008, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio 2008, VS2008, VWD, CSS, CSS and HTML, Editor, Validation, VSTS
  • Tip #20: Did you know… How to change WAP to use an IIS Web server?

    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 or Right click on WAP and select Properties from...
    Posted to iis (Weblog) by Anonymous on 11-03-2008, 12:00 AM
    Filed under: IIS, Tips and Tricks, Visual Studio, Visual Studio 2008, VS2008, VWD, WAP
  • Tip #19: Did you know…How to set the default view to Design view?

    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 View radio button from the Start Pages in section...
    Posted to iis (Weblog) by Anonymous on 10-30-2008, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio, Visual Studio 2008, VS2008, VWD, Designer
  • Tip #18: Did you know…How to absolute position controls on copy paste or drag drop from Toolbox?

    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 design surface as soon as you drag drop control from...
    Posted to iis (Weblog) by Anonymous on 10-29-2008, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio, Visual Studio 2008, VS2008, VWD, Designer, CSS, CSS and HTML
  • Tip #17: Did you know... How to remote debug WAPs that are using IIS?

    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\share ), by going to File > Open Project. ...
    Posted to iis (Weblog) by Anonymous on 10-28-2008, 12:00 AM
    Filed under: IIS, Tips and Tricks, Visual Studio, Visual Studio 2008, VS2008, VWD, WAP
  • Tip #26: Did you know... How to have C# and VB.NET files inside your App_Code directory?

    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 able to do this you can use a feature of the compilation...
    Posted to iis (Weblog) by Anonymous on 11-21-2008, 12:00 AM
    Filed under: ASP.NET, development, Tips and Tricks, Visual Studio, VS2008, VSTS, VWD, Visual Studio 2008
  • Tip # 30: Did you know... Ajax Extender controls UI behaves differently in VS 2008 than in VS 2005

    In VS 2005, you can drag and drop an extender control anywhere on the design surface. However, in VS 2008, you can drop an extender only on an ASP control which the extender can extend its functionality. When you drag an extender and hover it over a control, if the control can support the extender, you...
    Posted to iis (Weblog) by Anonymous on 11-26-2008, 12:00 AM
    Filed under: Tips and Tricks, ASP.NET, Ajax, Visual Studio 2008, VS2008, VWD, Designer, VSTS
  • Tip #29: Did you know… How to enable Edit and Continue feature for Web Application Projects?

    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 and Continue These two setting will enable...
    Posted to iis (Weblog) by Anonymous on 11-26-2008, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio, Visual Studio 2008, VS2008, VWD, WAP, VSTS
  • Tip #32: Did you know... How to easily create your own project templates?

    Visual Studio makes it very easy to create item and project templates with the Export Template Wizard. Open the wizard by selecting Export Template... from the file menu. Note: For this tip I am using the Jobs Site Starter Kit . After selecting Export Template... the Export Template Wizard will appear...
    Posted to iis (Weblog) by Anonymous on 12-02-2008, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio, Visual Studio 2008, VS2008, VWD, VSTS, Templates
  • Tip #33: Did you know… How to create Nested Master Pages using VS 2008?

    VS 2008 and VWD 2008 both support Nested Master Pages which means you can have a Base Master page which would cater to the whole site and then you can further customize these Base Master Pages. Here is how you do it: 1. Create a BaseMasterPage.master for the base look: First we need to create a Base...
    Posted to iis (Weblog) by Anonymous on 12-05-2008, 12:00 AM
    Filed under: Tips and Tricks, ASP.NET, Visual Studio, Visual Studio 2008, VS2008, VWD, VSTS
Page 1 of 8 (80 items) 1 2 3 4 5 Next > ... Last »