Sharov
Sharov

Reputation: 460

NancyFx form auth. without Asp.Net

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

Answers (1)

Steven Robbins
Steven Robbins

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

Related Questions