Hello,
I have a very large ASP.NET project that i need to make good with web standards -- the application has two parts: 1.) An administrative piece that allows users to 'build' sites 2.) Front end that makes up the users sites (many web controls, master pages, usercontrols, etc... much of it is just code)
I was wondering what poeples recomendations are for making this project utilize web standards? Should i look more into MVC? I havent done anything with MVC but it seems to support friendly URL's by default.
Has anyone done this with an existing large ASP.NET application/site?
thanks in advance :-)