Relative Content

Tag Archive for iis

Port numbers in Visual Studio projects and IIS

I have a few questions about localhost and port numbers as this is an area where I do not have a lot of knowledge, and because I recently had to work with setting up Visual Studio projects and IIS and there are things I’m not clear on.

Idea to develop a caching server between IIS and SQL Server

I work on a few high traffic websites that all share the same database and that are all heavily database driven. Our SQL server is max-ed out and, although we have already implemented many changes that have helped but the server is still working too hard.

Delivering and caching files in asp.net

The question is – what is an effective way to deliver files to users? Consider an asp.net application which gives an ability to view various files. A kind of image library or web file directory. Key points are:

catch(Exception ex) would this example be a code smell? [duplicate]

This question already has answers here: Is catching general exceptions really a bad thing? (12 answers) Closed 11 years ago. We have production code that is not easily deployed in a test area. We also have a new library of code that we would like to “plug in” to the production code. The production code […]

catch(Exception ex) would this example be a code smell? [duplicate]

This question already has answers here: Is catching general exceptions really a bad thing? (12 answers) Closed 11 years ago. We have production code that is not easily deployed in a test area. We also have a new library of code that we would like to “plug in” to the production code. The production code […]