Hi, I'm new to asp.net and mvc and I am having problem deploying it. I follow to videos and documentation but I can't get it to work. In one of the microsoft video that i watched, it said that after publishing go, just do dotnet run appname.dll, but it gives me "Object reference not set to an instance of an object", in the video by doing that command it works and can open website in localhost:5000. The other one is after publishing there are already appname.exe, but in my case there is no .exe in the publish folder. how can i publish my website?
↧