Click here to Skip to main content
16,016,781 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionExtract content from Word Documents Pin
GaryWoodfine 10-Nov-06 8:22
professionalGaryWoodfine 10-Nov-06 8:22 
AnswerRe: Extract content from Word Documents Pin
indianet10-Nov-06 9:13
indianet10-Nov-06 9:13 
GeneralRe: Extract content from Word Documents Pin
GaryWoodfine 10-Nov-06 22:53
professionalGaryWoodfine 10-Nov-06 22:53 
QuestionEnvironment Independent Connection Strings Pin
robert11010-Nov-06 8:09
robert11010-Nov-06 8:09 
AnswerRe: Environment Independent Connection Strings Pin
ednrgc10-Nov-06 8:46
ednrgc10-Nov-06 8:46 
GeneralRe: Environment Independent Connection Strings Pin
robert11010-Nov-06 8:58
robert11010-Nov-06 8:58 
GeneralRe: Environment Independent Connection Strings Pin
ednrgc10-Nov-06 8:59
ednrgc10-Nov-06 8:59 
QuestionConfused with Output cache set programmatically Pin
SharpSmith10-Nov-06 6:51
SharpSmith10-Nov-06 6:51 
hi i have a strange problem with OutPut cache working fine on development box and not working on production server
background : @outputCahce directive is fine, but wanted to make centralized output cache , so i have some setting section in web config defining what page and how to cache
and in my Base Page i having following :
<br />
Response.Cache.VaryByParams["*"] = true; //will vary by all params<br />
DateTime expires = DateTime.Now.AddSeconds(duration );  <br />
Response.Cache.SetExpires(expires ); // will valid for duration in seconds from now<br />
Response.Cache.SetValidUntilExpires(true); // will not update cache by client header ( ignore Ctrl+f5)<br />
Response.Cache.SetCacheability(HttpCacheability.ServerAndPrivate ); // whould be cached both by browser and at server<br />


The problem is that on local machine it works fine: you load page, hit f5 or Ctrl+F5, and you see the server-cached version
on server it other : you see that browser do caching , but F5 will bring you fresh, not-cached by server page

used time-span printed with response.write on test pages
and i sure that caching block is working, i write to log to ensure that some page added to cache

done with ASP.Net 1.1 running IIS5 on dev and IIS6 on production
Web has many resources on output caching but i not found any solution for this

Any ideas guys ?

Thanks Much
EV

###

Questionhow to include .js file for one page using master page? Pin
vicky45710-Nov-06 6:42
vicky45710-Nov-06 6:42 
AnswerRe: how to include .js file for one page using master page? Pin
Guffa10-Nov-06 7:11
Guffa10-Nov-06 7:11 
AnswerRe: how to include .js file for one page using master page? Pin
indianet10-Nov-06 12:51
indianet10-Nov-06 12:51 
GeneralRe: how to include .js file for one page using master page? Pin
vicky45710-Nov-06 12:55
vicky45710-Nov-06 12:55 
GeneralRe: how to include .js file for one page using master page? Pin
Guffa10-Nov-06 13:08
Guffa10-Nov-06 13:08 
QuestionHow to Submit form On Server process Pin
Britney S. Morales10-Nov-06 5:46
Britney S. Morales10-Nov-06 5:46 
AnswerRe: How to Submit form On Server process Pin
Parwej Ahamad10-Nov-06 6:35
professionalParwej Ahamad10-Nov-06 6:35 
GeneralRe: How to Submit form On Server process Pin
Britney S. Morales10-Nov-06 8:42
Britney S. Morales10-Nov-06 8:42 
AnswerRe: How to Submit form On Server process Pin
indianet10-Nov-06 7:28
indianet10-Nov-06 7:28 
AnswerRe: How to Submit form On Server process Pin
ednrgc10-Nov-06 8:54
ednrgc10-Nov-06 8:54 
QuestionPlease help me Pin
Manithar10-Nov-06 5:43
Manithar10-Nov-06 5:43 
AnswerRe: Please help me Pin
Parwej Ahamad10-Nov-06 6:37
professionalParwej Ahamad10-Nov-06 6:37 
Questionhow to merge a image with another image (Urgent)? Pin
Tridip Bhattacharjee10-Nov-06 3:14
professionalTridip Bhattacharjee10-Nov-06 3:14 
Questionvisited pages shud not shown pressing browser back button Pin
_tasleem10-Nov-06 2:45
_tasleem10-Nov-06 2:45 
AnswerRe: visited pages shud not shown pressing browser back button Pin
salysle10-Nov-06 5:21
salysle10-Nov-06 5:21 
AnswerRe: visited pages shud not shown pressing browser back button Pin
indianet10-Nov-06 7:52
indianet10-Nov-06 7:52 
QuestionI want to show all the Logical drives Pin
CManju10-Nov-06 1:59
CManju10-Nov-06 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.