473,770 Members | 1,642 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.Net Website Administration Tool not available in Vstudio 2005 menu

JJA
I am exploring use of the new ASP.NET 2.0 membership facilities.

Using Visual Studio 2005 on WinXP, I have one little site in
http://localhost/mySite which exposes the menu choice "ASP.Net
Configuration" when I click on the menu bar item "Website".

And yet, using Vstudio 2005 on WinXP, I have another little site in
http://some.remotePC.com/mySiteA which does NOT expose the menu choice
"ASP.Net Configuration".

some.remotePC.c om is the machine near me that hosts other sites
(classic ASP, ASP.NET 1.1, etc.). Of course, it has .Net framework 2.0
installed on it and http://some.remotePC.com/mySiteA is configured to
run with ASP.NET 2.0 in an application pool configured for that.

So, back at my desktop running Vstudio 2005, why can't I visit the
"Website" menu and click on "ASP.Net Configuration" for this latter
site but the one locally hosted I see that choice.

Thanks for your time helping me.

Sep 15 '06 #1
1 1438
That is normal. The web config tool pins up locally using the built in web
server. it is basically a front for the web.config files in the app, as well
as a conduit for the database. You can dupe the site locally and configure
there. Then copy the web.config files. Point to the remote dataase and any
users created will be created on the remote site.

Hope this helps.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ****
Think outside of the box!
*************** *************** *************** ****
"JJA" <jo***@cbmiweb. comwrote in message
news:11******** *************@m 73g2000cwd.goog legroups.com...
>I am exploring use of the new ASP.NET 2.0 membership facilities.

Using Visual Studio 2005 on WinXP, I have one little site in
http://localhost/mySite which exposes the menu choice "ASP.Net
Configuration" when I click on the menu bar item "Website".

And yet, using Vstudio 2005 on WinXP, I have another little site in
http://some.remotePC.com/mySiteA which does NOT expose the menu choice
"ASP.Net Configuration".

some.remotePC.c om is the machine near me that hosts other sites
(classic ASP, ASP.NET 1.1, etc.). Of course, it has .Net framework 2.0
installed on it and http://some.remotePC.com/mySiteA is configured to
run with ASP.NET 2.0 in an application pool configured for that.

So, back at my desktop running Vstudio 2005, why can't I visit the
"Website" menu and click on "ASP.Net Configuration" for this latter
site but the one locally hosted I see that choice.

Thanks for your time helping me.

Sep 15 '06 #2

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

Similar topics

7
1581
by: Jonathan Wood | last post by:
Greetings, I have extensive programming experience (nearly 20 years) but have yet to write a full-blown Web application. In fact, I have done hardly any server/client/database programming at all. I now have a client that would like me to write a Web-based version of their existing software. Since I've worked mostly with Microsoft products, I had assumed .NET would be the platform to use. But now I'm not so sure and am looking for...
0
1698
by: clintonG | last post by:
I applied aspnet_regsql to SQL2K which was working fine throughout Beta 2 development. After installing Visual Studio and SQL Express RTM my application has blown up. Logging in to the application became realllllllllllly slow. Content in LoginView Role Groups was not displaying even after a user in a role had logged in. It was taking about 15 seconds or so for the login control to display when the login link was selected on the homepage....
7
4048
by: vamichael | last post by:
When I try to run the Website Administration Tool from my published application using http://localhost/myapp/webadmin.axd I am getting a "resource not found" error message. I can use the Admin tool from the IDE however. I noticed some people referring to a directory called c:\Inetpub\wwwroot\aspnet_webadmin\, which i do not have on my system.
1
352
by: qwende | last post by:
I just tried to manage individual pages using the website administration tool, but instead of seeing the individual pages I only see individual folders when looking at my website via the tool. How do I set access roles using this utility for individual pages? This is what I do: 1) From VS: WebSite > ASP.Net Configuration 2) Click the 'security" link on the WebSite Administration main page, 3) Click "create access rules" on the page...
4
2892
by: John | last post by:
Hi Can ASP.NET 2.0 Website Administration Tool be packaged with an application so clients can manage their own users? If not is an alternative available? Thanks Regards
1
10724
by: ZZ_Scarab | last post by:
Hi, <I posted this on the microsoft.public.dotnet.framework.aspnet.security newsgroup but before I got a reply this newsgroup has become unavailable!! So I'm posting it here again. Sorry for the inconveneice.> I tried using the ASP.Net Web Site Administration Tool to setup security for a web site I'm creating using VS 2005 C#. When clicking on the Security tab, I get the error message: "Unable to connect to SQL Server database". I then...
3
2787
by: =?Utf-8?B?SGVyYg==?= | last post by:
Can I use the Website Administration tool to manage users and roles for multiple ASP.NET applications using a single, common ASPNETDB? If so, what changes do I have to make to the web.config files for these various applications to allow authentication from that single ASPNETDB. I'd also like to be able to maintain the users/roles and application access from the web server rather than from my development computer. Right now it seems...
2
1631
by: Wayne Smith | last post by:
Applies to: Visual Studio 2008 Professional Hi everyone, I'm in the middle of creating a website with VS2008 and I'm trying to integrate a user registration/login section on the website but I've come up against a small problem. I've configured the database and set up a test user through the ASP.NET Website Administration Tool (Website ASP.NET Configuration), I've created a user registration page and a user login page but when I try to...
0
1016
by: dm1608 | last post by:
I understand the concept of the WAT tool for ASP.NET. It seems to work well when used from a developer PC and launching thru Visual Studio 2005, etc. The coolness of Membership, Roles, etc., quickly fade as I try and deploy a website using these technologies.... I have inhereted a website that I need to host that contained a bunch of pre-compiled web pages and assemblies using .NET 2.0. The author said that I need to run the...
0
9432
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10232
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10059
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10008
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8891
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 project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7420
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6682
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5313
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3578
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.