简体   繁体   中英

Setting folder default page in aspnet

My question is really simple. I have a Web application with multiple sub-folders and there's no Default.aspx page in any of these.

How do I set the default page in each of these folders so users can type /folder instead of /folder/login.aspx?

Can this be done through the web.config file? Should I just rename the file in each folder to Default.aspx?

Thanks!

There is a default document section for web.config , and you can even put a web.config in each folder, and inside that config just have the default document set.

There's a Default Document icon in the IIS section of your websites configuration panel. Open that up and you can add login.aspx to the list.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM