Hey mikevdm, thanks for your reply.
I thought that as well: since the first reinstallation, I've always taken care of manually deleting the objects in the SQL Server - only problem is, I'm not really 100% sure I'm getting all of them... Unfortunately I'm not SA, so I can only tinker inside my own DB and I cannot delete it and recreate it from scratch.
Therefore, what I'm doing between the (countless) failed installations is manually deleting these objects:
- Database Diagrams: none (this collection is empty anyways)
- Tables: all of them (except for the System Tables)
- Views: all of them (except for the System Views)
- Synonyms: none (this collection is empty anyways)
- Stored Procedures: all of them (except for the System Store Procedures)
- Functions: none
- Database triggers: none (this collection is empty anyways)
- Assemblies: none (this collection is empty anyways)
- Types: none
- Rules: none (this collection is empty anyways)
- Default values: none (this collection is empty anyways)
- Users: none
- Database roles: all the roles having the aspnet_ prefix
- Application roles: none (this collection is empty anyways)
- Schemas: all the schemas having the aspnet_ prefix
- Symmetric keys: none (this collection is empty anyways)
- none (this collection is empty anyways)
- Certificates: none (this collection is empty anyways)
This is all very frustrating... Is it possible that no one knows what the problem could be? I mean, I've followed all the instructions I could find regarding the installation procedure, and from what I can understand all the variables in play are pretty standard - server type, DNN version, etc.
How's it possible that the installation simply fails with no solution?
Now I understand why people are generally skeptical regarding ASP.NET + MS SQL... :(