I tested ASP.NET MVC Store sample application and used Firefox v.3.0.8 as a default browser in VS2008.
Based on configuration, "Welcome" view and the corresponding Default.aspx page should be always very first page shown in the browser. Unfortunately, when I start any other page (right mouse click, and select View in Browser option) in VS2008 SP1, whatever page I pick is shown in the browser. The MainTask is not navigating to the Default.aspx page.
Launching debugger, I see that the MainTask’s OnStart() method is not fired.
Switching back to Microsoft Internet Explorer everything works as advertised.
It brings me to the following question.
Was MVC# framework tested with the Firefox browser?
What could be done to make MVC# framework working properly with Firefox?
Regards,
Yitzhak
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tested ASP.NET MVC Store sample application and used Firefox v.3.0.8 as a default browser in VS2008.
Based on configuration, "Welcome" view and the corresponding Default.aspx page should be always very first page shown in the browser. Unfortunately, when I start any other page (right mouse click, and select View in Browser option) in VS2008 SP1, whatever page I pick is shown in the browser. The MainTask is not navigating to the Default.aspx page.
Launching debugger, I see that the MainTask’s OnStart() method is not fired.
Switching back to Microsoft Internet Explorer everything works as advertised.
It brings me to the following question.
Was MVC# framework tested with the Firefox browser?
What could be done to make MVC# framework working properly with Firefox?
Regards,
Yitzhak