473,586 Members | 2,855 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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",
"Applicatio n" 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 2472
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",
"Applicatio n" 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:
<connectionStri ngs>
<remove name=”LocalSq lServer”/>
<add name="LocalSqlS erver" connectionStrin g="" providerName =
"System.Data.Sq lClient"/>
</connectionStrin gs>

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

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******@hotma il.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",
"Applicatio n" 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
1749
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 reinventing the wheel... I need something that is easy to implement, but I'm not too bothered about the actual administration side of things as we'll have...
5
37989
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
1986
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 subdirectory called "admin". The webpages in the root directory, "psyche" do not have any errors. So it's something with the name admin? But what? Yes,...
6
3777
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 one day): \\FFDS24\ASP.NET Applications(_LM_W3SVC_1_Root_ATV2004)\Errors During Execution: 7 \\FFDS24\ASP.NET Apps...
0
6192
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 interact with webservice thru c++.I think ther is a bug in MS implementation for c++ to interact with webservice because I am able to connect to the...
1
1123
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 to use the ASP.NET Web Admin tool to manage users, roles, etc... How do I get the web admin tool to change the data on my hosted SQL server rather...
1
1559
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 want to avoid having to rewrite all the code to manage my users and roles. Is there a way to incorporate the ASP.NET 2.0 webadmin tool into my...
1
1382
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 to start by trying to get the security figured out. I can create roles and everything else, but it will not let me create any users. The same is...
0
1795
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 , visual Studio 2005, asp.net 2.0 and C#, I have SQL server 2005 installed as well. if I create a web site with the internal web server of VS2005,...
0
7911
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main...
0
7839
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8200
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8215
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6610
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2345
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1448
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1179
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.