Configuration :: Web Application Runs Slow On Hosting Server?

Aug 16, 2010

I have developed a web application in asp.net with c# with out using master page. I have developed this application in iframe.

The problem is that my application run smoothly but suddenly it stops and do some processing and it run again smoothly.

it stops any where on page load, on button click, on checkbox changed. i can not tell where it stops

it stops only when page post. i can see the processbar on browser's statusbar it stop for long time 40 to 60 seconds and after that i fire same event now process complets within 2 to 5 seconds

Hosting server detail :

1. IIS 6.0

2. Window server 2003.

3. Sql server 2005.

View 4 Replies


Similar Messages:

Configuration :: Website Db Selects Runs Extremly Slow On Windows 2003 (IIS6) When No Console User Is Logged In?

May 23, 2010

I have a really weird problem that I've been investigating for at least one week now. I deliver a website hosting both ASP classic and .NET 3.5 content in IIS6 on a Windows 2003 server environment with MySQL db backend. The solution has been installed on several servers (some hosted in WMWare) with no problems. On one specific server, also hosted in WMWare, the user experience great performance issues on the website. The problems are most seen when using database resources and is not limited to either .net or asp classic, but I am still not sure that the problem is only related to database calls.

Following components are involved:

IIS6 .NET FW 3.5 MyODBC 3.51 / 5.1 MySQL 4.x

Code executed on the server using all resources above runs smoothly when the IIS is not involved. The website shows times up to 2 minutes to execute code that takes 2 seconds outside the IIS. The exact same code is executed. Using profiling tools, I've seen that the great loss comes within calls to unmanaged code, for example when System.Data.ODBC namespace to calls into myodbc.dll.

The tricky part is: If at least one console user is logged in to the server, the performace problems are not seen anymore. When the user logs out, the problem appears again.I have tried to reinstall all components above, tried different versions of MyODBC, tried different website authentication methods, tried to run website under administrator privilegies, installed various MS KB's with no success.

View 4 Replies

Configuration :: Hosting Web Application On Remote Server?

Jul 16, 2010

I'm trying to upload an asp .net application

View 3 Replies

Configuration :: Deploy Silverlight Application On Hosting Server?

May 11, 2010

i have develop my silver light application using asp.net and i want to deploy it , i am using vs 2010 and planing to use vsweb deployment project 2010 for beta

View 1 Replies

Configuration :: Hosting Mobile Website Application On Iis 5.1 Server?

Oct 6, 2010

My machine is having Windows XP service pack 2 and IIS 5.1 how to host the asp.net mobile application website.

We cannot create a new site in iis 5.1.Even though i did some settings by following the same settings for windows 7 but it is not working.

Also provide any links which illustrate mobile website hosting settings.

is the hosting settings differ from mobile to mobile.Our application is designed for iPhone.

View 3 Replies

Configuration :: Slow Performance With Offshore Hosting - Does Distance Between Servers And DBs Matter

Sep 7, 2010

I just had to moved a site of mine from a hosting service here in the states to an offshore host located in Malaysia. My database is still located on the east coast of north america and I am wondering if the distance between the database and the file system might be to blame for slow load times or if moving my database as well would be a waste of time.

View 2 Replies

Configuration :: C# Web Application Slow Once Published

Jan 12, 2011

My application runs quickly when debugging locally, but slows down to an almost unusable state once published. Oddly, the published version seems to be grabbing data very quickly from MSSQL - it's the part where I'm updating datatables and gridviews that is very slow. For example:

[Code]....

View 8 Replies

Configuration :: Upload Via FTP Works When Code Runs Locally But Not From A Remote Server?

Nov 15, 2010

I have a page which uploads a file from server A to server B. The user first uploads the file to server A, where it's saved into a diretory, then once the file is safely stored there, I'm transferring it to a second server, server B, using the following code:

[code]....

So, in summary, the only difference I can see between the working case and the non-working case is the server that'ssending the file.

View 4 Replies

IIS Configuration :: Site Runs Locally But Page Does Not Open When Hosted On Server

May 7, 2015

I have a site (URL...) which loads and runs fine locally on the server itself, but when I try to access this externally from outside of the server (and firewall) will not load. In Safari for example, I get the message "Safari could not open the page because the server stopped responding".I have other sites on this server that do load and operate fine so I don't belive this is a Firewall issue. One thing I did notice however is that when the error message appears, it seems like the site is trying to change the protocol from http to https.

I'm trying to debug this to find out what could be happening. I've tried looking into the IIS logs as well as the Event Viewer but I see nothing. I have even tried to turn on Failed Request Tracking but no errors are logged.

View 1 Replies

Configuration :: Same Application In Two Hosting ?

Oct 2, 2010

I have one asp.net application which is successfully runnig in hosting...Now we have one more hosting provider there also we deployed the same application..But in our old hosting all the pages are load very quick compare to new hosting.. so i need to see the difference why it load page very slow in new hosting...?So how can we check that its a server problem (or) Traffic (or) network problem (or) any other..

View 14 Replies

Configuration :: Initial Web Application Load Is So Slow?

Apr 11, 2010

I have a simple web application that loads very slow the very first time after i deploy it. I am using ASP.NET 3.5 SP1 / VS 2008 / Linq / Web forms to load the default.aspx home page. It is a very light page with nothing too fancy.Now to debug this load issue, I logged all the events in the global file and got the following log text:

2010-04-10 11:58:38,083 - Application_Start
2010-04-10 11:58:38,111 - Application_BeginRequest
2010-04-10 11:58:38,117 - Application_AuthenticateRequest
2010-04-10 11:58:52,321 - Session_Start
2010-04-10 11:58:52,454 - Page_Load
2010-04-10 11:58:53,951 - End Page_load
2010-04-10 11:58:53,981 - Application_EndRequest

Now my question is, between the Application_AuthenticateRequest and Session_Start functions, there is generally around 10 - 15 seconds - which i believe seems to be the problem.The thing, I am unsure why this is slow between these two functions.I am not using any forms authentication.Also, I am not doing anything fancy in the global file besides setting a session variable.

View 9 Replies

Configuration :: Hosting Web Application Project?

Dec 31, 2010

I did a smalll project in asp.net C# and Backend in Sqlserver2005.

I want that to upload my project on Internet, I have a domain name and i want to add a link (PROJECT) on clicking this link my project is going alive.

View 5 Replies

Configuration :: Unable To Connect To Cloud After Hosting Application On IIS?

Dec 16, 2010

Normally my application is working fine.After I host my asp application on IIS I get an exception "internal error", when I try to execute the below lines of code.

where CertificatePath = C:inetpubwwwroot......

X509Certificate2 cert = new X509Certificate2(CertificatePath, CertificatePassword);
var serviceManagment = ServiceManagementHelper.CreateServiceManagementChannel(EndpointConfigurationName, cert); var listServices = serviceManagment.ListHostedServices(SubscriptionId);

I suppose the application is not able to read the IIS certificate.I am trying to connect to windows azure cloud for which the certificate is required to get list of hosted services from cloud.

Stack trace -

StackTrace = " at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.X509Certificates.X509Utils._LoadCertFromFile(String fileName, IntPtr password, UInt32 dwFlags, Boolean persistKeySet, Safe...

View 2 Replies

Configuration :: Need Complete Flow Of Application Hosting Procedure And How To Configure IIS

Feb 10, 2011

i ..need complete flow of application hosting procedure and how to configure IIS

View 2 Replies

Configuration :: Error On Deploy Application With SqlServerCe 4.0 On Hosting Service

Nov 27, 2010

Error on deploy application with SqlServerCe 4.0 on hosting service

View 4 Replies

Configuration :: Uploaded Hole Web Application To Arvixe Hosting Company?

May 20, 2010

if uploaded my hole web application to arvixe hosting company then when i try to run it it give me the following error (Does any one know what it is that i should do)

[Code]....

View 6 Replies

Configuration :: App Runs But When Move It To The Server, Get This Error On Server: ERROR [42S02]

Apr 14, 2010

, I've researched this quite a bit and I'm just not seeing the problem. The app runs beautifully when living on my pc - the app on my pc connects successfully to the SQL Server 2008 Express Database (which sits on a server - not my pc). However, as soon as I publish this application to the server that the SQL Server 2008 Express Database sits on, I get this error when I try to run the application:

ERROR [42S02][Microsoft][SQL Server Native Client 10.0][SQL Server]Invalid object name 'user'

It's behaving as if it either doesn't know where the table is when the app tries to run on the same server as the database or maybe the app doesn't have permission to hit the database once the app is on the same server as the database. I have connections on my pc and the server defined for this database, I verified that I set up each connection the same. I've also tried connecting using [dbo].[user] and this doesn't remedy the situation either. my connection string is in my web.config and it looks like this:

<add name="directoryConnectionString" connectionString="DSN=directoryProd" providerName="System.Data.Odbc" />

my sql looks like this:

<asp:SqlDataSource ID="SqlDataSource1" runat="server"

connectionstring="<%$ ConnectionStrings:directoryConnectionString%>"

ProviderName="System.Data.Odbc"

SelectCommand="SELECT fName FROM [user]"></asp:SqlDataSource>

View 1 Replies

SQL Server :: General Error Login Failed For User ''on Windows 2008 In Application That Runs Correctly On Wind"

Sep 20, 2010

we have a web application that one company prepared for us. this application read connection string from registery key in hkey_local_machine and connect to sql server 2005 database. It worked correctly in windows server 2003. we changed our Server'OS to windows server 2008. but we have a problem to login. after try to login we see this error: Server Error in '/dabir' Application. Login failed for user ''. The user is not associated with a trusted SQL Server connection. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Source Error:

[Code]....

Stack Trace:

[Code]....

View 4 Replies

Configuration :: Website Slow In Live Server?

May 22, 2010

I am using the asp.net 3.5. i have development a website using master page, user control, update panel, asp.net ajax such as loading box and message box etc. when i testing the site in my local, it show with the normal speed. but after i upload the website into the live server, the loading box and message box is slow loading.if there is a popup of messagebox, it is slower and when i click the ok button on the message box. it seem close in very slow and have a duplicate box come out. i have no idea on it. why it is so slow when uploaded to the server?

View 1 Replies

Configuration :: Hosting On Own Web Server?

Aug 10, 2010

I hope, the post is posted where it should be posted.I want to host my website on my IIS webserver so that I can access it on Internet. Could someone provide links for it.

View 13 Replies

MVC :: Hosting 2 Application In IIS 5.1 Server?

Feb 18, 2011

How to host MVC 2 application in IIS 5.1 server ?

I am not getting even after doing all the settings in iis server...

View 2 Replies

Configuration :: Hosting The Site On Local Server On IIS 7?

May 4, 2010

I am trying to host a site on my local system and also tried it on my university server but am finding a great difficulty hosting the site. The site is made in ASP.NET C# and also have silverlight application in it. I am not able to configure or wither host the site on the server. I am having IIS 7 and Windows 7 as the OS. I have enabled IIS 7 on it. (I am using the SQL Server 2005 Express Edition and have almost no knowledge on hosting on IIS 7)

View 2 Replies

Configuration :: How To Host Wcf Service In Hosting Server

Sep 1, 2010

I have a domain(www.fortunebells.com) in hosting server zetnetindia.I have created wcf service and added service reference in my project.I want to host the service reference in the domain. how can i do this?

View 1 Replies

Configuration :: Hosting Site On Internal Server?

Jul 26, 2010

I am building a web application that is used to access and report to and from a database in a small compnay. The company has there own server for their network and design software. What I want to do is use this netwrok to host the website I have built. What im wanting to know is will this be secure? Can use the comapnys server to host the site, and in a sense not put the website online so that just the computers on the server can access the website? Will this be secure?

View 3 Replies

IIS Configuration :: How To Get Domain And Server For Hosting Website

Nov 16, 2013

I need to create asp.net website. Its ok. How to host a website with domain name which can be accessed in net by every one. I need a domain name which is free of cost and easily created from my computer.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved