ASP.NET Configuration Won't Open

2.1k views Asked by At

I can't imagine why it won't open!

I've check the issue which could be causing this and they are

  1. not having login control
  2. placing my project in directory with complicated symbols or sth like that and my project dir is clean "C:\Documents and Settings\Shak\My Documents\Visual Studio 2010\Projects\WebApplication1"

What else could it be!!

2

There are 2 answers

1
Mazen Elkashef On BEST ANSWER

The problem seemed to be the white-space in the project name. After removing these, it all worked fine.

0
Jules On

I've also had this problem with VS2010 and FireFox.

What works for me is to make sure the project is running in Debug mode (F5).

It seems counter-intuitive but it works.