I am new to C#.net web applications but I have worked on C#.net desktop applications.
I am trying to determine what is the startup point is for a C#.net 2010 web application. In a desktop application, you can find a program.cs file that contains a static main method. H
However in the C#.net web application I am looking at, there is no program.cs file. Thus how can I tell what the startup file is? At least what is the main method I am looking for? If there are several main methods, which one am I looking for?