|
|
Browse by Tags
All Tags » ASP.NET 2.0 - G... » ASP.NET 3.5
-
*** Updated - April 7 2008 ***
I played a little bit with the command line I am using to install the SQL Server Session State database and it seems to work fine: To register the database for the SQL Server Session State on ASP.NET 2.0 or ASP.NET 3.5:
aspnet_regsql -C ''Data Source=.;Integrated Security=True'' -ssadd -sstype c -d ...
-
I faced a situation today where I am trying to attach to the page_load event of a child nested master page to load some data on the master page itself. The event was not firing at all. Later on I figured out that the AutoEventWireup property on the Page directive is false!!!
Seems by default when you create a nested master page, its ...
|
|
|