| Thread | Last Post | Replies |
|
| JIT: ASPX Files | 31 Oct 2003 03:39 GMT | 1 |
First time i'm loading pages, the page is enormously slow. This is because ASP.NET is compiling the aspx file right there. Thereafter, the pages are extremely fast. It seems like the cache of the compiled pages lasts maybe about 20 minutes or so.
|
| XmlDocument and CloneNode | 27 Oct 2003 16:25 GMT | 1 |
How can one copy an XmlDocument "A" into another XmlDocument "B" When I say "copy", I mean to replace the XmlDocument "A" completely by the XmlDocument "B". I am trying to use
|
| My Script to run a Command-Line from ASP does not work. | 25 Oct 2003 01:03 GMT | 1 |
My Script to run a Command-Line from ASP does not work. No errors are returned either. It is on IIS. The directory where the script exists is on Drive I:, The executable .exe is on Drive D:
|
| How to convert JPEG image into a binary data? | 22 Oct 2003 17:16 GMT | 1 |
Using ASP and VBScript. How to convert JPEG image into a binary data? Is it possible with a command from ASP / VBScript without having to put it into a database first? I want to take the JPEG image from a folder, convert it into a binary data,
|
| Session | 22 Oct 2003 10:49 GMT | 1 |
I am developing an online book store with shopping cart. My shopping cart is represented as a Xml server control and I am using an XSLT to render it at the client side. I am using an XmlDocument object as session variable to
|
| share Sessions between ASP and ASP.NET | 21 Oct 2003 17:57 GMT | 2 |
hi,i have a Classic ASP project.but i want to use ASP.NET Tecnologies from now.I have many Session value which are write in Classic Asp.So I cant read these Session's from .aspx pages.how can i achive this problem?thank you
|
| Session object | 20 Oct 2003 15:18 GMT | 2 |
I am storing an XmlDocument into the session. Each time I want to store the XmlDocument into session, I should clear the session object and then store the XmlDocument.
|
| Session_End triggered unexpectedly | 19 Oct 2003 04:11 GMT | 6 |
I have a page on my web site for which the Session_End method is triggered every time I call it. Session_End is called immediately following the Page_Load method (using code-behind) for this page, and I cannot figure out why.
|
| Same AppName in ASPStateTempApplications | 17 Oct 2003 15:10 GMT | 1 |
I have the same ASP.Net application running across three different clusters, all of which are accessing the same ASPState database. By a stroke of bad luck, each application has been given the same index number by IIS, which means I have three applications with the same
|
| application timing out before session.timeout value | 17 Oct 2003 06:24 GMT | 3 |
Hi Jacob, Wondering if you can help with this problem. We have asp.net web app. Session.Timeout = 20minutes. But the application is timing out before 20mnts and it is random
|
| Fragment Output Caching without the UserControl | 15 Oct 2003 13:36 GMT | 1 |
B"H Is there any way to do fragment output caching without the UserControl. i.e. for costom controls that inherit Control or WebControl Directly? woul it make sence to just dump the whole HTML output stream into the cache
|
| Prevent Caching | 14 Oct 2003 20:28 GMT | 1 |
Is there anyway I can prevent caching? I tried this http://support.microsoft.com/default.aspx?scid=kb;en-us;165150 <% response.addheader("Pragma", "No-Cache") %> but it didn't work.
|
| XmlDocument and Session | 14 Oct 2003 01:11 GMT | 1 |
I have specific questions about "XmlDocument" in Visual C#. Any pointers would be truly appreciated. 1. If my XmlDocument is as follows: <?xml version="1.0" encoding="utf-8" ?>
|
| How to prevent annoying page caching between rebuilds? | 13 Oct 2003 00:12 GMT | 2 |
Why every time I make a change to a WEB page, rebuild and run the application, my changes do not appear? The only way to see my changes is to refresh the page from the browser Any ideas?
|
| Caching in a Web Farm | 08 Oct 2003 19:52 GMT | 1 |
Hi people.... As I understand it, caching of often used data is actually done on the webserver. No problem there. Also, I have toyed with moving State Management away from the
|