Hey,

if anyone has an idea of how to increase performance of a web application (ASP.NET). by means of deployment not code.

Recommended Answers

All 2 Replies

run it on a decent server - win 2003 with at least 2ghz, 512mb RAM

Also build it in release mode, or if using framework 2 create a deployment project. This way the dll is built without all the debugging symbols and is smaller and executes faster.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.