Hi i get this error, and i dont understand why.
ASP.NET has rull rights i run WINSERVER 2003 and i use plesk i also have sqlserver up and running.
my conn strings is like this
<add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=False;AttachDBFilename=|DataDirectory|Database.mdf;" />
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules -->
<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=False;AttachDBFilename=|DataDirectory|Database.mdf;" />
CREATE DATABASE permission denied in database 'master'.
An attempt to attach an auto-named database for file D:\Websites\document2000.se\httpdocs\App_Data\Database.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.