Fix SqliteMembershipProvider initialization bug, issue #14234 (#14479)
commitb1c3216f89eff4c23d67b91aea09c7f0ae3812e3
authormusikhin <alexander.musikhin@gmail.com>
Fri, 24 May 2019 18:44:08 +0000 (24 23:44 +0500)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 24 May 2019 18:44:08 +0000 (24 20:44 +0200)
tree9d1912da983fd4f14a3c0674decaa512d578af46
parent94adfce7351093e0e726fea857c52f69062abb12
Fix SqliteMembershipProvider initialization bug, issue #14234 (#14479)

On the stage of the initialization of the SqliteMembershipProvider the existed code always produced an error "Failed to map path '/'" in case if the ASP.NET application is placed not at the root path. Detailed step by step description of the problem is provided in the issue description.

The bug was that was implemented the call of the function with wrong parameters list. So the fix was in changing the function call. The same function call is also used in SqlMembershipProvider.cs.

Fixes #14234
mcs/class/System.Web/System.Web.Security/SqliteMembershipProvider.cs