At work I've got something of a difficult problem. As I
posted from my work email account, I've got to take over a project started by someone else who left some years ago. The worst part of it is that either the original developer or someone after him, tore the whole project apart, putting all of the .aspx files
into one folder and then in an entirely different directory structure putting all of the .vb code-behind files into another folder structure. First, I've got to try and make sure I've got the correct files; that's going to be challenging enough. One nice thing
about it is that it isn't really that large of a project, so I don't have lots of pages to compare.
However, as was advised to be in the other thread, it might be better if I try to convert this project to MVC. At the time I thought that would be a great i ...
Go to the complete details ...