Deleting ASPNETDB.MDF gives me Info messages in Project

  • Thread starter Thread starter John Kotuby
  • Start date Start date
J

John Kotuby

Hello all..

TIA for any help.

I was told that if I'm not using the built in Membership/Forms
Authentication feature in ASP.NET 2.0 that I can delete ASPNETDB.MDF. I
guess it appeared when I opened a web configuration wizard. I use an
external SQL DB for my authentication and just check for session variables
on each page.
When I deleted the ASPNETDB.MDF, I get all these "schema" info messages. Can
I store this "schema" info elsehwhere and get rid of the DB that makes
publishing take so long? Sometimes the built-in wizards can create a mess
that I dont actually want.

Message 30 Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:namespaces'.
C:\DEVELOPMENT\PowerCard.net\web.config 49 5 C:\DEVELOPMENT\PowerCard.net\

Message 33 Could not find schema information for the attribute 'namespace'.
C:\DEVELOPMENT\PowerCard.net\web.config 51 10 C:\DEVELOPMENT\PowerCard.net\

Thanks...
 
Hello again...

Apparently it wasn't the removal of the ASPNETDB.MDF that created those
missing schema info messages. I just upgraded VS2005 with SP1 and the
messages are gone. I guess the schema info was left out of the original
release of VS2005.

A good day to all...
 
Back
Top