Is there a way to disable all security features on a sql database or sqlexpress itself?
To make a long story short, I installed IIS on a computer at home. I'm the only one who will have access to the network. Server is XP Media Center, sqlexpress, using user instance.
The app I'm developing was deployed to the server from my laptop. Everything works except for data connections fail in the membership management portion of my site. I've played with the permissions on the server folders and used SSMS to configure the ASPNET user. I'm not a dba, but I'm sure one could fix the problem easily. At this point, I don't care if its fixed... I just want to finish my app.
When I deploy the site to the web server, it works properly so I'm really not concerned about user security on my local server. How can I disable the security restrictions? Is there an 'off' button somewhere? :)
Sherri
...
Go to the complete details ...