I am working on an ASP.Net app that usesWindows authentication for users. I have a certain section of the app, the “Administration” set of pages…
Category: ASP.NET
d.code asks about securing connection strings. If you are willing to deal with a little unmanaged code, you can use the machine key or a…
I attended a terrific meeting tonight of GANG, the Great Lakes Area .Net user Group, based in the Detroit-area. The main presenter was Jason Beres…
The public site I maintain is gathering 500 errors of the dreaded “The viewstate is invalid for this page and might be corrupted” type. Strangely…
I found out the hard way that when using the trace on an ASP.Net page, the interaction of the trace observer is not totally separate…
Basically, the repeater ignores the GroupName attribute and gives each radiobutton in each row a unique name so they no longer operate as a group.…
As I am continuing to migrate our ASP app to ASP.Net, it has finally come time to address the Indexing Service search. It’s a big…
I am in a situation where my application is mixed classic ASP and ASP.Net. I am currently migrating the classic ASP app page-by-page into ASPX…
An ASP.Net site we created is having infrequent problems with logins using forms authentication. Essentially what happens is that the user attempts to login and…
I used a repeater for the first time in my app, and in this instance it is essentially a list of people with checkboxes to…