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 / December 2007

Tip: Looking for answers? Try searching our database.

Help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mahain - 18 Dec 2007 10:21 GMT
Myweb application is taking so much time(40-45 sec.) after publish but
when i use this locally it takes (5-7 sec.) to get data from the
server.I am using a .dll file to getdata from the server.
Peter Bromberg [C# MVP] - 18 Dec 2007 19:21 GMT
First of all, "Help" is not a very descriptive subject line for a newsgroup
post. Try to convey some meaningful content such as "Data Access taking a
long time after publish"

At this point all we know is that you are using a dll (an assembly?) for
your data access, and that it is taking a long time after you publish your
app vs. using it locally  (in the Visual Studio IDE in debug mode, perhaps?)

Have you tried turning on Page tracing so you can see where the hangup is?
Have you got <compilation debug="false"... set? You really need to provide
more information if you want help.

-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com 

> Myweb application is taking so much time(40-45 sec.) after publish but
> when i use this locally it takes (5-7 sec.) to get data from the
> server.I am using a .dll file to getdata from the server.
Barrie Wilson - 18 Dec 2007 19:29 GMT
> Myweb application is taking so much time(40-45 sec.) after publish but
> when i use this locally it takes (5-7 sec.) to get data from the
> server.I am using a .dll file to getdata from the server.

As Peter said, this isn't a lot to work with but you might try writing 10-20
lines of code which just connects to your data store and dumps the data into
a page .. use one of the queries from your app

If that still takes 40-45 seconds you have some isolation of the problem;
maybe you have an index on a local table that you forgot to put on the
remote table ... that would be enough to cause your problem ... as would
many other things
Mark Rae [MVP] - 18 Dec 2007 19:43 GMT
> Myweb application is taking so much time(40-45 sec.) after publish but
> when i use this locally it takes (5-7 sec.) to get data from the
> server.I am using a .dll file to getdata from the server.

Could be almost anything - give us a clue...

Signature

Mark Rae
ASP.NET MVP
http://www.markrae.net


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.