I have Win XP SP2 Home and I managed to install IIS on the same. My problem is whenever I try to design a form in ASP .NET, say for example, I drag and drop a label and a textbox in my form alongwith a button.

Now whenever I compile and run the application, in the web browser only the Label is shown. The button and the Textbox controls are not shown at all.

Besides, say for example, if I have more than one label in...