Hi to everybody,
I was trying to use the Personal Site Starter Kit in order to learn more about asp.net but I cen't able to find the file
aspnetdb.mdf in folder App_Data.
In that folder is included the Personal.mdf file but not else.
In fact I'm not able to configure the web site using ASP.NET Configuration from WebSite menu because when I click on
Security tab the following messege appear: The process cannot access the file 'C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\DOCUMENTI\VISUAL STUDIO 2005\WEBSITES\PERSONALSTARTERKIT\APP_DATA\ASPNETDB.MDF.MDF' because it is being used by another process.
Why the file aspnetdb.mdf is not included in my web solution? How can I resolve this problem?
You need to run the following to get the aspnetdb.mdf file linked with your version of SQL SERVER:
c:\windows\Microsoft.NET\Framework\v2.0.50215\aspnet_regsql.exe
killer
Member
5 Points
1 Post
aspnetdb.mdf
Jul 22, 2005 03:13 PM|LINK
I was trying to use the Personal Site Starter Kit in order to learn more about asp.net but I cen't able to find the file aspnetdb.mdf in folder App_Data.
In that folder is included the Personal.mdf file but not else.
In fact I'm not able to configure the web site using ASP.NET Configuration from WebSite menu because when I click on Security tab the following messege appear:
The process cannot access the file 'C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\DOCUMENTI\VISUAL STUDIO 2005\WEBSITES\PERSONALSTARTERKIT\APP_DATA\ASPNETDB.MDF.MDF' because it is being used by another process.
Why the file aspnetdb.mdf is not included in my web solution? How can I resolve this problem?
Thanks in advance
JPFitzy
Member
5 Points
1 Post
Re: aspnetdb.mdf
Jul 28, 2005 05:54 PM|LINK
c:\windows\Microsoft.NET\Framework\v2.0.50215\aspnet_regsql.exe