Reputation: 460
Is it possible to use NancyFx form authorization without Asp.net (or IIS)? I want to use wcf hosting, so I would like to know whether it is possible?
Thanks in advance.
Upvotes: 0
Views: 73
Reputation: 26599
Of course - nothing in Nancy is tied to Asp.net or IIS, apart from the obviously named ASPNet packages for hosting - you can use the Forms auth with any hosting option.
Upvotes: 1