I am receiving an error Object reference not set to an instance of an object. after publishing using FTP. I have not been successful using deploy because of an I/O error and Arvixe recommended that I try FTP. The error refers to the local machine where I built the project. It says
[NullReferenceException: Object reference not set to an instance of an object.]
Ranches.Menu.Page_Load(Object sender, EventArgs e) in C:\Users\mycomputername\Documents\Visual Studio 2013\Projects\myproject\myproject\Menu.Master.vb:15
I have cleaned and built my project.
What do I do?
Also, I am using Asp.net Identity and if I publish using FTP, how do I move the login files. All of my other data will be MS Access.
Thank you...