L
Louis R.
Hi!
I read a lot about that and I still cannot figure it out. So. I'd like to
use membership into an web application that will run on a production
server(s). On my dev machine, using Web dev Xpress 2008 and SQL Server
Xpress 2008, all is well. My Aspnetdb.mdf is running fine in my App_data
directory.
When I use the copy website utility to transfer all this on a "test"
production server and try to login or anything, I'm getting the predictable
"Failed to generate a user instance of SQL Server due to a failure in
starting the process for the user instance."
Now, my "test" prod server runs .NET 3.5, IIS 6, SQL server 2000 (Std
Edition) and SQL server Xpress 2008. I could install SQL 2008 Standard if
necessary but for now we were delaying this. I could do the same on real
prod servers when ready.
I have many questions :
1) What do I need to have and to configure on my prod server to use
Membership with Aspnetdb.mdf in a App_data directory ?
2) Is it possible to use many concurrent secure Web app on a production
server, using separate membership structure based on separate Aspnetdb.mdf in
each App_data directory of each app?
3) Do I have to use SSL connection to keep secure "Username /Password" use
during login ?
4) Is it a good rule to use the App_data for other application databases
(Inventory, parts catalog, orders and financial data, ...) and how to connect
safely their use with the Role/membership structure ?
4) Is it possible/suitable to have a "mixed model", using Windows
Authentification to get in the app zone, login in (to identify more precisely
the user) afterward ? And why is it or is not a good way to go ...
Thanks anyway and have a good day !
I read a lot about that and I still cannot figure it out. So. I'd like to
use membership into an web application that will run on a production
server(s). On my dev machine, using Web dev Xpress 2008 and SQL Server
Xpress 2008, all is well. My Aspnetdb.mdf is running fine in my App_data
directory.
When I use the copy website utility to transfer all this on a "test"
production server and try to login or anything, I'm getting the predictable
"Failed to generate a user instance of SQL Server due to a failure in
starting the process for the user instance."
Now, my "test" prod server runs .NET 3.5, IIS 6, SQL server 2000 (Std
Edition) and SQL server Xpress 2008. I could install SQL 2008 Standard if
necessary but for now we were delaying this. I could do the same on real
prod servers when ready.
I have many questions :
1) What do I need to have and to configure on my prod server to use
Membership with Aspnetdb.mdf in a App_data directory ?
2) Is it possible to use many concurrent secure Web app on a production
server, using separate membership structure based on separate Aspnetdb.mdf in
each App_data directory of each app?
3) Do I have to use SSL connection to keep secure "Username /Password" use
during login ?
4) Is it a good rule to use the App_data for other application databases
(Inventory, parts catalog, orders and financial data, ...) and how to connect
safely their use with the Role/membership structure ?
4) Is it possible/suitable to have a "mixed model", using Windows
Authentification to get in the app zone, login in (to identify more precisely
the user) afterward ? And why is it or is not a good way to go ...
Thanks anyway and have a good day !