Blog Stats
  • Posts - 42
  • Articles - 0
  • Comments - 98
  • Trackbacks - 34

 

November 2004 Entries

Host - ASP.net-iis repair

To fix IIS mappings for ASP.NET, follow these steps: Run the Aspnet_regiis.exe utility: Click Start, and then click Run. In the Open text box, type cmd, and then press ENTER. At the command prompt, type the following, and then press ENTER: "%windir%\Microsoft.NET\Fra... -i In this path, version represents the version number of the .NET Framework that you installed on your server. You must replace this placeholder with the actual version number when you type the command....

What is a Web Garden? and the like in IIS

You've probably noticed a third block in the figure, called a Web garden. When we introduced the term "worker process" earlier in this section, the explanation indicated that a single worker process forms an application pool to which Web applications and sites are assigned, but that is not always the case. When constructing an application pool, the administrator has the option to decide how many worker processes to assign to the pool. When two or more worker processes are configured as part of an...

Simple windows service in C#

An article for beginners - Simple windows service in C#

Evolution of User Interface

Adam bosworth on “Evolution of User Interface” and “Service oriented software”. Interesting read

Raising event log exceptions in C#

Exception handling is now nice and easy. Read more here - http://www.worldofdotnet.ne

XML Processing in C#

XML Processing in C# is nice and easy. Just like in good old classic ASP, but using XmlReader etc in the System.Xml namespace now its much more sophisticated. Here's the code: First the example XML file: xml version="1.0" encoding="utf-8" ?> <Fields> <Field text="Name : " length="8">Field> <Field text="Email : " length="9">Field> <Field text="Married : " length="2">Field> <Field text="Occupation : " length="2">Field> <Field text="Age : " length="3">Field>...

 

 

Copyright © Vinayak