Pages/Homepage.aspx?pageId=1512The home must be in the pages sub dir because this is used by the sites CMS (Ektron)
The problem I have is that when the homepage is loaded the form tag in the ASP.Net is rendered follows
<form name="aspnetForm" method="post" action="Homepage.aspx?pageid=1512" id="aspnetForm">This should render as:
<form name="aspnetForm" method="post" action="Pages/Homepage.aspx?pageid=1512" id="aspnetForm">This problem only happens on the page that is specified in IIS as the home page. All other pages on the site render fine.
Any ideas?
Thanks Ash......
Ashley JacksonPosted Feb 17, 2011, 3:47 AM
Hope that this helps some one else out too!
Ash...
Suthish NairPosted Feb 16, 2011, 4:56 AM
Ashley JacksonPosted Feb 16, 2011, 3:49 AM
Suthish NairPosted Feb 16, 2011, 3:41 AM
refer links:
msdn, Link1