Is the generated aspnetdb.mdf ever meant to be used online? It has been a while since I looked at it, but from what I remember the generated username database could only be configured and maintained locally within your visual studio environment. Is this still true? Does anyone use this online for big apps?
EDIT:
I ask because all the examples I see just use the built in VS tools to build the example database, but I haven't found where they did a "real" one online.
EDIT:
It just seemed like a big let down to know that you could create this username/password db for use in your projects and then find out you really can't.