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

  • Thread starter Thread starter Morgan Cheng
  • Start date Start date
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.
 
You could perhaps use the urlMappings section to do that.

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