After upgrading to the new BugNet version I got an error:
Parser Error Message: Required attribute 'type' not found.
in web.config. I use the method from the documentation:
<connectionStrings>
and this worked with the previous version. How to change that string that it works with the new BugNet version?
Parser Error Message: Required attribute 'type' not found.
in web.config. I use the method from the documentation:
<connectionStrings>
<clear/>
<add name="BugNET" connectionString="..." providerName="System.Data.SqlClient" />
</connectionStrings>and this worked with the previous version. How to change that string that it works with the new BugNet version?