Is it possible to config "default page" in web.config?

M

Morgan Cheng

Without IIS configuration, is it possible to set "default page" in
web.config?

I am curious about that because I am developing in VS2005 with ASP.NET
Development Server. I want to config it with web.config.

Thanks.
 
P

Patrice

You could perhaps use the urlMappings section to do that.

My personal preference would be to keep the default "default page".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top