473,399 Members | 3,888 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,399 software developers and data experts.

include and memory in apppool

my asp structure is:

Default.asp 'with two iframes
-Page1.asp
-Page2.asp

Page1.asp y Page2.asp:

<!--#include virtual='Include.asp'-->

only for test my Include.asp have 1mb.

to load this my pool finish with 17mb. but if i use only one iframe the pool
have 13mb.

why? any solution for this?

i can't replace the iframe with divs and include include.asp in default.asp
tnk.!!!
Jan 13 '08 #1
2 1483
Gazing into my crystal ball I observed =?Utf-8?B?am9zZQ==?=
<jo**@discussions.microsoft.comwriting in
news:15**********************************@microsof t.com:
my asp structure is:

Default.asp 'with two iframes
-Page1.asp
-Page2.asp
What about browsers that don't support iframe?
>
Page1.asp y Page2.asp:

<!--#include virtual='Include.asp'-->

only for test my Include.asp have 1mb.

to load this my pool finish with 17mb. but if i use only one iframe
the pool have 13mb.

why? any solution for this?
URL?
>
i can't replace the iframe with divs and include include.asp in
default.asp
Why not?
>

tnk.!!!


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Jan 13 '08 #2
"jose" <jo**@discussions.microsoft.comwrote in message
news:15**********************************@microsof t.com...
my asp structure is:

Default.asp 'with two iframes
-Page1.asp
-Page2.asp

Page1.asp y Page2.asp:

<!--#include virtual='Include.asp'-->

only for test my Include.asp have 1mb.

to load this my pool finish with 17mb. but if i use only one iframe the
pool
have 13mb.

why? any solution for this?

i can't replace the iframe with divs and include include.asp in
default.asp
>
Try server executing the include.asp instead of using include.

The problem with using an include is that IIS creates a new 'page' by
replacing all the includes with the contents of the source files then
'compiles' the result.

It's also worth just considering whether this is really a problem?
What's in the include asp anyway?
--
Anthony Jones - MVP ASP/ASP.NET
Jan 13 '08 #3

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

Similar topics

5
by: Gandalf | last post by:
Hello. I thought that strlen was only available after adding #include <string> to my c++ program, but apperently not, or the compiler is clever enough to find it by it self, or what? The...
22
by: Long | last post by:
Problem: to insert the content of a file in an HTML document at a specific location. One possible way is to add a WebCharm tag like this: <%@charm:text 20 0 my_include_file.txt %> When the...
3
by: zdrakec | last post by:
Hello all: I have an aspx page which, when a remote machine opens it via IE, I see a new entry in the Windows Task Manager on the server called w3wp.exe. When I close the IE window on the remote...
1
by: Adam Clark | last post by:
We have an ASP.NET AppPool which crashes frequently. I am more of a systems guy than a programmer, but I used to program in ASP. Can anyone give me any clues about how to track down specifically...
2
by: Ben Dewey | last post by:
everyone, I have a ASP.NET 2.0 application that is creating powerpoint documents on the fly using powerpoint com objects that are installed on the server. I am having some issues with security...
14
by: @sh | last post by:
Guys, We're in the midst of building a new site and have some decisions to make RE the meta data, i.e. Title, Keywords and Description. We need to allow other non development staff to update...
0
by: Doug Odegaard | last post by:
We are implementing a Crystal to PDF solution using framework 1.1 on a Win2K3 server using application pools. Our Crystal version is the developer edition and not the .NET bundled version. The...
0
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
Hi misters, I know the name of AppPool in an web server (Win 2003 server) and I want restart AppPool by code or script. Does anyone know how to restart (or recycle) a web application pool...
2
by: Mr Gray | last post by:
I am trying to install a website that is running successfully on one server but not on the server I am currently trying to run it on. I have created a new website on the server and have added the web...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.