473,394 Members | 2,071 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

ASP .NET Admin Tool Timed out

Hi all,

I have a strange behavior with the ASP .NET 2.0 Admin tool.

When I click on ASP.NET Configuration in VS 2005 the Administration
intro page displays correctly but when I click on any link "Security",
"Application" or "Provider" the message "Tool as timed out" appears.

I can't find any KB article about this problem.

Any help will be appreciated.

S. Nunes

May 1 '06 #1
3 2462
The asp.net admin tool uses Session state to remember what directory and
virtual path you're configuring (note the query string when you first launch
it). Perhaps you have cookies disbaled?

-Brock
http://staff.develop.com/ballen

Hi all,

I have a strange behavior with the ASP .NET 2.0 Admin tool.

When I click on ASP.NET Configuration in VS 2005 the Administration
intro page displays correctly but when I click on any link "Security",
"Application" or "Provider" the message "Tool as timed out" appears.

I can't find any KB article about this problem.

Any help will be appreciated.

S. Nunes

May 1 '06 #2
You must be running IE7. For some reason it doesn't show you any of the help
messages when the config tool times out.

Your problem is either that you didn't install sql 2k5 express when
installing VSNET. The config website, by default, attempts to connect to
this instance of 2k5 as per the default membership provider. A rough outline
on what you need to do:
1) If you don't have sql server installed or access to a sql server, install
sql 2k5 express
2) open up the visual studio command prompt (under start menu/all
programs/visual studio 2005/Visual Studio Tools directory) and type
aspnet_regsql. This brings up a tool that you can use to configure whatever
instance of sql server you have to be accessible by aspnet for use as a
membership provider data source. It also creates a new database. Create a
connection string that connects to that database.
3) In web.config, if you don't have a <configuration></configuration> node,
add it. Inside, add the following:
<connectionStrings>
<remove name=”LocalSqlServer”/>
<add name="LocalSqlServer" connectionString="" providerName =
"System.Data.SqlClient"/>
</connectionStrings>

Insert your sql server's connection string for the aspnet database created
by aspnet_regsql between the quotes after connectionString.

Check out the following site for more detailed info on the process:
http://weblogs.asp.net/scottgu/archi...25/423703.aspx

The problem with that site is that if you aren't running server 2k3, you
can't use the config screens shown (they're only avail in iis 6.0, where XP
has 5.something). But it does describe the issue you're having pretty well
otherwise. You just have to manually change web.config to work. Also,
realize that all the configuration stuff that is screwing you up is
completely hidden from you. It should be in web.config, but its not. So
that's why you have to "remove" the connection string and then add it back
again. Truly annoying.

"se******@hotmail.com" wrote:
Hi all,

I have a strange behavior with the ASP .NET 2.0 Admin tool.

When I click on ASP.NET Configuration in VS 2005 the Administration
intro page displays correctly but when I click on any link "Security",
"Application" or "Provider" the message "Tool as timed out" appears.

I can't find any KB article about this problem.

Any help will be appreciated.

S. Nunes

May 1 '06 #3
Thanks for your detailed answer.

May 1 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: CAS | last post by:
Hi, New on the group so forgive me if this is a FAQ... I've been looking for a tool to handle user admin (for a website I'm knocking together for a club), after all there is no point...
5
by: D E | last post by:
When using my web application manager (http://localhost:8080/admin) I forgot my password. Is there an XML file i can look at to remember/obtain (possibly even set). Thanks
9
by: Andy Sutorius | last post by:
Hi group, I am getting the "could not load type" error and I'm not sure how to debug. Obviously it's a namespace error but I don't see it. Below are code snippets. Yes, the files sit in a...
6
by: Daniel Walzenbach | last post by:
Hi, I have a web application which sometimes throws an “out of memory” exception. To get an idea what happens I traced some values using performance monitor and got the following values (for...
0
by: Nalla | last post by:
Hi, I have a requirement to call webservices from my old C++ application.So first I tried with Vc++.net as follows.....There are 2 approach Dotnet frame work and soaptoolkit 3.0 I am not able to...
1
by: va | last post by:
I deployed the personal web starter kit and its databases on a shared hosting site The hosting site gives me ASP.NET 2.0 and a SQL 2005 server database. Everything is working but now I would like...
1
by: va | last post by:
I need to have a designated admin user add, approve and remove users from the site. They won't have VS 2005 instaleld on their machine. I want to have teh Web Admin tool as part of my site but I...
1
by: Runsrealfast | last post by:
I try and go into the website admin tools and add users. When I do this everytime I get an error telling me that I need a longer password. I have not writen any code in the app yet, I just wanted...
0
by: CharlesA | last post by:
sorry I had to clarify my previous post as I wasn't able to get specific answers so I'm made this very targetted to what I actually pretty desperate to fix. my Setup: I've got XP pro, IIS 5 ,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.