Hello,
I'm using Membership to create users with Asp.Net. When I test it with VS it works, but when I try to use it with IIS 7 I' ve got this error:
"Failed to update database "C:\INETPUB\WWWROOT\PRUEBA\APP_DATA\ASPNETDB.MDF" because the database is read-only."
What can I do?
I'm working with Windows Vista Home Premium x64 and Visual Studio 2008 with Sql Server 2005.
Thanks.