I have a side that I created in Visual Studio 2010. It has a login that protects a particular folder. I am using a CustomMembershipProvider (using SQL) for the login. In Chrome and FF, it works fine. In IE, it is stuck on the login page.
I also tried putting the code directly into the login form in the Authenticate code, and that doesn't work either.
I figured it out. The path in forms is the path to the COOKIE, not the path to the directory. (Duh.) once i removed that, it worked fine without my juryrigged code.
.NET Programming
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
ASKER
Help!