asp.net - Setting folder default page in aspnet -


my question simple. have web application multiple sub-folders , there's no default.aspx page in of these.

how set default page in each of these folders users can type /folder instead of /folder/login.aspx?

can done through web.config file? should rename file in each folder default.aspx?

thanks!

there default document section web.config, , can put web.config in each folder, , inside config have default document set.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -