httpruntime
HttpRuntime Cache vs. static dictionary/fields
What are the main pros and cons for using HttpRuntime Cache against using simple static field? I need to store data in scope of entire ASP.NET application.[详细]
2023-03-24 15:45 分类:问答How to programmatically set (using GET SET property) "httpRuntime maxRequestLength" in ASP.NET with C# as code behind
How to programmatically set (using GET SET开发者_JAVA技巧 property) \"httpRuntime maxRequestLength\"in ASP.NET with C# as code behind[详细]
2023-03-23 21:45 分类:问答Uploading and Playing large videos. HttpRuntime tag settings Combination. Asp.net4.0 , C#
ne开发者_JAVA技巧t page to upload a large file and a generic handler to play these large wmv video files of size which can be upto 150 MB\'s. I have the file content stored in varbinary type in SQL Se[详细]
2023-03-11 18:10 分类:问答Upload large files on webpage?
We use the MojoPortal to a website and have some problems to upload files that is around 100 MB with the upload module. (Pleas note that this has probably nothing to do with MojoPortal but with the AS[详细]
2023-02-10 04:00 分类:问答Storing List in System.Web.HttpRuntime.Cache, is it serialized?
Trying to find out if the System.Web.HttpRuntime.Cache or any other possible caching is serialized? Basically i need to store list in Cache, and it has to be Read/Write by many users.[详细]
2023-02-05 19:05 分类:问答ASP.Net httpruntime executionTimeout not working (and yes debug=false)
We just recently noticed that executionTimeout has stopped working on our website.It was definitely working ~last year ... hard to say when it stopped.[详细]
2023-01-31 23:17 分类:问答C# Unit Test set HttpRuntime.BinDirectory
I\'ve got a clear and simple question. The webapplication i\'m working on is using unit tests (close to 1500 tests). Due to an required modification in the application several tests are failing becaus[详细]
2023-01-22 01:53 分类:问答Ajax AsyncFileUpload.FileBytes returns null
I have a file upload page with an AsyncFileUpload control. When the user browses to the file the upload control pulls the file into memory. I then have an Upload button which fires the following code[详细]
2022-12-17 06:51 分类:问答What is the lifespan of the HttpRuntime Cache (any simple alternative?)
I have been using the HttpRuntime Cache for caching simple user preferences on an in house [dasboard] asp.net app that gets used by almost 200 users daily.[详细]
2022-12-12 17:56 分类:问答