473,387 Members | 1,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

XSL does not refresh in ASP.NEt unless I rebuild

Don
Hi:

I have an ASP.NET application to with one page that renders XML/XSLT.
The initial purpose was to have the page setup, then make any changes to an
XSL file and have the changes immediately rendered on a browser refresh,
WITHOUT Rebuilding the project.

The XSL changes do not show up unless I rebuild my project.

How do I get around this? Anything I can change in VS.NET or IIS?

Do
Nov 18 '05 #1
3 1823
You probably have some kind of caching going on.

Bobby Ryzhy
bobby@ domain below
http://www.weekendtech.net

On Thu, 8 Jul 2004 15:45:20 -0700, "Don" <do*************@hotmail.com> wrote:
Hi:

I have an ASP.NET application to with one page that renders XML/XSLT.
The initial purpose was to have the page setup, then make any changes to an
XSL file and have the changes immediately rendered on a browser refresh,
WITHOUT Rebuilding the project.

The XSL changes do not show up unless I rebuild my project.

How do I get around this? Anything I can change in VS.NET or IIS?

Do

Bobby Ryzhy
bobby@ name of domain below
http://www.weekendtech.net
Nov 18 '05 #2
Don
How do I turn this off?
"Bobby Ryzhy" <br****@weekendtech.net> wrote in message
news:n1********************************@4ax.com...
You probably have some kind of caching going on.

Bobby Ryzhy
bobby@ domain below
http://www.weekendtech.net

On Thu, 8 Jul 2004 15:45:20 -0700, "Don" <do*************@hotmail.com> wrote:
Hi:

I have an ASP.NET application to with one page that renders XML/XSLT.
The initial purpose was to have the page setup, then make any changes to anXSL file and have the changes immediately rendered on a browser refresh,
WITHOUT Rebuilding the project.

The XSL changes do not show up unless I rebuild my project.

How do I get around this? Anything I can change in VS.NET or IIS?

Do

Bobby Ryzhy
bobby@ name of domain below
http://www.weekendtech.net

Nov 18 '05 #3
Hi,

are you using built-in XML control? It does some caching if you set the
stylesheet via TransformSource property or document via DocumentSource
property.

If you do use it, you can get over it by providing the XslTransform class
yourself for the XML control (almost the same as then just making the
transform manually) or instead of providing files, by providing the XML via
Document (XmlDocument) an or DocumentContent properties.

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke


"Don" <do*************@hotmail.com> wrote in message
news:eA**************@TK2MSFTNGP11.phx.gbl...
Hi:

I have an ASP.NET application to with one page that renders XML/XSLT.
The initial purpose was to have the page setup, then make any changes to an XSL file and have the changes immediately rendered on a browser refresh,
WITHOUT Rebuilding the project.

The XSL changes do not show up unless I rebuild my project.

How do I get around this? Anything I can change in VS.NET or IIS?

Do

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: G.W. Lucas | last post by:
I apologize if this is a RTFM question, but I have not been able to find a definitive answer elsewhere. Does a "REINDEX TABLE" lock the table while it is working? Can applications write data to...
2
by: S. van Beek | last post by:
Dear reader, I have a strange situation. In a Form with a list box to search for a record in the form it self. The field in the list box is also available in the form. On an other...
2
by: John | last post by:
Hi. When I use VB.NET projects, Visual Studio refreshes the display when I correct errors. (i.e. removes the blue and red lines under syntax errors etc.) But when I use C# projects, the display...
5
by: Ben | last post by:
Hi! I need to refresh an entire database. I can recompile SPs with sp_recompile (or DBCC FLUSHPROCINDB), and refresh views with sp_refreshView, but I cannot find any way to refresh my...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.