I'm currently developing a simple ASP .Net C# application where user will upload excel file to the server.
I got this error : https://twitter.com/itsCYD/status/571155905611321344/photo/1
My Concern is the path (in the red square) was my local path when i developed it on my notebook. why its still appear?
and then i decide to make the same path on the server and even put the source code (just 1 aspx.cs file), and this is what i got :
(https://twitter.com/itsCYD/status/571155949374693377/photo/1)
what is really going on ?