Will a website hosted in the webserver affect other sites hosted in the same server?
-
Hi, I am new to asp.net,I would like to know whether my website hosted in the webserver affect other sites hosted in the same server?, I mean the resources used by the website is very high, Should i bother about the resource utilization by my site or it is the head ache of the Service Provider? Plz help.
-
Hi, I am new to asp.net,I would like to know whether my website hosted in the webserver affect other sites hosted in the same server?, I mean the resources used by the website is very high, Should i bother about the resource utilization by my site or it is the head ache of the Service Provider? Plz help.
Subin Alex wrote:
Should i bother about the resource utilization by my site or it is the head ache of the Service Provider?
As a best practice, you should try to minimize it. ;)
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Hi, I am new to asp.net,I would like to know whether my website hosted in the webserver affect other sites hosted in the same server?, I mean the resources used by the website is very high, Should i bother about the resource utilization by my site or it is the head ache of the Service Provider? Plz help.
-
Hi, I am new to asp.net,I would like to know whether my website hosted in the webserver affect other sites hosted in the same server?, I mean the resources used by the website is very high, Should i bother about the resource utilization by my site or it is the head ache of the Service Provider? Plz help.
Hi, Just try to figure out first why is your website running high on resource? Just check whether is is because of any coding issue or not. If it is acoding issue then you have to optimize the code. Take help of latest web debugger tools which will tell you which particular web request is creating the resource crisis. If I would be in your place, then I would like to check it in the staging server or in the development server for performance before final release. If you are sure that it is running perfectly fine in your environment then probably you need to check the production server's system and hardware configuration. Then you can definitely ask the question to your service provider. Regards Saanj
Either you love IT or leave IT...
-
Hi, I am new to asp.net,I would like to know whether my website hosted in the webserver affect other sites hosted in the same server?, I mean the resources used by the website is very high, Should i bother about the resource utilization by my site or it is the head ache of the Service Provider? Plz help.
Hi, yes, you can upload more than one application in same domain. But there should be exactly one webconfig file.
Farogh Haider Web developer