I am storing my database in the APP_DATA Folder of my application.
I added crystal report to my application. I mentioned .\SQLEXPRESS as my server.
In database drop down i see only these databases -Master, Model, msdb, tempdb
My dabase's name is "Database.mdf" . Why i am not able to see it ?
My connection string is : Data Source=.\SQLEXPRESS ;AttachDbFilenam e=C:\Inetpub\ wwwroot\test\ App_Data\ Database. mdf;Integrated Security=True; User Instance=True I am using localhost. VS 2005 .NET 2.0