I am puzzled. I am creating my first asp.net page. I have worked
through a step by step video of how to do each step. I put the
controls on the form, save and then compile and then use the browser
to request the page from IIS 5.1. (I am on an XP box) I can view the
source, but the output is not what it should be. The only thing that
displays on the page is the text of the label controls. None of the
attributes of the labels that I set affect the output. The labels'
text properties appear at the top of the page in black in the default
font one after another. None of the other controls appear on the
page. This is also what I see from VS.NET when I choose preview in
browser.
I do have the .net framework installed. I installed .net framework
SP2 just now to see if it would fix the problem, but no success. None
of the ASP.NET troubleshooting advice that I have found on the web has
been helpful. Any ideas?