| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | does the windows file handle change?
are file handles unique to the whole operating system or just the current
directoy? if a file is opened then...
Daniel
|
01-12-2006 04:51 PM
Winista | 1 | 30 |
|  | how to get file id in C#
is there any kind of unique id that can be obtained for any file in a file
system?
Daniel
|
01-12-2006 04:50 PM
Winista | 1 | 36 |
|  | where does Microsoft.Xml.Xquery live?
where does Microsoft.Xml.Xquery live? all i can find is a copy of it in the
sample...
Daniel
|
01-12-2006 12:46 PM
Daniel | 0 | 31 |
|  | Our team provide different types of services such as:
- proffessional cracking of any kind of...
SoftStore2005
|
01-10-2006 10:42 AM
SoftStore2005 | 0 | 34 |
|  | Hello,
I've developed an ASP.NET page with a dropdownlist and several
textboxes. When the user selects an item from the dropdownlist, some
data is...
Chris Zopers
|
01-09-2006 03:32 AM
Chris Zopers | 0 | 32 |
|  | What does it mean to have this in the control header?
Cache-control: private
Does it mean that the cache is disabled?
Water Cooler v2
|
01-07-2006 02:08 PM
Scott M. | 2 | 30 |
|  | I want to disable page caching so that when a user presses the browser's back
button after submitting a form, he won't be able to re-edit the...
JessyEzzy
|
12-31-2005 07:44 AM
Joerg Jooss | 3 | 32 |
|  | I have a serious problem in .NET currently. I am hoping somebody out there
can help me.
I have a ASP.NET application written in VB.NET and requires...
Bhaskar
|
12-29-2005 12:16 PM
Bhaskar | 2 | 31 |
|  | Hi,
I have an asp.net site, with most of the pages having this statement at
the top to cache them for 10 minutes:
<%@ OutputCache Duration="600"...
Daren
|
12-26-2005 11:02 AM
Teemu Keiski | 1 | 34 |
|  | I am thinking about using Caching application block in my web
application, for the performance reasons.
My ideal sitiuation would be if i could plug...
Ashish
|
12-17-2005 03:34 AM
Vadym Stetsyak | 1 | 33 |
|  | programmatic to ftp virtual directories
when i connect to an ftp server and i only have access to a few of the ftp
virtual directories, do i just...
Daniel
|
12-16-2005 11:36 AM
Daniel | 0 | 41 |
|  | I am using HttpResponse.RemoveOutputCacheItem to explicitly remove cache
when I have made changes through an administration page.
Question: Is...
Jay
|
12-16-2005 10:20 AM
Jay | 0 | 34 |
|  | I'm quite the newbie at ASP.NET so I hope that this question doesn't sound
too stupid.
I'm looking into how suitable ASP.NET would be for an...
Geoff
|
12-14-2005 10:06 AM
Geoff | 1 | 40 |
|  | Hello!
We run a web site where we currently have 10 web servers.
We have built a synchronized cache that works like this.
All servers store its...
Patrik
|
12-12-2005 09:23 PM
AT | 4 | 33 |
|  | I have a frameset that has a asp treeview control that is bound to an
XMLDataSource.
I cannot get the page to stop caching. I can manually change...
TVanover
|
12-11-2005 06:00 AM
TVanover | 1 | 38 |
|  | exception inside lock before lock body
lock(foo()){bar();} what will happen if foo() throws an exception? will
there be a lock on the exception?
Daniel
|
12-09-2005 11:35 AM
Alvin Bruney - ASP.NET MVP | 1 | 35 |
|  | I m using session veriables of asp.net on two websites
www.net4professionals.com(job site) and www.net4matrimonials.com
(bride/groom service)
when i...
AT
|
12-08-2005 01:09 PM
Alvin Bruney - ASP.NET MVP | 1 | 37 |
|  | hi all,
In my project, i'm using EDIT FTPNET. URL for EDIT FTP is :
http://www.enterprisedt.com/products/edtftpnet/documentation.html
In my FTP...
Gomathi
|
12-04-2005 11:16 PM
Gomathi | 0 | 42 |
|  | I created custom Serializable Objects and put it in the Viewstate. I
am not sure how performance will be. Anybody could give me any good
suggestion...
Amy
|
12-04-2005 09:59 AM
Teemu Keiski | 1 | 35 |
|  | One page of my ASP.NET application constructs a string variable that is used
in other pages. How should I store the string across pages? I am using...
Andrew Chalk
|
12-03-2005 06:16 PM
Andrew Chalk | 4 | 58 |
|  | I have a question regarding keeping a username in the cache in order to
prevent multiple logins. I read 'Preventing Multiple Logins in ASP.NET'...
seal
|
12-02-2005 05:39 PM
darrenterrell | 2 | 47 |
|  | Hi,
I was wondering if some of you guys know if the concept of "Control State"
made it to the final rel. of ASP.NET 2.0
Thanks!
Daniel
Daniel Walzenbach
|
12-02-2005 03:08 AM
AT | 5 | 28 |
|  | If I store a dataset in a public variable in a module (not a class, but a
module, like the old .bas file in VB), how is that different from storing...
Richard
|
11-22-2005 01:03 PM
Richard | 2 | 42 |
|  | I have a custom control which is programatically assigned to cache as
follows:
The custom control is included in an .aspx page as...
AT
|
11-22-2005 11:45 AM
AT | 1 | 32 |
|  | Hi,
Excellent openings for an MNC Client in Blore for java,c++,.net &
Testing
Professionals –
Greetings! pleased to inform you that we are a...
AT
|
11-19-2005 03:17 AM
AT | 0 | 35 |
|  | Hello. I know user controls can be cached by a form variable. But can it
still be cached if the form variable is created through the page_load...
Steve
|
11-15-2005 07:48 PM
Steve | 1 | 40 |
|  | if we configure an ASP.Net application pool with more than one worker process
(web garden), they do not share session object, application object or...
mk
|
11-15-2005 06:26 AM
mmtltd | 4 | 43 |
|  | Dear folks,
I am using ASP.Net cache in my web application. is there any maximum
amount of concurrent access allowed for a cache. is there any bottle...
Sundararajan
|
11-14-2005 03:46 PM
Joerg Jooss | 3 | 37 |
|  | Test Scenerio
Tools usage for the Test
ASP.NET Web Application
..Net Framework 1.1
Windows XP
LocalHost
Fiddler HTTP Debugger
GuruPrasad
|
11-10-2005 12:53 PM
Joerg Jooss | 2 | 49 |
|  | If we want to only let a user have one session, and we put a variable in the
cache, are there any options other that waiting for the cache to expire?...
seal
|
11-08-2005 12:58 PM
Alvin Bruney - ASP.NET MVP | 6 | 31 |
|  | Shiran,
plz. do not crosspost. This get's kind of confusing! I posted a possible
solution in
microsoft.public.dotnet.framework.aspnet
Regards
Daniel Walzenbach
|
11-05-2005 04:55 AM
Daniel Walzenbach | 0 | 32 |
|  | Background: Just installed .net framework 2 beta and Visual Web Developer
Beta on WinXP Professional running IIS 5.1.
What happened: Start out by...
Alan Kwok
|
11-04-2005 10:21 AM
Alvin Bruney - ASP.NET MVP | 3 | 36 |
|  | Looking at Google Suggest, we'd like to do something similar with a product
catalogue.
What would be the best way to cache the results coming back...
Nick
|
10-27-2005 05:45 AM
Nick | 0 | 51 |
|  | (Cross-post from ie6.browser)
"Frank" <Frank (AT) discussions (DOT) microsoft.com> wrote
Could you make it Vary: User-Agent ...
Robert Aldwinckle
|
10-26-2005 07:12 PM
Robert Aldwinckle | 0 | 31 |
|  | Can you cache data in a web farm enviroment? Doen anybody have some sample
code?
--
Chris Davoli
Chris Davoli
|
10-26-2005 04:10 PM
Oleg Kap | 6 | 41 |
|  | When you cache data is it kept separate from other user sessions, or does
every user session on the web site have access to the cache of...
Chris Davoli
|
10-26-2005 12:05 PM
Oleg Kap | 1 | 38 |
|  | Hi,
How would I cache the entire content of my header for a week. The header
contains a bunch of DHTML to render my menu and it also contains...
Yama
|
10-25-2005 12:59 AM
Joerg Jooss | 3 | 41 |
|  | streaming random filetypes from .aspx
how to stream a file from inside a .aspx? e.g. so one could go
href="./foo.aspx?file=bar.mp3" or...
Daniel
|
10-24-2005 10:53 AM
Brock Allen | 1 | 33 |
|  | Here's the problem,
I'm trying to use SQL Server session state. Everything works fine when
pointed to my local server, however, when I change the...
Dave
|
10-21-2005 10:20 AM
Dave | 0 | 30 |
|  | Hi ,
We have a high traffick e-commerce website built using ASP.Net.
Within our application we are using ASP.Net fragment caching (user...
Deep Kocheta
|
10-21-2005 08:07 AM
Deep Kocheta | 0 | 37 |
|  | Hi all!
I am developing a website in ASP.NET (C#) and Microsoft Content
Management Server 2002 (a.k.a. MCMS 2002). MCMS 2002 creates each page
on...
AT
|
10-21-2005 06:29 AM
AT | 2 | 40 |
|  | in Application_BeginRequest how do i cancel the request and send back a
message?
Daniel
|
10-20-2005 02:41 PM
Aarthi | 1 | 38 |
|  | Hello there,
We have been looking into enhancing the performance of a system through
caching of data, thus reducing the number of calls to the...
Carl Howarth
|
10-20-2005 01:02 PM
Carl Howarth | 2 | 32 |
|  | limiting access to files with asp.net
is there any way i can make a file only accessible to certain users of my
website? my files are to large to...
Daniel
|
10-17-2005 11:12 AM
Alvin Bruney - ASP.NET MVP | 1 | 41 |
|  | Does anybody have an opinion or has anyone implemented a similar method
to the following?
In our website we have a single .ascx control that runs on...
StevenBB
|
10-17-2005 08:24 AM
StevenBB | 0 | 41 |
|  | Hi All,
I have a site which has used output cache on the design time. We would
like to remove the caching for the whole of this site based on...
NMN
|
10-17-2005 12:38 AM
NMN | 0 | 29 |
|  | I am trying to get SqlCacheDependency working with SQL2K5 and ASP.NET2 ; I
am trying a simple example where I am entering an item into the cache...
Sunish Abraham
|
10-14-2005 02:02 PM
Sunish Abraham | 1 | 40 |
|  | Hello. We will be turning on compression on IIS 6.0 for our asp.net 2.0
website. Although someone also said that pages and controls cannot...
Steve
|
10-14-2005 11:58 AM
Joerg Jooss | 2 | 37 |
|  | Hi All
I am developing one Portfolio Management application where there is
single database shared by all the traders.
I have developed web-based...
Deep Silent Ocean
|
10-10-2005 01:27 PM
AT | 1 | 42 |
|  | I am looking for the best books / references that discuss the issues and
solutions regarding data caching and web farms.
Thanks.
Jay
Jay
|
10-07-2005 10:53 AM
Venkat_KL | 3 | 41 |