TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vignesh Kumar
NA
1k
415.8k
Make a page as default home page in VS 2010 for an app
Dec 3 2013 3:08 AM
Hi,
I have a page called profile.aspx. Whenever I run the VS 2010 solution, this profile.aspx has to appear as the home page in the browser. I tried this in web.config file and didn't worked. How can I make it?
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="Profile.aspx" />
</files>
</defaultDocument>
</system.webServer>
and
<authentication mode="Forms">
<forms defaultUrl="Profile.aspx" timeout="2880"/>
</authentication>
Reply
Answers (
3
)
Search a gridview on another page thats is already populated
How to freez grid view of header in asp.net