Click here to Skip to main content
15,909,242 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
I already install the asp.net web configuration, and it show only in my SQL Server management studio.,

I think thats not ok.,

Probably when I created an sample website, that must have a database already right?
Posted

I think you've created project using Template "ASP.NET Empty Web Application". Use "ASP.NET Web Application" instead.
Default Project Templates in Visual Studio[^]
 
Share this answer
 
Comments
Member 10533469 7-Feb-14 7:44am    
Yes that's what my choice the Default Project Templates in Visual Studio,,,
The App_Data does not contain anything...
Just start the new created application and register a user. The tables should be created in your database then. This is because of DefaultMembership Provider in the project. This is the normal behavior and is default for all projects. In classic asp.net projects use the login controls and in mvc use the account views.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900