You probably installed IIS after installing VS2003 and asp.net framework is
not installed.
run "aspnet_regiis -i" command from command line. This utility is in
<Windows>/Microosft.Net/Framework/<Version specifiic folder>
--
Netomatix
http://www.netomatix.com
"Craig" <> wrote in message
news:2512DC1B-4B7A-43D3-A574-...
> I've done this before, but I must be missing something....
>
> I got a new laptop, installed .net framework 1.1, IIS, VS 2003, and now
> when
> I try and create a Virtural Directory and open it up in a browser, I see
> the
> html text (the actual html text of the default.aspx page).
>
> What am I doing wrong???