![]() |
|
|
|||||||
![]() |
ASP Net - Web Site Administration Tool without IDE |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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=?= |
|
|
|
#3 |
|
Posts: n/a
|
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 |
|
|
|
#4 |
|
Posts: n/a
|
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=?= |
|
|
|
#5 |
|
Posts: n/a
|
I get a "resource not found error" when I try to go to webadmin.axd.
What could be wrong? jblankenburg@gmail.com |
|
|
|
#6 |
|
Posts: n/a
|
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=?= |
|
|
|
#7 |
|
Posts: n/a
|
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=?= |
|
|
|
#8 |
|
Posts: n/a
|
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=?= |
|
|
|
#9 |
|
Posts: n/a
|
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=?= |
|
|
|
#10 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |