Hi All,
I'm currently developing a simple ASP .Net C# application where user will upload excel file to the server.
Everything is fine when i develop it on my local notebook.
When I upload it into Server (Windows server 64 Bit, IIS7), i got an error like this :
(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/pho ...
Go to the complete details ...