Eggins.com
Powershell, .Net, Visual Studio, Team Foundation Server, Windows Communication Foundation

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Add event source using Powershell

    If you write to the event log from an ASP.Net application, the default ASPNET account will not have the correct privileges to add your event source. You have to add the event source outside of the ASP.Net application. I used to use a C# console application that I wrote for the purpose of registering...
    Posted to Software Development by David on 02-16-2008
    Filed under: Filed under: , ,
  • IIS ASP.Net version switcher

    OK, it seems like it is getting harder to get the ASP.Net tab to show up in IIS. I now have a machine with .Net 1.1, 2.0, 3.0, and 3.5 installed. No matter what I do, the ASP.Net tab will not show. But all is well, as there is a very cool tool created by Denis Bauer (no relation to my wife) that will...
    Posted to Software Development by David on 02-05-2008
    Filed under: Filed under: , ,
  • ASP.Net tab not showing up in IIS

    The ASP.Net tab recently disappeared from our server running Windows Server 2003 SP2 (32 bit). It had .Net 1.0, .Net 1.1, .Net 2.0, and .Net 3.0 installed. In order to get the tab to show again, I: Uninstalled IIS (and ASP.Net when prompted) Rebooted the server Re-Installed IIS (with Frontpage Server...
    Posted to Software Development by David on 11-11-2007
    Filed under: Filed under: , ,
  • <i> and <b> are deprecated

    As of May 2001, the W3C Standards state that <i> and <b> are deprecated. These tags give away too much as to the formatting of the text. XML and XHTML are meant to describe the data, not the layout. To that end XHTML v1.0 states that you must use the following instead: <em>Emphasis...
    Posted to Software Development by David on 04-01-2007
    Filed under: Filed under: ,
  • ASP.Net Repeater control formatting

    The code below is a quick demo of an ASP.Net Repeater control, writing a link, dates, and description, repeated from database. It shows how to repeat a table for data formatting per data row. It also shows the date formatting within Databinder.Eval. //---------------------------------- <asp:Repeater...
    Posted to Software Development by David on 03-28-2007
    Filed under: Filed under:
  • Server side comments

    To have server side comments in aspx page: <%-- This is a server side comment --%> <!-- This comment goes to the client -->
    Posted to Software Development by David on 03-28-2007
    Filed under: Filed under:
Page 1 of 1 (6 items)
Copyright eggins.com, 1998 - 2008
Powered by Community Server (Non-Commercial Edition), by Telligent Systems