Where is the starting entry point of asp.net

H

hon123456

Dear all,

I have download a open source c sharp program named as
cuyahoga. The solution ontains

10 project. I can find the starting project. But in the starting
project, I cannot find which file is the

starting point for the project. How can I figure out which file is the
starting point and then I can

debug it? Thanks.
 
S

Scott M.

An ASP .NET Web Project is essentially a website. As such, whatever file
that bears the name of the web server's "default" value (on IIS that's
usually "default.htm", "default.asp", or default.aspx") that is placed in
the root of the web application's folder structure will be the one that
usually will be accessed first. But, remember, that on the web, there's no
guaranted that visitors will enter your application through the "front
door". Someone might bookmark a page deep within the site and try to
re-enter at that point.

-Scott
 
G

Guest

Dear all,

          I have download a open source c sharp program named as
cuyahoga. The solution ontains

10 project. I can find the starting project. But in the starting
project, I cannot find which file is the

starting point for the project. How can I figure out which file is the
starting point and then I can

debug it? Thanks.

Select starting project in the Solution Explorer and right click to
open Properties. In the Web Tab you will see what page (or
application) was selected as a Starting Action.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,260
Messages
2,571,039
Members
48,768
Latest member
first4landlord

Latest Threads

Top