Full Trust level: should be a concern?
Should I worry about the safety of my application if it runs in Full Trust level?
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.
IIS for beginner [closed]
Closed 11 years ago.
add a prefix to localhost [closed]
Closed 11 years ago.
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.
Is it possible to get dynamically generated html in asp.net tags using HTTP Modules?
I want to know if it is possible to write to a log/text file dynamically generated HTML in asp.net tags in an .aspx page using HTTP modules.
Streamlining ASP.Net MVC deployment? [closed]
Closed 11 years ago.
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 […]