MasterPage Home

0

I would like to ask how to leave the masterpage as default in an asp.net project (web site), I believe it, I put the navigation menus, but when loading it I throw this error

HTTP Error 403.14 - Forbidden The web server is configured to not list the contents of this directory.

and to load a default page, I have to put the path in the browser

Greetings

    
asked by koxe_24 15.05.2018 в 19:11
source

1 answer

0

Master pages are simply to define the look, design and standard behavior that you want all pages to have.

It is not a page as they can be aspx since it can not be displayed in a browser by itself. What you should do is put your Home page as initial (either in the web.config or by the configuration of visual studio).

    
answered by 16.05.2018 в 10:47