Notepad on-line
cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 aspnet_regsql -S serverName -U myUser -P p4zz#w0rd -ssadd -sstype c -d MyASPState
For trusted connections (i.e.: you are logged in to the machine and want to create the database without having to specify a login and pasword) use:c:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regsql -S localhost -E -ssadd -sstype c -d MeinAspState
Post a Comment
1 comment:
For trusted connections (i.e.: you are logged in to the machine and want to create the database without having to specify a login and pasword) use:
c:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regsql -S localhost -E -ssadd -sstype c -d MeinAspState
Post a Comment