Control Panel
Forum
Hosting Help
ASP.NET 3.5 & SQL 2008 Web Hosting
Resources
Login
Members
Shared Hosting
|
New Features
|
Advertise
|
Tutorials
|
Silverlight Tutorials
|
Product Reviews in India
|
Free aptitude test questions
|
TATA Nano Car reviews
Total
members
:
88776
Average new registrations per day (in last 7 days):
89
New Registration:
Open
Register Now
Home
»
Questions & Answers
»
I have created one custom aspx page . How to make it a startup page?
I have created one custom aspx page . How to make it a startup page?
7/14/2008
Author:
Sourav Bhowmick
I cannot host a aspx page i made. How to make it as a startup page?
Answers .............
Author:
Webmaster
webmaster - AspSpider.NET
Posted Date: 7/14/2008
http://aspspider.net/manjaly
My Beta site
You cannot make a custom page as start up page. The best thing you can do is, create a default.aspx page or index.aspx page and automatically redirect to your custom page sing Respons.Redirect()
Author:
Aashish
Posted Date: 7/14/2008
http://aspspider.net/Partner01
Question
Its very simple just goto the solution explorer which is situated in right by default in your visual studio ide and select the page which you want to make as startup page and than right click from the options coming from the right click menu select set as start page and this will do it for you.
And if you have set some other page as your default page like home.aspx or any other and its creating problem in the hosting environment than just make one more page called default.aspx and add Response.Redirect("~/Yourcustompage.aspx") and thats all you have to do to achieve this
Hope it helps
Author:
dan druff
Posted Date: 8/27/2008
if you really want to change your startup page,
just add these codes to your web.config file:
<authentication mode="Forms">
<forms loginUrl="Default.aspx" />
</authentication>
dont forget to place it inside the <system.web> tags
Author:
Waseem Ahmed V
vwaseemahmed@yahoo.com
Posted Date: 9/1/2008
http://aspspider.net/waseemvnb
My Chess Home Page
HiSourav..
Its that simple just in solution Explorer right click the .aspx page which you want to load as default. Thats it is done..!!
If still you face the problem then in your default.aspx (which is automatically created in VS.Net 2005 by default) write the response.redirect("urowndesiredpage.aspx").
If you still have problem then revert me back..
Author:
Mani
Student
Posted Date: 9/25/2008
http://aspspider.info/Manis
HEC Scholarship Programme
dear simply rename that page(to "default.aspx" page) which u want to display,when some one visit your url or website.the only thing u do is to rename that page to default.aspx.
so simple...............
try it
You must
login
to post answer for this question.
Partners
Privacy Policy
Terms of use
Contact Us
SpiderWorks Technologies.
All Rights Reserved.