views:

21

answers:

1

Hi developers! I have a problem as I have struggled with for a week. Now I give up! I really can not figure out how to solve it. Every time I open the ASP.NET Configuration in VS10, then comes the first with this error: *An error was encountered. Please return to the previous page and try again. *

If I then press: How do I Use this Tool

so this comes up: **Tool Has Timed Out

As a security measure, the Web Site Administration Tool times out after a period of inactivity. Changes to machine.config or web.config may also result in the tool needing to be restarted. To continue configuring your web site, restart the tool. **

Some who can answer me on what's happening here?

+1  A: 

Judging by the Connect site, this error has been reported and is not well understood:

http://connect.microsoft.com/VisualStudio/feedback/details/118567/an-error-was-encountered-please-return-to-the-previous-page-and-try-again

Special characters in the path may be the problem, according to the posts.

Dave Swersky
Thank you for your answer.It was not the problem.My path to the site is C: \ Users \ ThomasBolander \ Documents \ Visual Studio 2010 \ WebSites \ .... Even if I create a new ASP.NET website with all the files by default, so the problem is there.
Thomas Bolander