(copy of connection string below)
Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\CamcudafManagementDatabase.mdf;Integrated Security=True;User Instance=True
provider = sql
Can some one help me. Narcisse.
Also, regardless of whether you are using IIS or the built-in server, is
your SQL instance called "SQLEXPRESS" on both machines and is the database
present on both machines with the same permissions (the ASPNET user account
must have permissions to access the SQL Server?
The problem isn't VS 2008 vs. IIS, as they are 2 different things entirely.
The issue is your SQL installation on one machine vs. your SQL installation
on the other.
-Scott
<Opu Narcisse> wrote in message
news:%232njcWb...@TK2MSFTNGP02.phx.gbl...