-
Posted to
General
by
WWWWeb
on
10-06-2009, 10:07 AM
you should have some isapi filter doing some redirection on your server.
-
Posted to
Publishing
by
WWWWeb
on
10-06-2009, 10:06 AM
several factors may affect:
max user port, the default is 5000 for w2k3.
disk perfomrnace
max connections setting is too small, default is 2^32.
-
Posted to
Troubleshooting
by
WWWWeb
on
10-06-2009, 9:59 AM
try filemon to find which file/folder was missed.
-
Posted to
IIS7 - Classic ASP
by
WWWWeb
on
10-06-2009, 9:56 AM
This error means "library not registered".
Here has more information.
http://support.microsoft.com/kb/274038
Re-install the latest script engine should help.
-
Posted to
IIS 7 - Troubleshooting
by
WWWWeb
on
10-06-2009, 9:47 AM
HOpe this helps
http://blogs.iis.net/thomad/archive/2008/02/10/moving-the-iis7-inetpub-directory-to-a-different-drive.aspx
-
Posted to
IIS 7 - ASP.NET Administration
by
WWWWeb
on
09-30-2009, 10:27 AM
This is a client issue, right?
Maybe allow OPTIONS verb at IIS side will be a temp workaround.
-
Posted to
IIS7 - Security
by
WWWWeb
on
09-30-2009, 10:13 AM
http://www.iis.net/ConfigReference/system.webServer/security/ipSecurity/add
-
Posted to
Extensibility
by
WWWWeb
on
09-30-2009, 10:11 AM
you can customise the 403 error page
-
Posted to
Web Platform Installer
by
WWWWeb
on
09-29-2009, 10:24 PM
Check the WebPI log, usually it is under:
C:\Users\<your alias here>\AppData\Local\Microsoft\Web Platform Installer
-
Posted to
IIS7 - Configuration & Scripting
by
WWWWeb
on
09-29-2009, 10:22 PM
This one is wrong, but still changed without warning. However, an error popup when you try to edit the binding in IIS MMC after this command.
C:\Windows\System32\inetsrv>appcmd set site "asp.net mvc" /bindings.[protocol='h
ttp'].bindinginformation:"*:aspnetmvc:80"
SITE object "asp.net MVC" changed
This is ...