473,775 Members | 2,592 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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,export ing
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 1739
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,export ing
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
236
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.- Windows Server 2003 - Standard Edition 2.- IIS 6.0 I have 2 different web sites running on this box,
4
1483
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.- Windows Server 2003 - Standard Edition 2.- IIS 6.0 I have 2 different web sites running on this box,
8
3399
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 it up as C:\domains\appA. Locally, my IIS root points to C:\domains. I don't point it to C:\domains\appA since if I have an appB under C:\domains I wouldn't be able to get to it. So to access it via my browser I go to localhost/appA.
1
1423
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 installing all patches and before starting putting my stuff, even before MS office. So, I was puzzled. Things like iisreset, regiis and other wonderful MS suggested solutions, have not resulted in anything except in me using more and more colorful...
7
2918
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 database into classes, which are used throughout the application. I have made class collections which, upon reading from the DB, create an instance of the class and store the DB values in there temporarily. My problem is that if user1 looks at...
8
9764
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 problem: my vb.net program has problems with UNC. If the UNC server is restarted or goes off-line, my VB.net program crashes. The code for UNC access to the file is included below and is put in the tick event of a form timer control running every...
9
5759
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 call it Express for simplicity). I have, to try to simplify things, put the exact same DB on two systems, one running MSDE and one running Express. Both have 2 Ghz processors (one Intel, one AMD), both have a decent amount of RAM (Intel system...
13
8675
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 a login to show data. I want the user to login only once when he visits any of my domains.
0
9622
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10268
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10048
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9916
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7464
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5360
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4017
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2853
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.