|
 |
|
|
Hi,
A friend showcased this tool for me and I really want to use it, however, when I download the zip for the IIsAdminNet_setup.zip and try to unzip, I keep getting the same message:
"The Compressed (zipped) Folder is invalid or corrupted."
Any help would be appreciated. I am signed in and I have tried it on my work machine and on my home PC, to no avail.
Please let me know.
Thanks!
Mark
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
I downloaded the tool, and I created a new website named newweb using the IISAdmin.net.
What is the address for my newweb if I'm not using localhost? I've tried http://newweb/default.aspx and http:/newweb:80/default.aspx but both result in page cannot be displayed errors. I'm sure the website works, because it opens in localhost.
So what is the address if I'm not using http://localhost?
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
You have created a new default website on your local IIS server, that will be the active website when hitting that server. However, DNS still applies to the url queries you use against that server. Localhost always resolves to your local IP address, where your server is running, which is why that works.
In your urls, http://newweb will likely not resolve to anything, and certainly not your own computer, unless you have setup DNS or an entry in your hosts file.
One solution to this is to use your local hosts file, to make an entry for that, to your own IP, and then that would work.
Just because you named the website "newweb" inside of IIS, by no means affects its public visibility via DNS.
Hope this helps!
Si vic pacem para bellum - If you want peace, prepare for war
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
OK I have been using this tool and created yet another site. I see the following on both IISAdmin and the Computer Management IIS applet:
Default Web Site Personal Site (stopped) Portal Site (stopped)
If I remember correctly this tool stores some files somewhere for each new "site" created. I don't remember where that is.
The thing is, something went wrong with the creation of the site and now I want to delete it (the last entry) but when I use IIS applet there appears to be absolutely no way to remove the Entry from being listed in the "Web Sites" folder. As a result I cannot longer use that alias.
Where is that hidden folder? how can I remove that entry? removing it from IISAdmin does not make it removed from the IIS applet.
http://www.FocusOnPanama.com/ http://www.coralys.com/ http://flightsim.coralys.com/
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Love it! If I were to recomend one thing, it would be addition of multiple doc types when setting up the site. I'm a coldfusion developer and only listing the .aspx means I gotta go to IIS and setup a default index.cfm before loading a page from directory name only.
Create little program though. Good work!
Casey
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I was very excited about this article on CodeProject when I read it.
There a "new" version is mentioned but apparently nothing has been done on it since 2005 
But most importantly -for me at least- is that I didn't get the thing to work.
I have WinXP Pro SP2 with .NET 2.0 (1.1 as well). When I activate my project in IISAdminNET I get a page with huge red letters saying there is a Server Configuration Error or something like that. But my web project is totally ok, it runs fine on Web Express 2005 (http://localhost/mysite/) as well as on the production system.
Now, My InetPub\wwwRoot is in D: not in C: but D:. I changed that in the code though IMHO it should have been in app.config in the first place.
With that done now I don't get "Server Application Error" but simply an ASP.NET error page saying that my web.config is bad. It is actually good, only that when starting the site with IISAdmin it somehow assumes it is .NET v1.1 when mine is actually v2.0.
So to fix that one should go to the IIS Admin Console (MMC), select the website corresponding to the newly created entry (my site) and make sure it has the right ASP.NET version (2.0 in my case). Mine was defaulting to 1.1 which was no good and therefore gave errors.
Great tool! just what I was looking for!
http://www.FocusOnPanama.com/
http://www.FocusOnPanama.com/ http://www.coralys.com/ http://flightsim.coralys.com/
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
 |
|
|
Gabe, I request:
a) to give us that new version that runs on Vista! b) make a dedicated site for this tool so others can come to know it other than just this site c) make the next one even better and watch your audience grow. Maybe build it as an add-on inside VS?? Doesn't matter to me, either way, I just want to be able to run it in Vista.
So do you any status on an update to IISAdmin at this time??
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Honestly I did not realize there was still such high usage for it. Because it seems that people are still interested I will start looking into make it a "real" project to move it forward. I will be posting more information shortly...
Glad to hear people are interested.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Yeah, I didn't realize the need was still there. With VS 2005's integrated hosting, and the changes to IIS, I personally thought this project would be of little value. I guess Gabe and I should figure out if there is a future, or if someone would be interested in picking up the project in our place.
Si vic pacem para bellum - If you want peace, prepare for war
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
The need is still here 
Love this tool. Works OK for me (it sometimes disappear from the tray and screen, but nothing serious). Wouldn't mind a new version though, the only thing I miss is a "Open in Browser" button to open IE against localhost.
Anyway, new version or not, I really appreciate the time and effort you've already put into it, thank you very much for that.
/Steve
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I would definitely find a new version of interest. I used this pretty much since it was released and like you thought it would be obsolete with VS’s built in web server however as I develop using ISAPI rewriting modules etc I need to be testing the sites on IIS and often find it a PITA to switch between the directories so I re-installed it.
I can’t remember why I had to remove it before but I think it was just a system reinstall but there were a few issues with it crashing every now and again (nothing major though). Being able to switch between the ASP.Net framework versions would also be great (though not that needed!).
Just my 2p
Tim
http://blogs.thesitedoctor.co.uk/tim/
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
This tool has made my life much easier. Thanks for building it. I have a few suggestions for the next release:
1. Make it check for an existing instance on startup and set focus to the existing instance if it exists rather than create a new one
2. Enable sorting by site name or index when the listview header is clicked
3. Add a button that opens the selected site in windows explorer and possibly a similar option in the tray icon's context menu
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I seem to be the only guy using IIsAdmin.NET huh? 
Its been so useful for ASP.NET 2.0 on an XP Pro machine (named XP1) but I can't access XP1 from other machines on my LAN -- so testing browser support is broken. I even tried installing VPC2007 with the IE6 image for testing and no go.
I can't figure this out and need some help please. I don't have much if any experience with the MetaBase Editor but something has been trying to tell me I made some edit or something. I can't remember and have found no notes.to.self.txt which I am in the habit of doing. I like documentation as you can see how I've documented the use of IIsAdmin.NET on Gabe's blog and here at CodeProject for others to use.
I have to solve this problem now that I can't access XP1 websites from other machines on the LAN for browser testing. I can ping XP1 okay but HTTP requests fail. Can somebody help out?
<%= clintonG
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I installed this tool, it's - it works fine, thank to author!
But i have other one problem, i can't debug project when i try to use domain name other than 'localhost'.
I add line to hosts file: 127.0.0.1 myproject.com
After, i edit solution and webinfo files to path 'myproject.com' instead of 'localhost'.
Then i open project, and try to debug, i got the error 'Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug server. Verify that you have are a member of the 'Debugger Users' group on the server. I try to open in a brouser http://myproject.com, all works fine ... Also i add http://myproject.com in the trusted sites in IE.
This problem not appeared when i use 'localhost'.
May be someone know what can i do ... I spend 2 days of discover of Internet, and can't resolve it ..
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
Great tool, but what I would find usefull is when creating a new website, is the option of coping the properties from an existing site of my choice. Not a real big thing, but it would be nice not to have to select the asp.net runtime, ISAPI filters etc...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I had the same need and started adding "Make Copy" button. It almost works and I will post it as soon as I got it finished. My current problem is that it does not work on IIS 5 Windows 2000 server (which is what I need). I was developing on XP and have only a very limited access to the 2000 server so I was hopping someone had some insite on the situation with 2000.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
I'm spinning my wheels here with VS 2005. Has anybody determined how to use IIsAdmin.NET with VS2005?
<%= clintonG
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I think you should be able to use it fairly similiar to how you did with 2003.
When creating an ASP.NET web site, select HTTP from the Location drop down. Enter http://localhost in the location and make sure the site you want to create it in is started (via IIsAdmin.NET) and set to run the 2.0 framework (via IIS). You should then be able to create the project it run under IIS rather then the built in web server.
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
A Baker's Dozen Process: 13 Steps explaining exactly how to setup and configure new web sites on an XP Pro machine when using IIsAdmin.NET. Used and tested twice for good measure!
1.) Use IIsAdmin.NET (IAN) to ensure the Default Web Site is started as the Active Site.
2.) Use the Microsoft Management Console (MMC) to create a new virtual directory located as a subdirectory of the Default Web Site at c:\Inetpub\wwwroot. For example: c:\Inetpub\wwwroot\MKE1. The example virtual directory named MKE1 will be used throughout this tutorial. After creating the MKE1 virtual directory use the MMC ASP.NET tab to ensure ASP.NET version 2.0 has been selected.
3.) Use IAN to create a new site. Describe the new site as MKE1. Select the MKE1 virtual directory at c:\Inetpub\wwwroot\MKE1 as the IAN home directory.
4.) Use IAN to stop the Default Web Site and then start MKE1 as the Active Site.
5.) Start Visual Studio 2005 (VS2005)
6.) Use the VS2005 File > New Web Site menu to create a new HTTP web site located at http://localhost (path should not end with a "/" slash). When using IAN and creating a new HTTP web site do not use your NetBIOS (Computer Name) as a short-cut replacement to resolve localhost. A new Solution called "localhost" will appear in the Solution Explorer.
An entry for the localhost Solution will appear as a Recent Project in the Start Page. Enter some confirmation text such as "Hello World" into the Default.aspx file. Use VS2005 to View In Browser or load a separate instance of a browser and request http://localhost to confirm a new web site is running from http://localhost. At this point, when using a separate instance of a browser we may return to using a NetBIOS name to request a web site hosted on a machine on the LAN.
Close the VS2005 Solution and exit VS2005.
7.) Use IAN to stop the MKE1 Active Site and then start the Default Web Site.
8.) Open Windows Explorer and observe a subdirectory named "localhost" has been created at c:\Inetpub\wwwroot\locahost. Rename that localhost subdirectory as MKE1.localhost.
9.) Use Windows Explorer to open the c:\Inetpub\wwwroot\MKE1.localhost subdirectory and copy the localhost.sln and the localhost.suo files to the MKE1 virtual directory at c:\Inetpub\wwwroot\MKE1.
10.) Use Windows Explorer to open the MKE1 virtual directory and rename localhost.sln as MKE1.sln then rename localhost.suo as MKE.suo.
11.) Use IAN to stop the Default Web Site and then start the MKE1 Active Site.
12.) Start VS2005. On the Start Page observe Recent Projects lists an item named localhost as the name of a VS2005 Solution. Double-click that localhost Recent Projects entry. A dialog will open. Use the Yes button to remove the localhost entry from the Recent Projects.
13.) Use the VS2005 File > Open Project menu to open the MKE1 virtual directory at c:\Inetpub\wwwroot\MKE1. Select the MKE1.sln file and proceed.
That's it! A new web site with file assets located in a subdirectory which will run as if it were the Default Web Site on an XP Pro machine when requested as http://localhost or when requested using a NetBIOS name. This new web site can be developed using VS2005 without any problems with unneeded subdirectories in the path of the URL used to load any of the pages in the web site.
You may delete the MKE1.localhost subdirectory or leave it around for awhile in case there is some unforseen problem that may arise when using this strategy.
In any case, remember that each time we use IAN and want to create a new web site a new subdirectory named localhost must be and will be created at c:\Inetpub\wwwroot\localhost which is why we rename each newly created localhost subdirectory prefixed with the name of our development project so all directories sort as a group in the Windows Explorer.
These procedural steps have also been copied to Code Project . At the moment I have no way of knowing for sure that renaming the localhost.sln and the localhost.sup files will not at some point in future development and deployment of a project choke up and cause a problem. Please e-mail me if you discover any problems with this Baker's Dozen Process.
*** Clinton Gallagher NET csgallagher AT metromilwaukee.com URL http://clintongallagher.metromilwaukee.com/
<%= clintonG
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I was attempting to change a project to allow me to use a root level domain name. MyWeb.org
I added a host entry, and setup the site with IIsAdmin.net. Now I am getting a Windows password popup. If I repeatedly cancel, the site will come up, but with errors.
If I switch back to localhost/MyWeb, everything comes up fine.
Any suggestions??
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |