Ok... im about to lose my mind... I don't unerstand what is going on here and im hoping someone can point me in the right direction.
I am working on an intranet site. We have a SQL Server v2008 on our network. I also have SQL Server 2k8 Express installed on my local laptop.
Im trying to pull user information from Active Directory to create different sites.
Some pages, functionality, etc. should only be accessed by users that are members of certain Active Directory groups.
I have a couple problems, but my initial problem is that I cannot connect to the aspnetdb database on either the SQL Server 2k8 instance on the actual server nor the instance on my local laptop with the ASP Web Application Administrator. I am using VWD Express 2k8.
I have run aspnet_regsql.exe, connected and created the aspnetdb on both instances of sql server (local and server).
part of web.config:
Go to the complete details ...