The Artima Developer Community
Sponsored Link

.NET Buzz Forum
It's amazing what one can find - VS.NET 2005 ASP.NET web.config schema inconsistency shows some...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Hanselman

Posts: 1031
Nickname: glucopilot
Registered: Aug, 2003

Scott Hanselman is the Chief Architect at Corillian Corporation and the Microsoft RD for Oregon.
It's amazing what one can find - VS.NET 2005 ASP.NET web.config schema inconsistency shows some... Posted: Oct 20, 2004 9:55 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Scott Hanselman.
Original Post: It's amazing what one can find - VS.NET 2005 ASP.NET web.config schema inconsistency shows some...
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Scott Hanselman
Latest Posts From Scott Hanselman's ComputerZen.com

Advertisement

I'm working on some ASP.NET 2.0 stuff with 2.0 Beta 1 Refresh, and I noticed something. 

The web.config from a VB ASP.NET app is on the left.  The web.config from a C# ASP.NET app is on the right. Here's some thoughts:

  • We know the customProvider will allow one to write their own SQL Session Store.  This is known, but not documented yet.
  • lockAttributes is new. Not sure what that's about.
  • On the right, the C# web.config XSD is out of sync with the VB.NET web.config XSD, and we see a few new attributes.
    • regenerateExpiredSessionId - This new attribute will force a re-gen of any old session ids. Previous versions of ASP.NET would start a fresh session with the provided id remaining the same.
    • allowCustomSqlDatabase allows you to have more than one ASP.NET Session State database per box, and each Application can be assigned to one by specifying Initial Catalog= or Database= in the strangely missing sqlConnectionString attribute.

Read: It's amazing what one can find - VS.NET 2005 ASP.NET web.config schema inconsistency shows some...

Topic: Suche nach dem Heiligen Gral der Sicherheit Previous Topic   Next Topic Topic: Forget Google Desktop; Get X1

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use