Really need some help here. New to .Net and am trying to post my first "Real" .Net Website. As I was learning, I built a test site and set it up to forms authenticate. I've since deleted it. Here's the rub, my "real" website doesn't use any authentication and when I run it localhost it runs fine. However, when I run it using its I get the forms redirect to the login page for my deleted test site. The only places I can find reference to that page are in the "temporary asp.net files" folder and in the application pool section of the IIS MMC. I'm reluctant to just delete files from there. I've rechecked the web config file for my website and its authentication mode is set to "none".
I've obviously screwed something up, but have no clue where to go to unscrew it. I'd appreciate the help.
I've obviously screwed something up, but have no clue where to go to unscrew it. I'd appreciate the help.