-
Posted to
Troubleshooting
by
murtaza_t
on
06-25-2009, 5:39 AM
Try adding C:\Windows\System32\inetsrv\inetinfo.exe in the execption of Windows firewall, this should fix the problem.
-
Posted to
Troubleshooting
by
murtaza_t
on
06-25-2009, 3:59 AM
Have you tried using the Add >> Advance >> Find Now option to locate the users and groups vaialable on the server instead of typing in the name manually..?
-
Posted to
Troubleshooting
by
murtaza_t
on
06-25-2009, 3:50 AM
FTP port and FTP data port is only used when you connect the FTP server in active mode but in passive mode a random port is used as data port. By default IE browser uses Passive mode, can you make sure that you have set it to use active instead..?
-
Posted to
Troubleshooting
by
murtaza_t
on
06-25-2009, 3:43 AM
"User: NT AUTHORITY\SYSTEM" means IIS is restarting itself, may be the service is configured to do that on failures. However it is strange that you don't get any other info in the event logs..
-
Posted to
ASP.NET Administration
by
murtaza_t
on
06-25-2009, 3:35 AM
[quote user="qbernard"]
Err.. updating the app's web.config triggers recycle on appdomain + the app pool worker process.
[/quote] oopps
Does this happen in IIS6 as well..? I don't think it does.
-
Posted to
ASP.NET Administration
by
murtaza_t
on
06-25-2009, 3:32 AM
It is a bit difficult to comment, is your DLL added in allowed list of "Web Service Extensions"..?
-
Posted to
Security
by
murtaza_t
on
06-25-2009, 3:16 AM
[quote user="scottd1978"]
Pardon my ignorance, but where do I see the authentication methods for a folder? [/quote]
Goto IIS MMC >> Expand Server name >> Web Sites >> Right click on website name >> Select Properties >> Select Directory Security Tab >> Click on "Edit" button for ...
-
Posted to
Security
by
murtaza_t
on
06-25-2009, 3:02 AM
Thanks for the explanation.
To distinguish between secure and non secure pages you will have to code your application in that way. You will not be able to handle this through IIS alone. You can either write a IF Loop to check the browser request or use a third part ISAPI rewrite tool to redirect request accordingly. In both cases you will ...
-
Posted to
General
by
murtaza_t
on
06-25-2009, 2:34 AM
Does the status of your websites change after the restart of IIS service.?
-
Posted to
General
by
murtaza_t
on
06-25-2009, 2:28 AM
There are hell allot of books and blogs available on IIS for self studies, if you are looking for specialization then opt for standard MS exams through the institutes near you.