Hi Caleb, Try adding <add key="Authentication" value="Digest" /> to the <appSettings> section in web.config (if you use "Basic" auth, you need to add value="Basic" instead).
- Juraj On Fri, 2008-03-28 at 19:07 -0400, Caleb Payne wrote: > Good Afternoon – > > I am attempting to configure XSP for Basic authentication on > Windows and/or Fedora Core 5 (unsuccessful as of yet). I have > followed the quick tutorial posted here: > http://www.mono-project.com/ASP.NET_Modules without success. (ASP.NET > app will run, but without prompting for credentials or restricting > access.) If needed, I can post the web.config file. I’ve googled the > problem but have found nothing similar. > > > > Thanks in advance for your help – > > Caleb > > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
