-
Posted to
Troubleshooting
by
lextm
on
18 hours, 12 minutes ago
IIS will never report to you "An unhandled exception has occured". That's the responsibility of ASP.NET.
Timer_ConnectionIdle in HTTP error log is harmless, if you check KB820729.
http://support.microsoft.com/kb/820729
But what about IIS logs for the site? There can be 500 errors, right?
Sounds like your developers do not ...
-
Posted to
Troubleshooting
by
lextm
on
20 hours, 54 minutes ago
The error page along with the ASP.NET error recorded in Applicaiton event log already shows what happens. This site/application experienced an unhandled exception and it stopped working.
You need to resolve this unhandled exception or handle it in a graceful manner, and that can make sure this error page no longer appear.
Let the developers of ...
-
Posted to
IIS 7 - Troubleshooting
by
lextm
on
23 hours, 0 minutes ago
There can be many reasons that prevents your site from being accessible on LAN.
1. Firewall settings.
2. Binding to a non-default port but does not specify that in URL.
3. Wrong host header settings.
You can search existing posts in the forums as a lot of beginners experienced this problem before.
-
Posted to
IIS7 - Configuration & Scripting
by
lextm
on
11-19-2009, 9:28 PM
http://blogs.iis.net/ksingla/archive/2007/02/25/using-ahadmin-to-read-write-iis-configuration-part-1.aspx
http://blogs.iis.net/ksingla/archive/2007/02/26/using-ahadmin-to-read-write-iis-configuration-part-2.aspx
Hope you find AHADMIN useful.
-
Posted to
IIS 7 - Troubleshooting
by
lextm
on
11-19-2009, 9:22 PM
Please post your question to our x64 forum,
http://social.msdn.microsoft.com/Forums/en-US/netfx64bit/threads
Thanks. This has little to do with IIS.
-
Posted to
IIS7 - Configuration & Scripting
by
lextm
on
11-19-2009, 9:19 PM
I think Configuration Editor can help,
http://blogs.iis.net/thomad/archive/2008/03/21/iis7-admin-pack-teaches-you-how-to-write-iis7-scripts.aspx
-
Posted to
IIS 7 - Troubleshooting
by
lextm
on
11-19-2009, 9:17 PM
You can utilize Failed Request Tracing,
http://learn.iis.net/page.aspx/488/using-failed-request-tracing-rules-to-troubleshoot-application-request-routing-arr/
Regards,
-
Posted to
IIS7 - Performance
by
lextm
on
11-19-2009, 9:07 PM
I don't think this is an issue for FTP client or the server, but I do suspect this is a network issue.
Such performance issues are not easy to diagnose and if you need assistance, you can open a case via http://support.microsoft.com.
-
Posted to
IIS7 - Publishing
by
lextm
on
11-19-2009, 9:04 PM
If so, you would rather use WebDAV + SSL or simply build an ASP.NET + SSL web site to do file download and upload data.
http://learn.iis.net/page.aspx/350/installing-and-configuring-webdav-on-iis-7/
-
Posted to
Security
by
lextm
on
11-19-2009, 9:01 PM
Please first use SSL Diagnostics to check if there is any error detected,
http://www.microsoft.com/downloads/details.aspx?FamilyID=cabea1d0-5a10-41bc-83d4-06c814265282&DisplayLang=en (x86)
http://www.microsoft.com/downloads/details.aspx?familyid=1CBFB70E-F442-4BB2-940B-351C3A7D62CF&displaylang=en (x64)