Configuration :: Live Application Is Not Loading After Some Time?

Jan 18, 2011

My application is live and it's work perfectly, but some time it's not loading and page is not load in browser but when i RESET iis it will working perfect.

application is in visual studio 2005 and back end is sqlserver 2005.

View 4 Replies


Similar Messages:

Configuration :: Deploy 1.1 Application On Live

Feb 8, 2011

We have a web application on ASP.NET 1.1. I have made some changes on the application on local & i have to deploy it on live. How do i do it? Can i copy the pages that i have changed on live & re-compile the entire project there? Is it good idea as we dont have any test server.

View 1 Replies

Configuration :: Access Application Through Public (live) IP?

Jun 11, 2010

I have asp.net application deployed on local server what i want is to access application remotely through public(live)[We have one)..

View 5 Replies

Configuration :: Editing Web.config Of Live Website (application)?

May 11, 2010

What will happen if we edit the web.config file of a live application ?

What steps should be followed to edit it on live environment?

View 5 Replies

Configuration :: Application Crashing From Time To Time?

Apr 26, 2010

From time to time my application crashes and I start getting all sorts of weird errors like "object reference not set to an instance of an object", that then turns to "failed to enable constraints..", etc. Sometimes then the application starts to work again properly by itself, and sometimes not until I restart IIS, after which everything is ok again.

View 5 Replies

IIS Configuration :: Server Has Encountered Error While Loading Application

Jun 15, 2012

Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. in a system having windows XP ... I am trying to deploy a web application insatleld IIS , dotnet framework , published the application & mapped it in IIS but when i try to open the page i get above error

i am trying to deploy a web appllication on  a system but i get the above error after  following & deploying the application

installed IIS

installed framework

created a VS directory & mapped the application folder

View 1 Replies

Configuration :: Application Is Working Fine In Local Environment But Not Working After Push Code In Live

Aug 19, 2010

My application is working fine in local environment but not working after push code in live. My locale environment and hosting environment both are having same configuration. Same app working fine 2 month before but in different domain but same hosting server.

how to check the both config / any possible to run debug mode in hosting server please let me know. below code used in all page for checking user session status but when I click on any link page redirect to login.aspx I think session got timeout. I don't know why session got time frequently, but this issue not happening in local environment (desktop).

[Code]....
[Code]....

View 6 Replies

Configuration :: Web Application Is Compiled At Run-time?

Aug 9, 2010

I'm using "VS 2010 Ultimate" "Web Application" project.

The problem is that web application compilation occurs at run-time.

My steps:

1) change Wep Application source code (*.cs files)

2) rebuild "Web Application" in Visual Studio

3) run web site's(mapped under IIS 7.5) start page via browser

4) Problem: CSC.EXE starts compiling wep application for the second time! Despite I've done it on step 2)

What should I do to escape step 4) ? I don't need re-compilation at run-time!

I've tried "to play" with <compilation batch="false" but it seems to be ignored.

View 6 Replies

Configuration Take Long Time To Upload The Application?

Jun 9, 2010

We deplyed an application to a host, my default asp.net page load 3 small catalogs, this delay to load about 15 secondsthe first time, Can I do something about it

View 1 Replies

Configuration :: First Time Deploying A .Net Application, Get Compile Errors?

Mar 11, 2011

I am using TFS to build my MVC app. I cannot do it because I get lots of compile errors. I am using version 4 of .Net and MVC 2. On the build server I have the .Net framework 4.0 installed. It has been suggested that I should also download the MVC framework as well, but when I look on the net all I can find is this MVC framework; http://mvcframework.codeplex.com/ which does not seem to be relevant and does not work anyway.

One of the assemblies I am missing on the build server is System.Web.Mvc dll.Typical error messages include; "The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)"What do I need to do to fix this?

View 2 Replies

IIS Configuration :: Web Application When Kept Idle Takes Time To Load?

Dec 6, 2012

I have developed a web application in .net & if the web application is idle for some time & after that if we perform some action on that web page then it doesn't respond.

View 1 Replies

Configuration :: Developing A Web Application That Want To Ensure Is Properly Licensed Each Time Log Into It?

Sep 8, 2010

I am developing a web application that I want to ensure is properly licensed each time they log into it. This application can either be hosted by my company or hosted at my client's site. I wanted to do this verification via a web service hosted on my company's server, but the problem is if the client's outside internet connectivity is down I still want them to be able to run the application and have it verify when it's back up and running again.How would you propose I do this?

View 2 Replies

Crystal Reports :: Each And Every Page Loading Time And Where Actually It Take Long Time?

Nov 22, 2010

I have developed an application in asp.net with crystal report. It has more than 30 pages in the project. Now I want to improve the performance of the application.1. What I need is , I want to know each and every page loading time and where actually it take long time to load while requesting the page.There are so many tools available. But am not able to follow as where actually the problem is and how to solve.

View 6 Replies

Crystal Reports :: Taking Too Much Time For Loading On First Time?

Dec 5, 2010

when i am runnig the project, the crystal report(rpt) file will taking too much time for loading on first time... any one please help me to avoid the time delay for loading the rpt file in first time .

View 2 Replies

Timestamp - How Much Time Took Whole Page Loading Time In Asp

Jan 18, 2010

i currently use the context.timestamp function to get the time in the beginning of the request but i want to know if i can check the time sooner in the pipeline (before the load page phase) or the timestamp is the earlier time i can get. now i need to find the latest time after the request was processed, of course i can check the time in the end of the function, but is there somewhere else where i can check the time of the request ending.

View 3 Replies

Configuration :: How To Release Updates Live . .

Feb 5, 2011

How do i release my updates to my website without specifying any downtime and all. . .

i want my updates are updated without stopping any of my current services . .

View 2 Replies

Configuration :: Debug In Live Environment

May 26, 2010

i have a virtual directory in iis for my project. so that my application is accessible in other pcs as well. Now i want do debug the project when somebody is requesting the page from the other pc. i am not running application using (F5) Start Debugging. But still i want to debug when somebody is requesting the page. Netbean IDE has this feature.

View 1 Replies

Configuration :: Moving A Web App Live With A Database?

Aug 26, 2010

The DB I am working with is for memberships. Looking forward, I will load the website to a host provider. I think that the process requires that I also load a database with the hosting company on their server as well. Meaning that I will have two applications, with a connection string to connect the two (the web app, and the database). Is this the normal process for bringing a website live?

View 2 Replies

Configuration :: .NET 1.1 Code Changes Not Reflecting On Live?

Nov 2, 2010

I had made some changes on the aspx page & on the aspx.cs page(code behind). It works fine on my local machine, but when i uploaded those pages on the live server, the changes are not reflecting over there. The site is not compiled & i have been replacing the files on the correct folder, but somehow the changes are not reflecting. I can see my changes on the aspx page, but the changes applied on the aspx.cs page are not taking effect. I even tried to put Response.Write on Page Load but nothing happened.Do i have to refresh the IIS server or some other tricks that might make the changes take effect on live

View 2 Replies

Configuration :: Making A Server Live?

Jun 20, 2010

I have a developed a new website for online document management. I have setup everything on the local network and the site is available on localhost. What I want to do is to make it available on internet. Its my first web project and configuring IIS and resolving database problems after publishing was real headache for me apart from development work (thats another long story). But i have made it up to here and now there is one more step.

How to make a web server live?

I am using asp .net 3.5. The server is in my home (windows xp, IIS 6, microsoft sql server 2005, 10MB bandwidth for internet connection).

I dont want to buy a domain because the website is not commercial. Its just me and my friend who will be using the website and we dont mind putting in ip address. Also, do I have to get a static ip from my ISP?

View 1 Replies

Configuration :: Error Occurred Loading Configuration File - Failed To Map Path

Mar 1, 2010

An exception of type 'System.Configuration.ConfigurationErrorsException' occurred in System.Configuration.dll but was not handled in user code

Additional information: An error occurred loading a configuration file: Failed to map the path '/'.

It started when i installed silverlight 3.0 Is there any fix for this. im getting error in this code:

rootWebConfig = WebConfigurationManager.OpenWebConfiguration("~/");

Configuration

View 5 Replies

Configuration :: Making The Website Live - What Changes Reqiured

Jan 5, 2011

I was working on some website in ASP.NET 3.5 on VS 2010. Though, some of the work is left, I intend to make it live. I have a domain and a host. But are there any chnages to be done in web.config etc before uploading? or how does this process work?

View 2 Replies

Configuration :: Query About Dummy And Live Website?

Aug 17, 2010

i want to know one imp thing abt asp.net website.. suppose i have craete one website project... its dummy.. so suppose i want to make it live so is there any changes which i have to do in that.. becoz if its dummy then its based on one local pc. for making live that should be accessed by all who access the site.

View 2 Replies

Configuration :: What Charts Control To Use On Live Server

Sep 20, 2010

So in my project i need to display charts in an admin panel. I tried MSCharts first, works locally but doesn't work on live server, found later that it's a host permissions issue and most hosts won't accept it.

Then i searched around and found a control called WebCharts, used it and it worked locally, but on live server i got the same permissions issue.

View 2 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







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