Questions tagged [httpruntime]

51 questions
0
votes
1 answer

Httpruntime- ExecutionTimeOut

I'm getting timeout error while importing large number of fields from CSV file. While importing it refers the timeout which is configured in We cannot predict the number of fields from CSV file, some times a large number files will be processing…
Whiz Kid
  • 89
  • 1
  • 2
  • 6
0
votes
1 answer

getting a connection was reset error on asp.net

I'm am try trying to upload Video and audio file on live website. the example: domain.com/admin/fileupload.aspx that was a url. I use this code in web.config this : with this…
Vikram
  • 489
  • 3
  • 8
  • 18
0
votes
1 answer

WCF Service hosted in IIS - Can't seem to cache or retain state?

I'm trying to cache some application data that only needs to be instantiated when the application starts. I've tried using HttpRuntime.Cache, creating a static object that is instantiated only when the service starts, and I've tried making the…
Tim
  • 187
  • 3
  • 13
0
votes
1 answer

HttpRuntime.Cache does caching on client/server side

Does the HttpRuntime.Cache which I declared in the global.asax file in asp.net web application does caching on client side or server side? HttpRuntime.Cache["Key"] Also is there any chance that we can set the sliding expiration for this piece of…
hungrycoder
  • 507
  • 2
  • 9
  • 24
0
votes
4 answers

fileupload error - Internet Explorer cannot display the webpage

I know this question has been asked in other threads, but none of the solutions provided could fix my problem. When I upload a file greater than ~4MB (i.e. bigger than default), I get the "Internet Explorer cannot display the webpage" error. (Files…
viv_acious
  • 2,429
  • 9
  • 34
  • 55
0
votes
2 answers

Issue with Callback method and maintaining CultureInfo and ASP.Net HttpRuntime

Here is my issue. I am working on an E-commerce solution that is deployed to multiple European countries. We persist all exceptions within the application to SQL Server and I have found that there are records in the DB that have a DateTime in the…
1 2 3
4