Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / June 2007

Tip: Looking for answers? Try searching our database.

Problem in running multiple sites on same IIS server

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
pintoo - 20 Jun 2007 12:58 GMT
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.
bruce barker - 20 Jun 2007 16:14 GMT
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)

> Hi,
>
[quoted text clipped - 25 lines]
> I think I am missing something simple here. Any info is appreciated.
> Thanks in advance.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.