6

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?

6 Answers 6

3

"Special characters in the path may be the problem, according to the posts." as Posted above by Dave Swersky

THIS worked perfectly for me! I had a special character ("#") in my folder path I removed this and removed spaces for good measure! I was getting the error "Tool has timed out" among other errors when accessing the WSAT(Web site administration tool) from the ASP.NET configuration menu item.

Sign up to request clarification or add additional context in comments.

Comments

2

I saw a post somewhere else that said the problems was solved when the default browser was changed to Internet Explorer. I have been using Firefox and have the exact same problem. When I changed the default browser to IE, the configuration page came up with no problem. But it won't work twice in a row without going in and setting the default browser back to IE each time. When I go back in to Program Access and Defaults, "Use by current browser" is selected. I have to reselect IE, and then it will work one time.

Comments

1

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.

1 Comment

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.
1

This is what worked for me.

I'm using Visual Studio 2010 trying to create the membership role. I was trying to use the ASP.NET Configuration in Visual Studio.

Set the 'Default Browser' to Internet Explore.

To do this:

  1. Right click on one of the .aspx pages you have under "Solution Explorer".

  2. Select "Browse With..."

  3. Select Internet Explore and Click on Set as Default.

  4. Close the box.

  5. Go back and click on "ASP.NET Configuration"

  6. This will automatically open Internet Explorer.

Problem Solved :D

I guess what I was doing wrong was using Firefox as the default browser with Visual Studio. I'm guessing Visual Studio works good together with Internet Explorer since Momma and Daddy made them together (awww how cute)

Comments

0

The issue might be related to an application path that has spaces. After googling I managed to bypass the issue by appending the application path to the url manually ie.

http://localhost:{your_port_here}/asp.netwebadminfiles/default.aspx?**applicationPhysicalPath={path_to_your_application}&applicationUrl=/**

Comments

0

As a firefox user, I closed firefox then executed the "ASP.NET Configuration" option in VS2010. It automatically opens firefox (default browser) and now I am seeing WAT page contents.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.