Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Website administration tool not launching

I have built an ASP.NET MVC 3 project. I click on the icon to go to the administration tool website, it doesn't launch on the browser. So I manually click on it so that it is launched in the browser, but I get to asp.netwebadminfiles/error.aspx.

I haven't been able to see the web site to create roles, etc.!

What is the matter?

like image 455
bb2 Avatar asked Dec 03 '25 18:12

bb2


1 Answers

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

I switch it by:

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

  • you need to have an .aspx file in the root of the project (the folder where also global.asax and web.config is located). Having an .aspx file in any subfolder like "Views" is not sufficient.
  • the name of this .aspx file doesn't matter, it isn't necessary to name it default.aspx

Then the context menu offers a Browse with... option when right-clicking on this file in Solution Explorer.

Which I took from: Change Visual Studio Default Browser in an ASP.NET MVC project

like image 64
bb2 Avatar answered Dec 05 '25 16:12

bb2



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!