kamens

2,412
Reputation
132 views

Registered User

Name kamens
Member for 1 year
Seen 18 hours ago
Website
Location US
Age 26
I am a software developer living in New York City and working at Fog Creek Software.

I work with an incredible team improving the world of source control with Kiln.

One of my pet projects sits at mysugars.com, a hassle-free tool that helps diabetics record and analyze their blood sugars.

Another side project of mine is RulerPhone, an iPhone app that turns your phone and its camera into an accurate tape measure.

@kamens
Oct
9
comment SqlBulkCopy into table with composite primary key
You and Majkara are correct. I am using Linq-to-SQL, and a foreign key dependency was being walked during DB.SubmitChanges() that inserted these foreign rows ahead of the SqlBulkCopy in my path of execution...even though I hadn't explicitly added the rows themselves.
Oct
9
comment SqlBulkCopy into table with composite primary key
That's what I thought too. However, I have limited the insertion to a single row of values that I know are not yet in the database table.
Oct
9
asked SqlBulkCopy into table with composite primary key
Oct
7
awarded  Popular Question
Aug
27
awarded  Notable Question
Aug
23
accepted Does a YUI Compressor GUI App Exist?
Aug
15
awarded  Yearling
Jul
20
awarded  Nice Answer
Jul
10
revised <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
edited tags
Jul
10
revised <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
edited title
Jul
10
revised <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
added 343 characters in body
Jul
10
comment <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
As far as I can tell, yes. Identical web.configs. Is there any way to tell what machineKey value is actually being used, in case it's being overridden somewhere that I don't know about? It sure is behaving like AutoGenerate isn't on or isn't working.
Jul
10
comment <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
Unfortunately, even w/ a setting of machineKey.validationKey="AutoGenerate,IsolateApps" and machineKey.decryptionKey="AutoGenerate,IsolateApps", this behavior continues.
Jul
10
comment <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
Yeah, exactly! I agree. So my only question is: why doesn't this happen for one of my IIS configurations? I want it to happen everywhere, because it makes total sense to me. It seems as though in the 2K3 IIS, it's either not using a per-AppDomain value when signing, or is somehow restoring it after App Pool recycle...not sure.
Jul
10
comment <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
I just added the "More debugging information" to the question above which somewhat answers this question. The cookie is still visible in Request.Cookies during FormsAuthenticate_OnAuthenticate...but if the App Pool has been recycled since the cookie was handed out, it is removed from .Cookies after this event is finished.
Jul
10
revised <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
added 779 characters in body; edited body; edited tags
Jul
10
revised <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
added 302 characters in body
Jul
10
awarded  Commentator
Jul
10
comment <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
No, I'm really not. The question is simply this: why does HttpContext.Current.Request.Cookies[".ASPXAUTH"] changes from {System.Web.HttpCookie} to null when I step, in a single request, from Application_BeginRequest to Application_AuthenticateRequest?
Jul
10
comment <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
...the client obviously still sends the cookie. It's always in the browser and in the request. But it's hidden from the majority of the server-side processing of the request due to this removal.
Jul
10
comment <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
You'd think so, right? The cookie is not being removed from the server until Application_BeginRequest is finished. I know how ridiculous this sounds, which is why I'm posting this question. I have a debugger up, and when I step from Application_BeginRequest to Application_AuthenticateRequest, the value of HttpContext.Current.Request.Cookies[".ASPXAUTH"] changes from {System.Web.HttpCookie} to null.
Jul
10
comment <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
Good thought -- no, they're both using InProc, unfortunately.
Jul
10
revised <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
added 10 characters in body
Jul
10
comment <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
1) Recycling your app pool does recycle your session (if you're using InProc session management), and this apparently does sometimes manipulate the ASPXAUTH cookie (as seen when it is removed after the BeginRequest event). 2) I'll make my question more clear by indicating "browser session." From MS documentation: createPersistentCookie Type: System.Boolean true to create a durable cookie (one that is saved across browser sessions); otherwise, false.
Jul
10
revised <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
added 27 characters in body
Jul
10
revised <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
edited tags; edited title
Jul
9
asked <machineKey decryptionKey=”AutoGenerate”… being ignored by IIS. Won’t invalidate previous session’s cookies.
Jul
3
awarded  Nice Answer
Jun
27
accepted Not tracking C# designer-generated code: refuses to generate with clean checkout
Jun
26
answered Not tracking C# designer-generated code: refuses to generate with clean checkout
Jun
24
comment Point to localhost\sqlexpress using only localhost
I love StackOverflow. Thank you!
Jun
12
comment ASP.NET MVC Routing vs. Reserved Filenames in Windows
For fun, hit stackoverflow.com/com1 and compare to stackoverflow.com/ThisDoesNotExist