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 #22: Did you know…How to improve performance of Page and Server Control Processing?

    Avoid unnecessary round trips to the server - You can use ASP.NET Ajax and partial page rendering. To get more information, see partial page rendering overview and ASP.Net Ajax . Use the Page object's IsPostBack property to avoid unnecessary processing Leave buffering on unless you have a specific...
    Posted to iis (Weblog) by Anonymous on 11-09-2008, 12:00 AM
    Filed under: Tips and Tricks, ASP.NET, Best Practices, Deepak Verma
  • 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
  • Where is Execute Permission in the UI?

    A lot has changed in the IIS7 UI from IIS6, sometimes it can be hard to find out where to set certain things such as the execute permission for CGI's and ISAPI's. Yesterday, I was trying to get a CGI to execute, but couldn't find where to set it. In IIS7, you'll need to go to the Handler...
    Posted to iis (Weblog) by Anonymous on 09-05-2008, 12:00 AM
    Filed under: IIS7, Tips and Tricks, UI
  • How to Override Cassini's Virtual Path in Visual Studio

    On one of the email lists that I'm on, someone had posted a question about running a website using the root path "/" or a different virtual path than the project name that is populated by default. James Crowley pointed out a blog entry from Scott Guthrie where Scott walks through this process...
    Posted to Jason N. Gaylord's Blog (Weblog) by Jason N. Gaylord on 08-19-2008, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio
  • Visual Studio Fonts and Colors

    For quite some time I've been working with a modified version of Scott Hanselman's "Dark Theme" for Visual Studio. The reason for my modifications is that the HTML and CSS settings were very difficult to read. Here is the complete list of changes I've made in Tools > Options > Environment...
    Posted to Jason N. Gaylord's Blog (Weblog) by Jason N. Gaylord on 08-07-2008, 12:00 AM
    Filed under: Tips and Tricks, Design/Development Tools, Visual Studio
  • Quick backup with Live Mesh and Vista

    Did you know that… you can use Live Mesh to backup files in 1 click ? Here is how to do this in Vista (with Live Mesh client installed): First, create a BackupToMesh folder somewhere on your drive Then Share it on your Mesh (Right-click / “Add folder to your Live Mesh…” ) Now create a shortcut to this...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 07-25-2008, 12:00 AM
    Filed under: Windows Live, Vista, Tips and Tricks
Page 1 of 38 (380 items) 1 2 3 4 5 Next > ... Last »