473,808 Members | 2,882 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Website config tool asp.net 2.0

Hello, I am probably in the wrong forum but any direction would be
appreciated. I recently installed the distributable for asp.net 2.0. I
notice that with 2.0 the wizards (1.0, 1.1) are no longer in the
control panel but instead accessed through a website configuration
tool. I know that it can be accessed via visual studio 2005 but I am
testing a server install and installing studio on a server is a no no.
So I am trying to figure out how to access the config directory. I set
up a virtual directory to the CONFIG directory in framework 2.0.
However I keep getting a timeout error. I need to set up some group
access rights but I seem to lack a special config just to use the tool
that studio provides?
Any help?

Jan 12 '06 #1
3 1153
You could create a tool to manage the users remotely.
Or you could use this code that's already been written:
http://www.code-magazine.com/Article...uickid=0511031

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"fabian" <fa************ @gmail.com> wrote in message
news:11******** *************@g 49g2000cwa.goog legroups.com...
Hello, I am probably in the wrong forum but any direction would be
appreciated. I recently installed the distributable for asp.net 2.0. I
notice that with 2.0 the wizards (1.0, 1.1) are no longer in the
control panel but instead accessed through a website configuration
tool. I know that it can be accessed via visual studio 2005 but I am
testing a server install and installing studio on a server is a no no.
So I am trying to figure out how to access the config directory. I set
up a virtual directory to the CONFIG directory in framework 2.0.
However I keep getting a timeout error. I need to set up some group
access rights but I seem to lack a special config just to use the tool
that studio provides?
Any help?

Jan 13 '06 #2
Hi Steve,

I also have the same question with Fabian hovering my mind since I started
using ASP.NET 2.0.
Is it really mean that I have to write my own ASP.NET configuration tools
(such as the one available locally)?

thanks,
Andy

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:eT******** ******@TK2MSFTN GP14.phx.gbl...
You could create a tool to manage the users remotely.
Or you could use this code that's already been written:
http://www.code-magazine.com/Article...uickid=0511031

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"fabian" <fa************ @gmail.com> wrote in message
news:11******** *************@g 49g2000cwa.goog legroups.com...
Hello, I am probably in the wrong forum but any direction would be
appreciated. I recently installed the distributable for asp.net 2.0. I
notice that with 2.0 the wizards (1.0, 1.1) are no longer in the
control panel but instead accessed through a website configuration
tool. I know that it can be accessed via visual studio 2005 but I am
testing a server install and installing studio on a server is a no no.
So I am trying to figure out how to access the config directory. I set
up a virtual directory to the CONFIG directory in framework 2.0.
However I keep getting a timeout error. I need to set up some group
access rights but I seem to lack a special config just to use the tool
that studio provides?
Any help?


Jan 15 '06 #3
>From what I can tell, it looks like the 2.0 SDK may have the
configuration mmc i am looking for. However this probably would not be
the thing to do for server installs. stil looking

Jan 17 '06 #4

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

Similar topics

17
2103
by: MLH | last post by:
After running the following code snippet... MyURL = "http://tycho.usno.navy.mil/what.html" msXML.Open "GET", MyURL, False msXML.send I would like to execute code to perform essentially what would amount to clicking Edit, Select All, CTRL-C in Internet Explorer to capture some basic time 'n date text from the military site and parse it.
2
2657
by: Anna | last post by:
I added a small Web.Config file to the root of my website so that I could view errors on a machine other than the server: <configuration> <system.web> <customErrors mode="Off" /> </system.web> </configuration> However, this immediately threw a different error when I tried to view
7
4050
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...
2
2063
by: Rob Dob | last post by:
Hi, How do I go about installing another Web Site Project inside my existing VS2005 website project. I currently have both a forum WSP and my main WSP application within the same solution. Both compile and run without error. However they are separate applications and I would like to have them together in order to make use of my masterpages, and share controls between. Do I need to combine the web.config files? I figured I would just...
1
1440
by: JJA | last post by:
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".
1
1482
by: JP.Gantlin | last post by:
I don't have the tool! What can I do? as mentioned in the web.config file: Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use
4
1494
by: SAL | last post by:
I'm trying to use the website configuration tool and it keeps telling me that it is unable to connect the SQL Server Database. I do not have SQL Server Express installed. I have the real deal installed on my development box. Is this the problem or is there someway to tell this tool that I'm using and named instance of SQL Server. I ran the aspnet_regsql.exe tool and it installed the aspnetdb database in the server. In the...
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...
0
9600
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
10631
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...
1
10374
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
9196
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
7651
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
6880
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
5548
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...
0
5686
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3859
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.