I'm taking video's url by FileUpload control in Asp .Net .Then I add this url to database for retrieving another asp .net web page. My problem is when I take picture url same way it takes short time but when I take video's url to store in database is taking too much long time and operation become fail without any error message. I guess problem comes from IIS but I don't know how to solve.
I use this code in web.config file.
<httpRuntime targetFramework="4.5" maxRequestLength="1048576" executionTimeout="3600"/>