Performance in Web applications versus Web site projects in Visual Studio
-
If you're going to make a fairly simple website which will get many clicks/concurrent visitors, e.g. 20 000, which type of project in Visual Studio 2005 or 2008 is the best choice according to performance (fast response time), meaning will there be any difference choosing one type of project over the other? Regards Heidi
-
If you're going to make a fairly simple website which will get many clicks/concurrent visitors, e.g. 20 000, which type of project in Visual Studio 2005 or 2008 is the best choice according to performance (fast response time), meaning will there be any difference choosing one type of project over the other? Regards Heidi
heidihund wrote:
which type of project in Visual Studio 2005 or 2008 is the best
I have not used VS2008 yet but in VS2005 I am only aware of one option for creating a Web Project. :confused: Could you be more specific about what different options you are concerned about?
led mike
-
heidihund wrote:
which type of project in Visual Studio 2005 or 2008 is the best
I have not used VS2008 yet but in VS2005 I am only aware of one option for creating a Web Project. :confused: Could you be more specific about what different options you are concerned about?
led mike
led mike wrote:
Could you be more specific about what different options you are concerned about?
I second that. I think they want to know which makes a better web project, VS2005 or 2008, in terms of live web application. In theory, neither should be better than the other.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
If you're going to make a fairly simple website which will get many clicks/concurrent visitors, e.g. 20 000, which type of project in Visual Studio 2005 or 2008 is the best choice according to performance (fast response time), meaning will there be any difference choosing one type of project over the other? Regards Heidi
Please rephrase your question as to what you are trying to find out. Also, putting your email address in your sig is opening you up to email harvesters crawling around the Internet.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
If you're going to make a fairly simple website which will get many clicks/concurrent visitors, e.g. 20 000, which type of project in Visual Studio 2005 or 2008 is the best choice according to performance (fast response time), meaning will there be any difference choosing one type of project over the other? Regards Heidi
I presume you are talking about the "Web Application" project type that was introduced in VS2005 SP1, versus the "Web Site" option? AFAIK, there is no difference in performance: they are both ASP.NET applications, just with different solution explorer rules. I may be wrong... You might have more luck posting this in the ASP.NET forum[^].
---------------------------------- Be excellent to each other :)