Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Cacheing


Message #1 by "Simon Robinson" <srobinson@g...> on Fri, 20 Sep 2002 15:12:40
Hi All,

I have got a bit of a strange query!

I have just go a new dell server running my .net app on Win 2000 Server. 
Now the problem is that whenever I change any code and upload it to the 
server, it does not seem to take any effect. When I preview the source 
code it has been changed but the actual results have not! Could this be 
cacheing?

I would appreciate any help offered cos it is driving me crazeeeeeee!

Thanks,

Simon. 
Message #2 by Alvin Ling <alvin.ling@i...> on Fri, 20 Sep 2002 11:11:49 -0400
I guess it's hard to pinpoint a problem without any code but if you're
viewing the source code then that's the same code the browser should be
rendering to screen...

But to eliminate any client-side caching issues, you should change some
settings (these are for IE)

Tools > Internet Options > (Temporary Internet Files, click the
"Settings" button).  Click the "Every visit to the page" radio button.


Alvin



> -----Original Message-----
> From: Simon Robinson [mailto:srobinson@g...] 
> Sent: Friday, September 20, 2002 3:13 PM
> To: ASP+
> Subject: [aspx] Cacheing
> 
> 
> Hi All,
> 
> I have got a bit of a strange query!
> 
> I have just go a new dell server running my .net app on Win 
> 2000 Server. 
> Now the problem is that whenever I change any code and upload 
> it to the 
> server, it does not seem to take any effect. When I preview 
> the source 
> code it has been changed but the actual results have not! 
> Could this be 
> cacheing?
> 
> I would appreciate any help offered cos it is driving me crazeeeeeee!
> 
> Thanks,
> 
> Simon. 
> ---
> 
> ASP.NET 1.0 Namespace Reference with C# 
> http://www.wrox.com/acon11.asp?ISBN=1861007442
> 
> ASP.NET 1.0 
> Namespace Reference with VB.NET 
> http://www.wrox.com/acon11.asp?ISBN=1861007450
> 
> These books 
> are a complete reference to the ASP.NET namespaces 
> for developers who are already familiar with using ASP.NET. 
> There is no trivial introductory material or useless .NET 
> hype and the presentation of the namespaces, in an easy-to use 
> alphabetical order ensures a user-friendly reference format.
> We provide in-depth coverage of all the major ASP.NET classes, 
> giving you those real-world tips that the documentation doesn't 
> offer, and demonstrating complex techniques with simple 
> examples.  
> 
> ---
> 
> 
> 

Message #3 by =?iso-8859-1?Q?Oddur_Sn=E6r_Magn=FAsson?= <oddur@n...> on Fri, 20 Sep 2002 19:39:10 -0000
Try deleting the .dll file before uploading


-----------------------------------
>
>    Oddur Sn=E6r Magn=FAsson
>    oddur@d...
>    +xxx xxx-xxxx
>    http://www.disill.is
>
-----------------------------------


-----Original Message-----
From: Alvin Ling [mailto:alvin.ling@i...]
Sent: 20. september 2002 15:12
To: ASP+
Subject: [aspx] RE: Cacheing


I guess it's hard to pinpoint a problem without any code but if you're
viewing the source code then that's the same code the browser should be
rendering to screen...

But to eliminate any client-side caching issues, you should change some
settings (these are for IE)

Tools > Internet Options > (Temporary Internet Files, click the
"Settings" button).  Click the "Every visit to the page" radio button.


Alvin



> -----Original Message-----
> From: Simon Robinson [mailto:srobinson@g...]
> Sent: Friday, September 20, 2002 3:13 PM
> To: ASP+
> Subject: [aspx] Cacheing
>
>
> Hi All,
>
> I have got a bit of a strange query!
>
> I have just go a new dell server running my .net app on Win
> 2000 Server.
> Now the problem is that whenever I change any code and upload
> it to the
> server, it does not seem to take any effect. When I preview
> the source
> code it has been changed but the actual results have not!
> Could this be
> cacheing?
>
> I would appreciate any help offered cos it is driving me crazeeeeeee!
>
> Thanks,
>
> Simon.
> ---
>
> ASP.NET 1.0 Namespace Reference with C#
> http://www.wrox.com/acon11.asp?ISBN=3D1861007442
>
> ASP.NET 1.0
> Namespace Reference with VB.NET
> http://www.wrox.com/acon11.asp?ISBN=3D1861007450
>
> These books
> are a complete reference to the ASP.NET namespaces
> for developers who are already familiar with using ASP.NET.
> There is no trivial introductory material or useless .NET
> hype and the presentation of the namespaces, in an easy-to use
> alphabetical order ensures a user-friendly reference format.
> We provide in-depth coverage of all the major ASP.NET classes,
> giving you those real-world tips that the documentation doesn't
> offer, and demonstrating complex techniques with simple
> examples. 
>
> ---
>
>
>


---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=3D1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=3D1861007450

These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples. 

---


  Return to Index