Hi,

i have downloaded some code and a mdf (sqlserver express 2005) file for
learning. I use VWD and sqlserver express 2005 which is running.
When starting an aspx file with sqlsource set to that file, i get the error:

An attempt to attach an auto-named database for file
C:\download\aspnet\Chapter13\Begin\Chapter13\App_Data\WroxUnited.mdf failed.
A database with the same name exists, or specified file cannot be opened, or
it is located on UNC share.

There was indeed the same file but in another application and i renamed it
as WroxUnited2.mdf .
The place of that file is not a UNC share.

Any idea where to seek and how to solve this?
Thanks
Bob


The code in aspx file:
--------------------
SelectCommand="SELECT [ProductID], [Name], [Description], [Price],
[PictureURL] FROM [Products]">


The code in web.config:
-----------------------