For Web based development on ASP.Net Platform, should I use WPF or ASP.Net/C# based UI? or is there any other option. Requirement is to have rich UI which can be extended in future.
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...