Web site administration tool does not start

I created an ASP.NET MVC 3 project. I click on the icon to go to the administration tool website, it does not start in the browser. So I manually click on it so that it runs in the browser, but I get to asp.netwebadminfiles/error.aspx.

I could not see the website for creating roles, etc.

What's the matter?

+3
source share
1 answer

The solution was to set Internet Explorer as the default browser, I had Firefox.

I will switch it to:

For an ASP.NET MVC 2 project in Visual Studio 2010, I found that

  • .aspx (, global.asax web.config). .aspx , "".
  • .aspx , default.aspx

" ..." .

: Visual Studio ASP.NET MVC

+3

All Articles