How to Create Mssql Aspnet Database
I always forget how to create an aspnet database so I'm noting it here: Just execute: c:\Windows\Microsoft.NET\Framework\v2.0.50727\a...
https://www.czetsuyatech.com/2021/07/mssql-create-aspnet-database.html
I always forget how to create an aspnet database so I'm noting it here:
Just execute:
c:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe
And just follow the steps. Next, next, next.
Note: I'm using .net 2.0, change directory depending on the .net framework you're using.
Just execute:
c:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe
And just follow the steps. Next, next, next.
Note: I'm using .net 2.0, change directory depending on the .net framework you're using.
Post a Comment