Home All Groups Group Topic Archive Search About

Website config tool asp.net 2.0

Author
12 Jan 2006 11:43 PM
fabian
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?

Author
13 Jan 2006 6:20 AM
Steve C. Orr [MVP, MCSD]
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.aspx?quickid=0511031

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"fabian" <fabian.rayg***@gmail.com> wrote in message
news:1137109408.526713.29660@g49g2000cwa.googlegroups.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?
>
Are all your drivers up to date? click for free checkup

Author
15 Jan 2006 6:20 AM
Newbie
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

Show quoteHide quote
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:eTiMBmAGGHA.2012@TK2MSFTNGP14.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.aspx?quickid=0511031
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "fabian" <fabian.rayg***@gmail.com> wrote in message
> news:1137109408.526713.29660@g49g2000cwa.googlegroups.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?
>>
>
>
Author
17 Jan 2006 4:47 PM
fabian
>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

Bookmark and Share