Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 17, 2011 06:54 AM by duttavr
Member
245 Points
256 Posts
Feb 17, 2011 06:48 AM|LINK
hi,
i download an application which created on asp.net framework 3.5 mvc. and i saw a default.aspx file. and a note in this aspx as
"<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="MvcApplication1._Default" %> <%-- Please do not delete this file. It is used to ensure that ASP.NET MVC is activated by IIS when a user makes a "/" request to the server. --%> "
but on framework 4.0 mvc2 projects does not have default. aspx files.
is this difference for architechture?
Contributor
4035 Points
1079 Posts
Feb 17, 2011 06:54 AM|LINK
it is already answered here Please check this.
http://stackoverflow.com/questions/333596/why-asp-net-mvc-bothers-to-have-a-default-aspx-file
youtubeline
Member
245 Points
256 Posts
About default.aspx in mvc
Feb 17, 2011 06:48 AM|LINK
hi,
i download an application which created on asp.net framework 3.5 mvc. and i saw a default.aspx file. and a note in this aspx as
"<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="MvcApplication1._Default" %>
<%-- Please do not delete this file. It is used to ensure that ASP.NET MVC is activated by IIS when a user makes a "/" request to the server. --%>
"
but on framework 4.0 mvc2 projects does not have default. aspx files.
is this difference for architechture?
duttavr
Contributor
4035 Points
1079 Posts
Re: About default.aspx in mvc
Feb 17, 2011 06:54 AM|LINK
it is already answered here Please check this.
http://stackoverflow.com/questions/333596/why-asp-net-mvc-bothers-to-have-a-default-aspx-file
Please Mark as Answer, if it answers you, also correct me if I'm wrong.