Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change default.aspx 1

Status
Not open for further replies.

jubble

Programmer
Mar 6, 2002
207
GB
When using Forms Authentication, ASP.Net by default directs the user to 'default.aspx' if there was no original page before the login page.
Can we change 'default.aspx' to something else?
 
in IIS Manager
RIght Click on Virtual Directory >> Properties
Under the documents tab, remove the Default.aspx and add the page you want default for this web site
 
Thanks

Just out of curiosity,

1) is that the only way it can be done...web.config can't be used?
2) how can this change be made during deployment of a Web App?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top