<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Configuration and Deployment</title><link>http://forums.asp.net/26.aspx</link><description>Configuring and deploying ASP.NET applications - web.config, \bin, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Setup Web Admin Tool for Production Servers</title><link>http://forums.asp.net/thread/2678593.aspx</link><pubDate>Mon, 13 Oct 2008 08:09:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2678593</guid><dc:creator>ireshpatel</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2678593.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=2678593</wfw:commentRss><description>&lt;p&gt;Help me.&lt;/p&gt;
&lt;p&gt;My problem is user credential is not validating on published path.&lt;/p&gt;
&lt;p&gt;development machine and production machine is same.&lt;/p&gt;
&lt;p&gt;development path e:\webproject&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;published path e:\webonline&lt;/p&gt;
&lt;p&gt;first page is login page. User created and through web-&amp;gt;asp.net configuration menu of vs. now all is working fine in development. but after publishing when i m accessing through internet browser i.e &lt;a href="http://localhost/webonline"&gt;http://localhost/webonline&lt;/a&gt; , login page is coming but user credential is not validating and not allowing to log on. &lt;/p&gt;</description></item><item><title>Re: Setup Web Admin Tool for Production Servers</title><link>http://forums.asp.net/thread/2678284.aspx</link><pubDate>Mon, 13 Oct 2008 05:09:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2678284</guid><dc:creator>kuimengng</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2678284.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=2678284</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;khaivq:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;font face="Arial" size="2"&gt;I have been able installed WebAdminTool for Production Servers using the following steps:&lt;br /&gt;&lt;br /&gt;Create a virtual directory ASP.NETWebAdminFiles in IIS that point to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles&lt;br /&gt;&lt;br /&gt;Open properties windows of the new virtual directory, make sure that it is configured to run with ASP.NET 2.0, and in Security tab, uncheck Anonymous Access, check Integrated Windows Authentication.&lt;br /&gt;&lt;br /&gt;After that, you will be able to connect to WebAdminTools using the following syntax&lt;br /&gt;http://localhost/ASP.NETWebAdminFiles/default.aspx?applicationPhysicalPath=XXX&amp;amp;applicationUrl=/YYY&lt;br /&gt;in my case, it is:&lt;br /&gt;http://localhost/ASP.NETWebAdminFiles/default.aspx?applicationPhysicalPath=D:\Tasks\Libranyon\Photonyon\&amp;amp;applicationUrl=/Photonyon&lt;br /&gt;&lt;br /&gt;Although I don&amp;#39;t recommend to do it, if you want to access WebAdminTool from other computer, open WebAdminPage.cs from (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles\App_Code) and comment the following code block&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!application.Context.Request.IsLocal) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SecurityException securityException = new SecurityException((string)HttpContext.GetGlobalResourceObject(&amp;quot;GlobalResources&amp;quot;, &amp;quot;WebAdmin_ConfigurationIsLocalOnly&amp;quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WebAdminPage.SetCurrentException(application.Context, securityException);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application.Server.Transfer(&amp;quot;~/error.aspx&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;WebAdminTool still be protected by Intergrated Windows Authentication, so you still some have some defense here.&lt;br /&gt;&lt;/font&gt;&lt;br /&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Hi khaivq,&lt;/p&gt;
&lt;p&gt;Your post on &lt;a href="http://forums.asp.net/p/932674/1155428.aspx"&gt;http://forums.asp.net/p/932674/1155428.aspx&lt;/a&gt; is very useful. I got it working on a development machine (and also a virtual machine). However, when I transferred it to a production machine, I keep getting the message &amp;quot;This tool cannot be remotely accessed.&amp;quot;. Very frustating! I have checked that both machines have the same setup:&lt;/p&gt;
&lt;p&gt;1. Operating system (Windows 2000 Server SP4)&lt;/p&gt;
&lt;p&gt;2. .NET version (2.0)&lt;/p&gt;
&lt;p&gt;3. Directory structure: web application is installed in E:\BusinessReporting, Website Administration Tool website is in E:\BusinessReporting\ASP.NETWebAdminFiles.&lt;/p&gt;
&lt;p&gt;4. Virtual directory set up for E:\BusinessReporting\ASP.NETWebAdminFiles, using ASP.NET 2.0, Directory Security set to Integrated Windows Authentication.&lt;/p&gt;
&lt;p&gt;5. Link to the WSAT:&lt;br /&gt;&amp;nbsp;&amp;nbsp; Response.Redirect(&amp;quot;http://&amp;quot; &amp;amp; Server.MachineName() &amp;amp; &amp;quot;/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=E:\BusinessReporting\&amp;amp;applicationUrl=/BusinessReporting&amp;quot;)&lt;/p&gt;
&lt;p&gt;I wasn&amp;#39;t sure about whether Integrated Windows Authentication was working on the development and production machines but for both machines, from my workstation:&lt;/p&gt;
&lt;p&gt;User.Identity.AuthenticationType = Negotiate&lt;br /&gt;User.Identity.IsAuthenticated = True&lt;/p&gt;
&lt;p&gt;The impersonated account is an Administrator so there shouldn&amp;#39;t be any permissions issue.&lt;/p&gt;
&lt;p&gt;I think that if I reinstall everything on the production server, it will probably work but I&amp;#39;m hoping to avoid this.&lt;/p&gt;
&lt;p&gt;Is there something I&amp;#39;ve missed?&lt;/p&gt;
&lt;p&gt;Thanks in advance for any help.&lt;/p&gt;
&lt;p&gt;Kui Meng Ng.&lt;/p&gt;</description></item><item><title>Re: Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1749799.aspx</link><pubDate>Mon, 11 Jun 2007 23:34:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1749799</guid><dc:creator>MikeMarynowski</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1749799.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1749799</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;One more cool tip for streamlining the webadmin - you can set the application path and application physical path programmatically by putting these lines:&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;Session[&amp;quot;WebAdminPhysicalPath&amp;quot;] = @&amp;quot;C:\Inetput\wwwroot_yourwebsitepath&amp;quot;;&lt;/p&gt;
&lt;p&gt;Session[&amp;quot;WebAdminApplicationPath&amp;quot;] = @&amp;quot;http://youwebsiteaddress.com&amp;quot;;&lt;/p&gt;
&lt;p&gt;in the&amp;nbsp;OnInit() function inside default.aspx.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Or alternatively, you can create another form that authenticates the users, and sets these session values accordingly, and redirects.&amp;nbsp; You can impersonate a privileged windows user account for this application that has all the&amp;nbsp;windows&amp;nbsp;rights you need, and voila, you have forms based authentication.&amp;nbsp; Theres a few more things you should change to secure things properly going this route, but that should give you a good start.&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1290420.aspx</link><pubDate>Fri, 19 May 2006 05:59:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1290420</guid><dc:creator>sasik</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1290420.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1290420</wfw:commentRss><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;Need help.&lt;/p&gt;
&lt;p&gt;&lt;font color=#000000&gt;Is it possible&amp;nbsp;&lt;font size=2&gt;&lt;font face=Arial&gt;read web.config file of V1.1 in an application from V2.0 ?&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;or&amp;nbsp;Read the configuration file located outside the application root.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;using webAdmin Tool in any&amp;nbsp; way,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;Thanks,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;Sasi&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1163544.aspx</link><pubDate>Mon, 09 Jan 2006 23:11:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1163544</guid><dc:creator>mandkcasey</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1163544.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1163544</wfw:commentRss><description>Please forgive me, I really want this to work, but I do not understand what is going on.&amp;nbsp; I have a Windows 2000 Server.&amp;nbsp; I have a folder under the C drive named TTETranscriptsIntranet2.&amp;nbsp; When you check the web sharing for this, it simply states it is web shared as '/'.&amp;nbsp; When I try to go to &lt;a href="http://localhost/TTETranscriptsIntranet2"&gt;http://localhost/TTETranscriptsIntranet2&lt;/a&gt;, I just get a page not found error.&amp;nbsp; Since I setup a virtual folder for the ASP.NETWebAdminFiles directory I also tried &lt;a href="http://localhost/ASP.NETWebAdminfiles"&gt;http://localhost/ASP.NETWebAdminfiles&lt;/a&gt; and got nothing from that either.&amp;nbsp; I threw a 'default.aspx' on the end and received a " 'Could not load type 'Email_Excel.Global' " error.&amp;nbsp; It is just a new Windows 2000 server with the standard IIS running.&amp;nbsp; Nothing special or configured differently.&amp;nbsp; If anyone knows what my problem is, besides not being a Windows Admin, I could really use some help.&amp;nbsp; Appreciate it.</description></item><item><title>Re: Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1157444.aspx</link><pubDate>Tue, 03 Jan 2006 11:18:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1157444</guid><dc:creator>ze_to</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1157444.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1157444</wfw:commentRss><description>&lt;p&gt;&lt;font size=2&gt;this access&amp;nbsp;url &lt;strong&gt;http://localhost/ASP.NETWebAdminFiles/default.aspx?applicationPhysicalPath=D:\Tasks\Libranyon\Photonyon\&amp;amp;applicationUrl=/Photonyon&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;means you copied your file to &lt;font size=2&gt;&lt;strong&gt;D:\Tasks\Libranyon\Photonyon\&lt;/strong&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=2&gt;and this folder is "web shared" using &lt;strong&gt;Photonyon&lt;/strong&gt; so the published url is &lt;strong&gt;http://localhost/Photonyo&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1156981.aspx</link><pubDate>Mon, 02 Jan 2006 18:25:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1156981</guid><dc:creator>mandkcasey</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1156981.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1156981</wfw:commentRss><description>&lt;p&gt;This looks great, but I do not understand how I determine the applicationUrl.&amp;nbsp; I have tried everything and I am not understanding what it should be.&amp;nbsp; Is it something I can copy/paste from IIS?&lt;/p&gt;
&lt;p&gt;Thanks, Mike&lt;/p&gt;</description></item><item><title>Re: Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1155428.aspx</link><pubDate>Fri, 30 Dec 2005 17:29:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1155428</guid><dc:creator>naleksa</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1155428.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1155428</wfw:commentRss><description>&lt;p&gt;Finally,&lt;/p&gt;
&lt;p&gt;Somebody posted completed answer.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;</description></item><item><title>Setup Web Admin Tool for Production Servers</title><link>http://forums.asp.net/thread/1111602.aspx</link><pubDate>Sun, 13 Nov 2005 22:15:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1111602</guid><dc:creator>khaivq</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1111602.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1111602</wfw:commentRss><description>&lt;font face="Arial" size="2"&gt;I have been able installed WebAdminTool for Production Servers using the following steps:&lt;br&gt;
&lt;br&gt;
Create a virtual directory ASP.NETWebAdminFiles in IIS that point to
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles&lt;br&gt;
&lt;br&gt;
Open properties windows of the new virtual directory, make sure that it
is configured to run with ASP.NET 2.0, and in Security tab, uncheck
Anonymous Access, check Integrated Windows Authentication.&lt;br&gt;
&lt;br&gt;
After that, you will be able to connect to WebAdminTools using the following syntax&lt;br&gt;
http://localhost/ASP.NETWebAdminFiles/default.aspx?applicationPhysicalPath=XXX&amp;amp;applicationUrl=/YYY&lt;br&gt;
in my case, it is:&lt;br&gt;
http://localhost/ASP.NETWebAdminFiles/default.aspx?applicationPhysicalPath=D:\Tasks\Libranyon\Photonyon\&amp;amp;applicationUrl=/Photonyon&lt;br&gt;
&lt;br&gt;
Although I don't recommend to do it, if you want to access WebAdminTool
from other computer, open WebAdminPage.cs from
(C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles\App_Code)
and comment the following code block&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!application.Context.Request.IsLocal) {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
SecurityException securityException = new
SecurityException((string)HttpContext.GetGlobalResourceObject("GlobalResources",
"WebAdmin_ConfigurationIsLocalOnly"));&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
WebAdminPage.SetCurrentException(application.Context,
securityException);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
application.Server.Transfer("~/error.aspx");&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
WebAdminTool still be protected by Intergrated Windows Authentication, so you still some have some defense here.&lt;br&gt;
&lt;/font&gt;&lt;br&gt;</description></item><item><title>Re: Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1106787.aspx</link><pubDate>Wed, 09 Nov 2005 01:41:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1106787</guid><dc:creator>raftman</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1106787.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1106787</wfw:commentRss><description>&lt;P&gt;I have sucessfully uploaded and configured the Club starter kit onto my web server.&amp;nbsp; I have no problems adding roles and users on my dev server... how do I do these tasks on my production server?&amp;nbsp; I hook up via ftp and your right.. there is no configuration tool on the menu.&amp;nbsp; That option is only available when you work locally.&lt;BR&gt;Thanks...&lt;BR&gt;-Rob in Tampa&lt;/P&gt;</description></item><item><title>Re: Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1106352.aspx</link><pubDate>Tue, 08 Nov 2005 20:03:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1106352</guid><dc:creator>zgrose</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1106352.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1106352</wfw:commentRss><description>There are functions of the Web Admin Tool are go beyond the config files though. For instance the tool can add/remove user and put them into roles. It appears as though this functionality will not be accessible remotely without rolling our own UI?</description></item><item><title>Re: Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1105396.aspx</link><pubDate>Tue, 08 Nov 2005 05:48:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1105396</guid><dc:creator>JWilcox</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1105396.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1105396</wfw:commentRss><description>Joseas,&lt;BR&gt;&lt;BR&gt;The ASP.NET Configuration web admin tool is only accessible on your development machine.&amp;nbsp; Instead of running through IIS, the tool uses the local ASP.NET Development Server (Cassini) to interact with your various web configuration files.&amp;nbsp; By experimenting with the tool locally, hopefully your production environment will &lt;BR&gt;&lt;BR&gt;You should find the configuration tool under the "Website" menu.&amp;nbsp; However, it won't appear if you are editing your site live using FTP.&amp;nbsp; Let me know if you have any other questions.&lt;BR&gt;&lt;BR&gt;- Jeff</description></item><item><title>Where is the Web Admin Tool?</title><link>http://forums.asp.net/thread/1097243.aspx</link><pubDate>Sat, 29 Oct 2005 16:20:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1097243</guid><dc:creator>joseas</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1097243.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1097243</wfw:commentRss><description>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.&lt;BR&gt;&lt;BR&gt;Souldn't it start directly using &lt;A href="http://&lt;server.com&gt;/vdir/Webadmin.axd"&gt;http://&amp;lt;server.com&amp;gt;/vdir/Webadmin.axd&lt;/A&gt; ? &lt;BR&gt;&lt;BR&gt;Do I need to install/enable something?&lt;BR&gt;&lt;BR&gt;(I'm using RTM version)</description></item></channel></rss>