Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms Authentication skip a form
Message
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00859303
Message ID:
00859373
Views:
15
>I have setup an app for forms authentication and it works great. Maybe too good. I have 1 form that I need for it not to be authenticated. How can I omit 1 from this?

This is one reason why Forms Auth is not an all encompassing solution <g>... Forms Auth is based on a directory so it's difficult to work around this. One thing you can do is use your own authentication and then populate hte the underlying Forms Auth structures...

That way you can selective enable disable form's auth.

Personally I like to use custom authentication - that way you have full control and can easily and selectively decide what gets included for auth or not.

In your case it might be easiest to stick the other form into a different directory.

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform