Thanks for Mark's input
Hi Scott,
The aspnetdb in your web application App_Data folder is a feature of SQL
Express edition called "user instance" which can help you attach a flexible
mdf file with non-admin privilege.
#User Instances for Non-Administrators
http://msdn2.microsoft.com/en-us/library/ms143684.aspx
As for the aspnetdb in your SQL Express system database, I'm also a bit
surprised as Visual Studio or .NET won't install database into SQL EXPRESS
server instance by default. Is the box also accessible by any other members
on your side? There is a commandline utility in .net 2.0 that can help
create aspnetdb (all the sp and tables for ASP.NET provider services) in a
specified SQL instance:
#Herramienta Registro de SQL Server para ASP.NET (Aspnet_regsql.exe)
http://msdn2.microsoft.com/es-es/library/ms229862.aspx
You may check whether anyone else may have created the database.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------