I have an existing ASP.NET 2 webpage using Windows Authentication. I'd like to set up a custom Profile Provider so I can stop storing all the user information in sessions.
I have created the class FormsProfileProvider (it's for an online form site) and it inherits from ProfileProvider. I've...
I am having some issues with the site I'm working on right now. It's all aspx with c# codebehind.
Most of the pages have objects of classes I have created. Those objects were becoming null on every post back so I started loading them into session variables on page_unload and then reloading them...
I've been tasked with creating pages to allow users to create edit and display their own reports. I have the generation functioning properly, if not efficiently but it's when I go to the running of the report that things get problematic.
Because the reports are dynamic they can have any number...
Hi guys,
I'm running IIS6 on Windows Server 2003 Web Edition SP2. I have an asp.net2.0 page for several online forms. When agents attempt to log in to the page with the correct credentials they are redirected straight back to the login page.
I have checked the IIS logs and I know that the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.