-
This is a great utility, very impressive. It would be nice if there was an ability to switch server.
In addtion to hard coding the servername\username and password in the web config, I would suggest an option to enter credentials for a remote server(Save the credentials in the current session/cache/and-or cookie)
Also I would suggest instead of requiring that the anonymous user account...
2007-05-10 05:51:59 UTC in Di IIS Web Manager
-
http://localhost/diiwm/IIsApplicationPool/IIsApplicationPoolMain.aspx
I have set the anonymous account to run under the local administrators account on 23k no service packs. All pages open correctly.
However opening IIsApplicationPoolMain.aspx initiates a windows login dialog. After login in correctly three times I recieve the following unautorized exception.
Server Error in...
2007-05-10 05:25:41 UTC in Di IIS Web Manager
-
The application calls the following line from the all.ascx.vb
response.expires = "01.01.1900"
This throws an input string was not in the correct format error on first opening the application.
It shoud be changes to a integer value like -1.
2007-05-10 05:20:22 UTC in Di IIS Web Manager