 |
|
 |
I've installed the IISADMIN application, after adding the website i see error like activation. Please let me know how do i fix it.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
There is no licensing required. Without a screenshot to help us see what you are seeing, I can only guess what problem you may be seeing.
Several ideas come to mind, the first of which may be a request by Windows for administrator privileges when it runs. With UAC enabled, you're probably going to get a prompt on Vista or Windows 7.
Beyond that, perhaps it's an error (do you have .NET installed? I assume you do...).
If you'd like to screenshot the issue, then post a url to that (lots of free image hosting websites available), I'd be happy to take a look.
Cheers
Si vic pacem para bellum - If you want peace, prepare for war
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Thanks so much for developing this sweet little tool. It's not often that something just turns my whole day into one of those little jewels that I will recall fondly as the years go by.
Again. Thank you.
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
If you are trying to run this on a Windows server platform, there is no need. The server platforms support multiple websites, so you simply need to use Internet Information Services (IIS6) Manager, or the likes.
This was not intended for server use, as it isn't needed. Due to that fact, it's likely untested on those platforms. It's very likely to be the cause of the exceptions.
I may have misunderstood the question, so please respond with platform details.
Cheers, Mark
Si vic pacem para bellum - If you want peace, prepare for war
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
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 | |
|
|
|
 |
|
 |
You should go to the Advance in IP address part to add IP, port, header(header = your url) then it could run with your url. Or you can find the CreateWebSite method in IIsAdministrator class then enter them into this code line site.Invoke("Put", "ServerBindings", "..your IP..:" + port.ToString() + ":..your url..");
=-=-=-=-=-=--=-=-=-=-=-=-=-= Thanh Tran Trung Mobile: +84 989099454 Email: ttthanh23@gmail.com =-=-=-=-=-=--=-=-=-=-=-=-=-=
|
| 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 | 3.50/5 (2 votes) |
|
|
|
 |