Hi I have a functionality in which we upload a large excel file. The code is working fine in local but after deploying the code on IIS when I try to upload the same file I get error :
403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.
If I upload small file its working perfectly fine. But when uploading large file it is throwing error. Any idea what can be the reason or any work around for the same.