how to change the value of Request.ServerVariables["HTTP_REFERER"] on the ser ver? if not possible is there some way to change it by sending back javascript to the client and having the client automaticaly do something to change the value of Request.ServerVariables["HTTP_REFERER"] I ...
We have an MCMS template (.aspx page) with the following cache directive <%@ OutputCache Duration="86400" Location="Server" VaryByParam="*" VaryByCustom="CMSPosting;CMSControl" %> When we compile the website and copy the dll (whose version is incremented)
hi guys I am looking for a way to read & download my e-mails from my pop3 account from another server by using ASP(vb) If you know anything about this subject please feel free to let me know. I learn how send but not receive.
I am looking for some articles / guidelines which can tell me when to "cache" Database Objects like Datasets,etc or Bussiness-related Objects like Collections, etc. I know most often its Application-specific, but if there are any general
i have a asp.net portal with ~ 5 - 100 logins / minute Is it possible to cache a page in which only some links on the page have as parameter the sessionid? What is the best way to to this? (page is 99% the same for all logged in user) - only 2 links has as