is it fixed on realse version?

  • Thread starter Thread starter micky
  • Start date Start date
M

micky

i think It's a bug...
is it fixed on realse version?

Failed to update database "C:\INETPUB\WWWROOT\WEBSITE\APP_DATA\ASPNETDB.MDF"
because the database is read-only.
 
uncheck the readonly box on the db, and give the asp.net id read access to
the folder were the .mdf file resides.
 
are you using SQL express? You didn't mention that in your original post,
and there are 05 news groups also
 
If you are running a SQL Server (Express) database as a file, you have to
set it up in the project so the files become read/write. By default, esp. on
Window Server 2003, you have to allow the SQL Server engine to gain access
to the file and the ASP.NET app to access it.

It may well be a "bug" if you stepped outside of that box. Follow the
configuration tool instructions if this is a Profile/Membership database (by
the name, it appears that it is).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
 
Back
Top