This is the response I am receiving after trying to set up Security for Lesson 9 in the Tutorial for WDE:
An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error number is 1802 and the SqlException message is: CREATE DATABASE failed. Some file names listed could not be created. Check related errors. Cannot create file 'C:\...\...\MY DOCUMENTS\VISUAL STUDIO 2005\WEBSITES\LESSON9\APP_DATA\ASPNETDB_TMP.MDF' because it already exists. Change the file path or the file name, and retry the operation. Creating the ASPNETDB_0279b301952e4a7883c1985d8777ef3e database...
What does it mean I have little experience with ASP.NET and Visual Studio so this looks like another lanaguage right now. Any help would be great!
Wendy

ASP.NET Config Issue
excelthoughts
Hi!
Glen is likely right. The other option could be that when it tries to create the file, it doesn't have permission to write to that directory. Are you sure you have permission to write to that directory
The best place for asking ASP.NET questions is on the ASP.NET community site, and in the forums there. Check out
http://www.asp.net/welcome.aspx tabindex=1&tabid=39.HTH,
PEte
Bjornar
I would check inside the asp_data directory in your project and remove the files listed above from the directory, then start the security section in the tutorial again. The error is saying that the files already exist.