Strange problem with directories
I am creating a WPF/e ASP.net site using a master page. The WPF/e control is on the master page. with the source property being/xaml/code.aspx. The WPF/e XAML is generated by the ASP page /xaml/code.aspx. This works fine for Default.aspx and I see the graphics that I created. I created a new page login.aspx in the membership directory, but the graphics never show up (and I get no error). I know that the control is there because I see the background. If I move the login.aspx to the root directory (same as Default.aspx) I see the graphics. I have tried using absolute paths to the code.aspx as well and that does not work.
Here are the files:
Default.aspx
xaml/code.aspx
membership/login.aspx
Does anyone have any suggestions?
Thanks,
Michael

