At the development end I am using Visual Studio 2013 and MySQL 5.6.25 and MySQL Connector .NET 6.9.
I have taken an off the peg example of the new(ish) alternative to ASP.NET Membership with OWIN features and have altered the plumbing to use MySQL instead of MS SQL Server and it works just fine.
But: When I publish this up to our (cheap as chips) hosting provider it craps out with the message 'Object reference not set...'.
The hosting company environment is (apparently) IIS7.5 along with MySQL 5.5.33.
I have tried so many things that I've lost track of the changes I have made.
Please - don't read on to the next one if you can help.
All suggestions welcomed.
I have taken an off the peg example of the new(ish) alternative to ASP.NET Membership with OWIN features and have altered the plumbing to use MySQL instead of MS SQL Server and it works just fine.
But: When I publish this up to our (cheap as chips) hosting provider it craps out with the message 'Object reference not set...'.
The hosting company environment is (apparently) IIS7.5 along with MySQL 5.5.33.
I have tried so many things that I've lost track of the changes I have made.
Please - don't read on to the next one if you can help.
All suggestions welcomed.