Configuration :: Folder Size On Hosting Server Affect Performance?

Dec 14, 2010

we host the web application on a server and the structure is..

Root
Module1
page1.aspx
Module2
page4.aspx
Temp
archivedImages
image1 image2

The temp folder size is increased every month as we manually add images.

Except the Temp folder every page is requested from the browser...

We dont use the Temp folder for any other purpose other than archive.

Does this affect the performance of the web application i.e. constant size increase?

how different would it be if we moved the temp to some other location out of the Root?

View 1 Replies


Similar Messages:

Web Forms :: Size Of Folder Affect The Performance Of Application?

Mar 17, 2010

I am developing a site similar to forums. I allow users to Post articles and upload files regarding the articles. I am not storing the Attachments contents in DB instead i store only the path of the attachment file and store the actual file in physical folder in the Project directory. WHat i want to knw is if the size of the physical folder increase will it affect the performance of my application.

View 6 Replies

Configuration :: Trigger IE9 To Render In Compatibility Mode Negatively Affect Performance On The Server?

Mar 17, 2011

Would adding "X-UA-Compatible: IE=EmulateIE7" as an http header to trigger IE9 to render in compatibility mode negatively affect performance on the server? I made the change today, adding it, but now some areas of our site are behaving sluggishly, though we did have a large number of changes come in overnight. I know that we can't single out this as the problem, but my boss seems to think it is.

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

AJAX :: How Event That Occurs Every One Second Affect The Web Page Performance

Jun 23, 2010

I am using the timer inside UpdatePanel to check the time every second and enter it to a label control.

But I must ask, How this is going to effect performance? Bandwidth of the site?

View 6 Replies

DataSource Controls :: Will Multiple Tables In A DataSet Affect Performance

Apr 29, 2010

I have a dataset that comprises of multiple tables (about 20) linked together with constraints to reflect the relational database. My question(s):

1) Will having multiple tables affect performance? I'm asking this as there are often times I would not need to get data for all the tables, but only for specific tables.

2) If it does affect performance, would breaking up the tables into their own datasets be the best solution. It seems to me that by doing that, you would lose the ability to apply constraints among tables and tables that might exist in multiple datasets will be subjected to replication.

I would like to have everything in one dataset as I get a view of the related tables and their relationships and also because the Fill method allow me to fill tables, maintaining the hierarchy of the data, but performance is still a key factor.

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

Configuration :: .Net Website Performance Of 2 Sites - Rectify The DB Performance While Insertion?

Sep 20, 2010

I have developed a website in asp.net framework 2 . This website is being hosted in two different servers without any change in code. My issue is about the performance of these 2 sites. One website is taking much time for inserting datas to the DB (SQL server 2005). 2 websites are having different DB server.

I think the issue is for the DB server. How can we rectify the DB performance while insertion and Is there any other cause for this permance issue?

View 1 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 Web Application On Remote Server?

Jul 16, 2010

I'm trying to upload an asp .net application

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

Configuration :: Application Performance Declined After Deploying In Server?

Aug 13, 2010

My application is working well in localhost, but it became very slow after deploying in server.

I have used session which stores 2 string values. What might be the reason? Its taking too much time to retrieve page

View 3 Replies

Configuration :: Basic Database Hosting / Using Sql Server 2k5 Express

Jun 12, 2010

have made a complete website with a db with many table and fields........i have to make a database server where only the database will reside

i have read many links, and many answers here,this is what i got installed sql server 2005!

okay on one pc which had only win xp, i installed dotnetframework 3, then installed sql server 2005 and sql server management studio express.when i open the studio express i use windows authentication and server is the default computer nameit starts and show these folder with already present dbs now what should i do, how can i ask this software to host my database file 'abc.mdf' so that i can benefit from the integrity and consistency features offered by the software for databases?

if importing this db is not possible how to make a new one?, i mean there are four folders where to make the new db in?

"how can i ask my webserver (IIS) to connect to this 'SQL Server Management Studio Express'?"

"how can i ask the debugger to connect to SQL Server Management Studio Express on the other computer"

View 3 Replies

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

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

IIS Configuration :: URL Routing Not Working On Shared Hosting Server

May 7, 2015

i have implemented URL Routing in asp.net website using article (URL...) and it working file offline on my local system but when im trying to run online (from my hosting site) then it is showing error..

HTTP Error 404.0 - Not Found..

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

View 1 Replies

IIS Configuration :: Barcode Not Displaying Properly After Hosting On Server?

Jul 20, 2013

I made one page where barcode is displaying perfectly when i am running it local. but its not working when i uploaded it into the site.

Barcode is not displaying after hosting it  online

protected void Page_Load(object sender, EventArgs e)
{
string Code = Request["code"].ToString();
int w = Code.Length * 40;

[Code]....

here in page load i am making the barcode generation and i am calling it in other page just providing like

imgbarcode.ImageUrl = "BarCode.aspx?code=" + objCustomerBasicinfo.CustomerId; and i copied IDAutomationHC39M.ttf IN C DRIVE windows fonts folder.

its working fine in local, but not in online

View 1 Replies

IIS Configuration :: Steps To Deploy A Change In Server (Hosting)

May 7, 2015

I am brand new to ASP.NET - I actually just finished my first week long class on it last week and now I am back at work trying to use what I learned in class.

On the last day of class we were taught how to deploy an ASP Project to our production server using a wizard in Visual Studio and it worked great.  Now, in the real world, I have a development environment on my desktop at work that matches exactly the production environment on my production server.  If I make a change to the Default.aspx file on my desktop, do I have to deploy it to my production server using the deployment wizard in Visual Studio or can I just copy the Default.aspx file from my desktop to the production server and replace it?  I just don't want to mess up the Project Files and I am not sure if I will if I don't move over everything.

View 1 Replies

Configuration :: Uploading Site With SQL Database To Commercial Hosting Server?

May 11, 2010

This will be my first time trying to upload a ASP.NET site. I would like to upload my site by simply using ftp and transferring the contents of the project directory so that the site will be easy for me to make future updates. Where can I find directions for uploading a ASP.NET site via ftp? I am assuming that I will need to edit the connection string in the web.config file. However, my hosting company told me to just make a full backup of of the database into .BAK file format and upload it via FTP to your the "private" folder. Anyone have any experience with something like this and can tell me how this would affect the connection string? Can I back up the database to a .BAK file from within Visual Studio 2008 or do I have to use Management Studio? I am using Visual Studio 2008 with ASP.NET 3.5, C#, and SQL Server 2008 Express Edition.

View 1 Replies

Configuration :: Running Website Over Php Hosting Server - Linux/unix

Sep 16, 2010

I want to run my asp.net site over my php hosting server/

In other words i want to run my site over apachi server

View 4 Replies

Configuration :: Forms Authentication Won't Work After Deploying .NET App To The Hosting Server

Oct 21, 2010

my ASP.NET app works fine on my development PC, but when I deploy it on the server, the Forms Authentication won't work. The page is being redirected to the "login.aspx" page, but when I enter a valid username/password and hit the login button, it also goes to the login.aspx page (with no errors and no throw, it keeps like this forever).

I am using the default ASP.NET Membership provider, I have setup the hosting server to be exactly as my PC, so both have same settings of IIS, ASP.NET 4.0 Global Configuration (in IIS), and SQL Server 2005 Express Edition.

I searched for this problem in google and tried several suugestion (like removing the clear() in web.config, manually add the membership/role provider in web.config, change security in the physical folders, etc...) but with no luck.Below is my web.config (which is working fine in my development PC): [Code]....

View 17 Replies

Configuration :: Intelligencia.UrlRewriter Doesn't Works On Hosting Server

Apr 8, 2010

I have made a Website in Vs2008 on XP.Did the Url rewriting for this website by using Intelligencia.UrlRewriter.dll.It works fine locally.in my webconfing i did it like this ->

<rewriter>
<rewrite url="~/MstDealer/(.+).aspx" to="~/MstDealer.aspx?nTableKey=$1"/> <rewriter>

View 9 Replies







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