Sie Ste

Sie Ste

  • NA
  • 196
  • 183k

C# main

Sep 19 2011 12:00 PM

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?


Answers (2)