Sign in
Google apps
Main menu
Post a Comment On:
Blogpad
"Creating the ASPState database"
No comments yet. -
1 – 0 of 0
at command prompt:
sql authentication:
aspnet_regsql -S localhost -U lorem -P 1psum -ssadd -sstype p
windows authentication:
aspnet_regsql -S localhost -E -ssadd -sstype p
[Image]
aspnet_regsql -S localhost -E -ssadd
-sstype c -d Dial800ASPState
and then in the web.config
sessionState mode="SQLServer" cookieless="false" timeout="1440" sqlConnectionString="data source=localhost; initial catalog=Dial800ASPState; user id=lorem; password=1psum" allowCustomSqlDatabase="true" sqlCommandTimeout="120" />
posted by fc at
2:21 PM
on Aug 4, 2008
Leave your comment
You can use some HTML tags, such as
<b>, <i>, <a>
This blog does not allow anonymous comments.
Google Account
You will be asked to sign in after submitting your comment.
Please prove you're not a robot
"Creating the ASPState database"
No comments yet. -