Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Web Site Administration Tool without IDE

 
Thread Tools Search this Thread
Old 01-16-2006, 07:59 PM   #1
Default Web Site Administration Tool without IDE


I am trying to deploy a simple web application to my client's
production server, but it's not clear to me how MS planned on having
the Security users managed without Studio.

Certainly someone has run into this issue. How do you manage users
(the ones you would normally manage with the Web Site Administration
Tool) without Studio to get you to the Web Site Administration Tool ?

Thanks for your help!



jblankenburg@gmail.com
  Reply With Quote
Old 01-16-2006, 09:10 PM   #2
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
 
Posts: n/a
Default RE: Web Site Administration Tool without IDE
The Web Site Administration Tool is nothing more than a set of pre-built
ASP.NET 2.0 pages and resources that reside within the
C:\Inetpub\wwwroot\aspnet_webadmin\2_0_XXXXX directory.
To enable and configure security, open the Web Site Administration Tool for
your newly created Web application: navigate to the application's URL and add
the WebAdmin.axd file to the end of the URL. For example:

http://myserver/mysite/WebAdmin.axd


--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"" wrote:

> I am trying to deploy a simple web application to my client's
> production server, but it's not clear to me how MS planned on having
> the Security users managed without Studio.
>
> Certainly someone has run into this issue. How do you manage users
> (the ones you would normally manage with the Web Site Administration
> Tool) without Studio to get you to the Web Site Administration Tool ?
>
> Thanks for your help!
>
>



=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
  Reply With Quote
Old 01-16-2006, 09:15 PM   #3
jblankenburg@gmail.com
 
Posts: n/a
Default Re: Web Site Administration Tool without IDE
Is there something special I need to choose in order to make sure that
the WebAdmin.axd file is deployed with the rest of my application?

It is not there in my current build.



jblankenburg@gmail.com
  Reply With Quote
Old 01-16-2006, 09:27 PM   #4
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
 
Posts: n/a
Default Re: Web Site Administration Tool without IDE
WebAdmin.axd is a "Phantom resource" it doesn't actually exist as a file. So
the short answer is, no, you don't have to do anything.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"" wrote:

> Is there something special I need to choose in order to make sure that
> the WebAdmin.axd file is deployed with the rest of my application?
>
> It is not there in my current build.
>
>



=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
  Reply With Quote
Old 01-18-2006, 03:25 PM   #5
jblankenburg@gmail.com
 
Posts: n/a
Default Re: Web Site Administration Tool without IDE
I get a "resource not found error" when I try to go to webadmin.axd.
What could be wrong?



jblankenburg@gmail.com
  Reply With Quote
Old 02-05-2006, 04:38 PM   #6
=?Utf-8?B?WmFuZV9aX1o=?=
 
Posts: n/a
Default Re: Web Site Administration Tool without IDE
I'm having the same issue I was wondering if you were able to resolve this
problem because I get the same "resource not found error"

Thanks for any help you can provide.


"" wrote:

> I get a "resource not found error" when I try to go to webadmin.axd.
> What could be wrong?
>
>



=?Utf-8?B?WmFuZV9aX1o=?=
  Reply With Quote
Old 02-05-2006, 04:48 PM   #7
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
 
Posts: n/a
Default RE: Web Site Administration Tool without IDE
Folks,
this stuff is all in the documentation. In Visual Studio 2005, Go to
"WebSite" at the very top menu, and choose "ASP.NET Configuration" from the
bottom of the list.

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"" wrote:

> I am trying to deploy a simple web application to my client's
> production server, but it's not clear to me how MS planned on having
> the Security users managed without Studio.
>
> Certainly someone has run into this issue. How do you manage users
> (the ones you would normally manage with the Web Site Administration
> Tool) without Studio to get you to the Web Site Administration Tool ?
>
> Thanks for your help!
>
>



=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
  Reply With Quote
Old 02-05-2006, 06:20 PM   #8
=?Utf-8?B?WmFuZV9aX1o=?=
 
Posts: n/a
Default RE: Web Site Administration Tool without IDE
Yes Peter, I can get to ASP.NET Configuration from inside Visual Studio. That
is not my issue. I would like to know how I manage users once the application
is deployed without using the Visual Studio IDE. When I deploy a website I
should be able to manage the users from the site. How do I do that?
www.mysite.com/WebAdmin.axd does not work. It tells me The Resource cannot be
found.

"Peter Bromberg [C# MVP]" wrote:

> Folks,
> this stuff is all in the documentation. In Visual Studio 2005, Go to
> "WebSite" at the very top menu, and choose "ASP.NET Configuration" from the
> bottom of the list.
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "" wrote:
>
> > I am trying to deploy a simple web application to my client's
> > production server, but it's not clear to me how MS planned on having
> > the Security users managed without Studio.
> >
> > Certainly someone has run into this issue. How do you manage users
> > (the ones you would normally manage with the Web Site Administration
> > Tool) without Studio to get you to the Web Site Administration Tool ?
> >
> > Thanks for your help!
> >
> >



=?Utf-8?B?WmFuZV9aX1o=?=
  Reply With Quote
Old 02-05-2006, 06:40 PM   #9
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
 
Posts: n/a
Default RE: Web Site Administration Tool without IDE
Ah! Sorry about that. There are hacks, but I would not reproduce them.
Try here:

http://msdn2.microsoft.com/library/y...us,vs.80).aspx

Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"" wrote:

> I am trying to deploy a simple web application to my client's
> production server, but it's not clear to me how MS planned on having
> the Security users managed without Studio.
>
> Certainly someone has run into this issue. How do you manage users
> (the ones you would normally manage with the Web Site Administration
> Tool) without Studio to get you to the Web Site Administration Tool ?
>
> Thanks for your help!
>
>



=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
  Reply With Quote
Old 02-18-2006, 08:16 AM   #10
mmcd79@tampabay.rr.com
 
Posts: n/a
Default Re: Web Site Administration Tool without IDE
I am having this same problem. MSDN states that there should also be a
directory under c:\inetpub\wwwroot\ called aspnet_webadmin. I do not
have this. No amount of uninstalling IIS and ASP.NET (via
aspnet_regiis) fixes this. MSDN states if this directory is missing,
aspnet_regiis -i will fix it. This is not the case for me.

I can only run the ASP.NET webadmin tool via the IDE which links to an
odd port on localhost (i.e. http://localhost:1217/...). 1217 is made
up as I don't know what it is right now and there is a very lengthy URL
addition where the ellipses is typed.

Can someone please help? I cannot find anything on Microsoft's KB
site, or google groups for that matter.



mmcd79@tampabay.rr.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Site to Site VPN duplicate subnets chuckbudreau Hardware 6 10-22-2009 08:36 PM
Which is better for reporting tool: open source or charge? freezea Software 0 05-21-2009 02:10 PM
Slowness of site to stie VPN aung Hardware 0 11-24-2008 07:36 AM
Top 15 Best Useful Site Picks kristopher@anonymous.to DVD Video 0 07-18-2005 07:07 AM
The Non-Arguable Case Against the Bush Administration 1 Sara DVD Video 65 11-07-2004 02:42 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46