When I am uploading a file to a folder inside Bin, the session is lost. Why session is lost there? How can we rectify it?
Regards,
Siju G
That is the default behaviour.. If there is any change in the web.config or the bin folder the Microsoft .NET Framework restart the Web application... Possible solution would be to keep the "file" in some other folder ...
Thanks DeepBlue. I tried to move that to another folder. But now the access denied message is showing when hosting. Whether we have to give any other permission. It's working fine in local.
Comment