Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Where is the starting entry point of asp.net

0 views
Skip to first unread message

hon123456

unread,
Nov 22, 2009, 9:00:44 AM11/22/09
to
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.

Scott M.

unread,
Nov 22, 2009, 11:22:51 AM11/22/09
to
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


"hon123456" <peter...@yahoo.com.hk> wrote in message
news:cc304f56-b766-4435...@a10g2000pre.googlegroups.com...

Alexey Smirnov

unread,
Nov 23, 2009, 3:36:17 AM11/23/09
to

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.

0 new messages