Hi bcox,
As for the problem you mentioned, it seems that I've also seen a former
thread in the dotnet.framework.aspnet newsgroup discuss this. Not sure
whether that one is also yours,
as I've also replied there, it is likely that the asp.net runtime hasn't
been correctly installed
(or register ) in the IIS.
The error mesage:
===========================
----------------------------------------------------------------------------
---------------------------------------------------------
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then
click the Refresh button, or try again later.
Invalid at the top level of the document. Error processing resource
'http://localhost/OneToMany2/default.aspx'. Line 1, Po...
This is a marker file generated by the precompilation tool, and should not
be deleted!
^
-------------------------------------------------------------------
===========================
indicate that the IIS server treat the aspx page as a xml file. I think you
can have a look in the IIS's site to see whether the asp.net is correctly
registered. Try putting a simple aspx page in the site's root application
to see whether it can work. Also, if you've also .net 1.1 installed, try
checking whether asp.net 1.1 page can be serviced correctly.
Thanks.
Regards,
Steven Cheng
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)