I am working on a project to redesign/ redo an application. The problem is that the old application was written in ASP.net 1.0 and the database is pretty large over 100 tables and 300 odd views.The database handles roles and membership in a very shoddy way. It involves a simple workflow too. The app is pain when it comes to maintainence. I have around 3-4 months to redo the software.
The DB design is not to my liking but looking at timeframe migrating data and DB redesign may make the project go off track.
Anyone ran into this situation before?? Any one has any pointers for me as to how to go about this project??
I would love to get the software up to speed with .NET 3.5 . I am not sure if App redesign would be meaningful without considering the DB
Problem with system: 1. Maintainence and scalability issues. 2. Poor DB design specially in case of user management, the app depends heavily on users and roles etc.