-
Posted to
IIS7 - Security
by
Gabriel_EUK
on
08-27-2009, 1:54 PM
application pool come into focus only when you have a asp or asp.net web site application.
ISUR_ = anonymous uer
Anonymous Authentication is the method which allows anyone to visit the public areas of a web site.IUSR also called as Anonymous user which allow users to access web site without need of user name and password.
Generally IUSR is in ...
-
Posted to
Web Platform Installer
by
Gabriel_EUK
on
08-27-2009, 1:45 PM
the warning indicates that the web launcher failed to download the file SQLEXPR32_x86_ENU.exe
may be due to interruption in internet connectivity, broken connection etc.
The installer could have been succeeded if the file was downloaded completely.
-
Posted to
IIS7 - Configuration & Scripting
by
Gabriel_EUK
on
08-27-2009, 1:33 PM
I would suggest you to post this thread on asp.net forum and you will get a fix immediately there :)
-
Posted to
IIS7 - Security
by
Gabriel_EUK
on
08-27-2009, 1:31 PM
self signed certificates are not from a trusted
certification authority. hence there certs are used only to secure data transmissions in your server and
clients inside a test environment. It should work locally as well as on remote machine provided machinename resolves to correct IP address, only the thing is that it will show the cert ...
-
Posted to
Security
by
Gabriel_EUK
on
08-27-2009, 1:24 PM
Have a look at following link for more information -
http://support.microsoft.com/kb/558115
-
Posted to
IIS7 - Publishing
by
Gabriel_EUK
on
08-27-2009, 1:15 PM
anything reported in event viewer ?
make sure port 21 is enabled in your firewall for remote connections which you can check with telnet command.
-
Posted to
IIS7 - Extensibility
by
Gabriel_EUK
on
08-27-2009, 1:12 PM
Hello Richard,
I think you need to code / design a web page which will retrieve the currently running tasks and display it accordingly, but it must be a runtime procedure :) Well not quite sure how it can be achieved :)
-
Posted to
PHP Community
by
Gabriel_EUK
on
08-12-2009, 10:24 AM
Hello,
I am not able to access the link you have provided -
http://img11.imageshack.us/img11/4118/joomlaiis500.jpg
Well its not too difficult to install Joomla on IIS7 (I installed it hundreds of times on several Windows server :) )
If you copy and paste here the error you get then we can get the exact cause of it.
make sure your ...
-
Posted to
IIS7 - Security
by
Gabriel_EUK
on
08-12-2009, 10:17 AM
you need to make sure that web site IUSR have necessary permissions Write/modify over webfolders into which you want to upload files.
-
Posted to
IIS7 - Publishing
by
Gabriel_EUK
on
07-31-2009, 2:01 AM
In IIS7, FTP sites are managed separately in IIS6 mmc, what issue exactly you are facing ?