Posted
shouldn't matter what server version as long as it has SQL and supports .Net 4.7.2
it will run on a raspberry Pi if you install Mono


Posted
@Huwr let me know when theres a new build as I like to try a complete fresh install from scratch.
Any testing being done on server 2022 ?
Any testing being done on server 2022 ?
Phil
Posted
don't know sorry and no time to investigate. you will need to wait until I officially release the code.Originally posted by HuwR
Ok.. I'm wait
Posted
don't know sorry and no time to investigate. you will need to wait until I officially release the code.
Posted
Remove it from both the role provider and membership provider lines..
But Err....
Question:
Database generated automatically by app?
Code:
<roleManager enabled="true" defaultProvider="SnitzSimpleRoleProvider" cookieRequireSSL="false">
<providers>
<clear />
<add name="SnitzSimpleRoleProvider" type="Snitz.WebMatrix.WebData.SnitzSimpleRoleProvider, SnitzMembership, Culture=neutral" />
</providers>
</roleManager>
<membership defaultProvider="SnitzSimpleMembershipProvider">
<providers>
<clear />
<add name="SnitzSimpleMembershipProvider" type="Snitz.WebMatrix.WebData.SnitzSimpleMembershipProvider, SnitzMembership, Culture=neutral" />
</providers>
</membership>
Question:
Database generated automatically by app?
Last edited by sadra on 28 Feb 2021, 16:14
Posted
can you show the whole of the highlighted line that is in the error, (from your web.config)
if it contains a version in the type attribute like Version=1.1.3.3, try just removing it from both the role provider and membership provider lines (make sure you remove the comma after it too.
so it looks like
if it contains a version in the type attribute like Version=1.1.3.3, try just removing it from both the role provider and membership provider lines (make sure you remove the comma after it too.
so it looks like
Code:
type="Snitz.WebMatrix.WebData.SnitzSimpleMembershipProvider, SnitzMembership, Culture=neutral"
Posted
It is not the latest code on GitHub as not officially released yet.
Posted
? I haven't released version 2Originally posted by HuwR
On GitHub... Isn't the version you released on GitHub version 2?
Last edited by sadra on 28 Feb 2021, 02:59
Posted
? I haven't released version 2
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...