473,418 Members | 2,020 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,418 software developers and data experts.

Problem in running multiple sites on same IIS server

Hi,

I have 2 sites (Site A, B) running on same windows 2003 server
pointing to different home directories.

User logs into site A and is shown a.aspx page and user credentials
are saved in cookies. There is a link to launch site B from Site A.
User clicks the link and is shown Site B - b.aspx. I have a crystal
report on b.aspx which user can run. Crystal report is exported into
pdf and saved to a folder on the server and displayed to user using
response.write()

The problem is...if user requests a crystal report and report is being
generated(it takes 2-4 mins to generate report)...but the user closes
the browser window(b.aspx).
Now if user clicks the link on site A(a.aspx) again to open Site
B(b.aspx) again....it is taking long time to display the page and
sometime the page request times out.

The problem I think is...because the webserver is creating,exporting
crystal report to PDF and it is a CPU intensive work....page is loaded
very slowly.

How IIS handles requests for multiple sites running on same server.
How to stop the report generation if user closes window(using unload
event...but how)

I think I am missing something simple here. Any info is appreciated.
Thanks in advance.

Jun 20 '07 #1
1 1723
requests for the same session are queued. this is probably what is
happening on site b. you can turn off session support on site b (at on
the page running xtal).

you should redesign site b to create the report in the background, and
allow the user to poll for it completion status.

-- bruce (sqlwork.com)

pintoo wrote:
Hi,

I have 2 sites (Site A, B) running on same windows 2003 server
pointing to different home directories.

User logs into site A and is shown a.aspx page and user credentials
are saved in cookies. There is a link to launch site B from Site A.
User clicks the link and is shown Site B - b.aspx. I have a crystal
report on b.aspx which user can run. Crystal report is exported into
pdf and saved to a folder on the server and displayed to user using
response.write()

The problem is...if user requests a crystal report and report is being
generated(it takes 2-4 mins to generate report)...but the user closes
the browser window(b.aspx).
Now if user clicks the link on site A(a.aspx) again to open Site
B(b.aspx) again....it is taking long time to display the page and
sometime the page request times out.

The problem I think is...because the webserver is creating,exporting
crystal report to PDF and it is a CPU intensive work....page is loaded
very slowly.

How IIS handles requests for multiple sites running on same server.
How to stop the report generation if user closes window(using unload
event...but how)

I think I am missing something simple here. Any info is appreciated.
Thanks in advance.
Jun 20 '07 #2

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

Similar topics

1
by: DotNetJunkies User | last post by:
Hello everyone: Ok here is a very weird problem I am having and I hope that some of you can share some thoughts with me on this. First of all, let me start by listing what I have: 1.-...
4
by: DotNetJunkies User | last post by:
Hello everyone: Ok here is a very weird problem I am having and I hope that some of you can share some thoughts with me on this. First of all, let me start by listing what I have: 1.-...
8
by: nick | last post by:
I have a problem and I've been using a cheezy work around and was wondering if anyone else out there has a better solution. The problem: Let's say I have a web application appA. Locally, I set...
1
by: Sinisa Ruzin | last post by:
I am sure that many of you have got this unpleasant message:" Server is not running ASP.NET version 1.1. You will be unable to run ASP ....". I got it after completely rebuilding my machine and...
7
by: jsale | last post by:
I'm currently using ASP.NET with VS2003 and SQL Server 2003. The ASP.NET app i have made is running on IIS v6 and consists of a number of pages that allow the user to read information from the...
8
by: Sarah | last post by:
I need to access some data on a server. I can access it directly using UNC (i.e. \\ComputerName\ShareName\Path\FileName) or using a mapped network drive resource (S:\Path\FileName). Here is my...
9
by: HC | last post by:
Hello, all, I started out thinking my problems were elsewhere but as I have worked through this I have isolated my problem, currently, as a difference between MSDE and SQL Express 2005 (I'll just...
13
by: Samir Chouaieb | last post by:
Hello, I am trying to find a solution to a login mechanism for different domains on different servers with PHP5. I have one main domain with the user data and several other domains that need...
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
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.