I am using Master pages for my ASP.NET website and in one of the content pages I upload a file which requires a bigger timeout value than the default 90 seconds. For other content pages I want to leave the default timeout value as it is.
Is it possible to set the timeout just for a specific content page? I checked the ScriptManagerProxy component, but it doesn't have a AsyncPostBackTimeout property.