#1) What did you write in your project?
-- a lot of code !? ... the application has never shown in FireFox... im using custom controls, generic controls, a LINQ::SQL -based webservice..
#2) Have you set the
startup page? (Some people who download the sample from my blog said
that they are not able to view the Silverlight page (with no error). I
was wondering why.. then, I came to know that they didn't set the aspx
page as a startup page. So, it run like http://localhost:3993/myproject
that doesn't work. after setting startup page, it run like
http://localhost:3993/myproject/TestPage.aspx and it works.)
-- I believe the start-page is setup correctly, but i'll try messing around with it tomorrow... maybe it MUST be named default.aspx ?? -- im wondering why IE7 works, while FF doesn't...
#3) Just right click on your page and check whether you can see "Silverlight Config" content menu or not.
-- I can't :-(
#4) OR, you can show what you wrote in SL project...
-- the project is basically a "standard project" that we've built everything on... nothing that makes the project special... but, ill see what relevant code and setups i can post, that may be the reason
-----------
Apparently FireFox is working as supposed to on my computer at work -- using the Visual Studio Test-Server... It also works when connecting to the IIS hosted version, that i linked to...
However, i cant open my page, from my FF at home !?.... grrr ... it really can't be a plugin problem - coz i've deactivated ALL OF THEM !!....