DeveloperBarn Forums

DeveloperBarn

Programming & IT forum

Where is the Web Admin Tool?

This is a discussion on Where is the Web Admin Tool? within the .Net Development forums, part of the Programming & Scripting category; Hi, After deploying to a IIS server could not find a way to start Web Admin Tool. Even VS2005 does ...

Go Back   DeveloperBarn Forums > Programming & Scripting > .Net Development

  #1  
Old October 13th, 2008, 01:36 AM
Barn Newbie

 
Join Date: Oct 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1
leemind is an unknown quantity at this point
Default Where is the Web Admin Tool?

Hi,
After deploying to a IIS server could not find a way to start Web Admin Tool. Even VS2005 does not have a button/menu option to start it.

Souldn't it start directly using http://<server.com>/vdir/Webadmin.axd ?

Do I need to install/enable something?

(I'm using RTM version)
Reply With Quote
  #2  
Old October 13th, 2008, 09:36 AM
jmurrayhead's Avatar
The Barnfather


 
Join Date: Mar 2008
Location: Washington, D.C.
Posts: 1,566
Thanks: 39
Thanked 166 Times in 157 Posts
Blog Entries: 7
Rep Power: 10
jmurrayhead is a splendid one to beholdjmurrayhead is a splendid one to beholdjmurrayhead is a splendid one to beholdjmurrayhead is a splendid one to beholdjmurrayhead is a splendid one to beholdjmurrayhead is a splendid one to beholdjmurrayhead is a splendid one to behold
Default

I would just build my own custom interface for this, but if you absolutely must use the web admin tool, the following is claimed to work:

Assuming .Net 2.0 is the framework being used, on your production server go to: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP. NETWebAdminFiles

Setup a Virtual Directory or new website on your production server

Make sure it is setup as .Net 2.0 site and is its own application.

Call the website and pass the applicationPhysicalPath on the QueryString to the root of your application (where the web.config is)

http://localhost:81/<virtual site name>/default.aspx?applicationPhysicalPath=C:\Inetpub\ww wroot\MyWebSite\&applicationUrl=/

You can use the Login controls in the Visual Studio tool box to manage users and such, but I prefer to go further and create my own custom controls.
__________________
jmurrayhead
If you agree with me... click the icon!
If my post solved your problem, click the button in the lower right-hand corner of the post.

If you like it here...throw us a few bones to help
support us.

Join our Folding team: DeveloperBarn Folding

Reply With Quote
Reply

  DeveloperBarn Forums > Programming & Scripting > .Net Development

Bookmarks

Thread Tools
Display Modes

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

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



All times are GMT -4. The time now is 08:24 PM.


Copyright ©2008-2009, DeveloperBarn

Content Relevant URLs by vBSEO 3.3.0