A
Aaron
I was testing the personal homepage starterkit. I am amazed how easy it was
to install. It looks like the file structure is quite different from 1.1.
how exactly does asp.net 2.0 manages database files?
I know the db files are in the App_Data folder, and the system protects this
folder by default?
So in asp.net2 do we put all the db files in App_Data and the asp.net engine
will protect everything this folder? or is it define somewhere else?
in asp1.1 i store the access db files above the web root folder.
Also I didn't have to add the mdf files to my sql server. Is that a new
feature in .net 2.0 or sql server 2005 or both?
What are the properties of the other App_* folders?
Thanks,
Aaron
to install. It looks like the file structure is quite different from 1.1.
how exactly does asp.net 2.0 manages database files?
I know the db files are in the App_Data folder, and the system protects this
folder by default?
So in asp.net2 do we put all the db files in App_Data and the asp.net engine
will protect everything this folder? or is it define somewhere else?
in asp1.1 i store the access db files above the web root folder.
Also I didn't have to add the mdf files to my sql server. Is that a new
feature in .net 2.0 or sql server 2005 or both?
What are the properties of the other App_* folders?
Thanks,
Aaron