-
Posted to
IIS 7 - ASP.NET Administration
by
Leo Tang - MSFT
on
16 hours, 26 minutes ago
Hi,
Please check the following artilce:
IIS 7.0, ASP.NET, pipelines, modules, handlers, and preconditions
http://blogs.msdn.com/tmarq/archive/2007/08/30/iis-7-0-asp-net-pipelines-modules-handlers-and-preconditions.aspx
-
Posted to
IIS7 - General
by
Leo Tang - MSFT
on
17 hours, 42 minutes ago
Hi,
I'd suggest you run SQL Profiler to monitor the events of the SQL Server instance. Then, you will be able to isolate this issue by checking the events generated by the Transact-SQL INSERT statement.
Below are some article about SQL Profiler, for you reference:
Monitoring with SQL Profiler ...
-
Posted to
IIS7 - General
by
Leo Tang - MSFT
on
17 hours, 51 minutes ago
Hi,
Could you post the relevant IIS log entries here ? IIS log file located in C:\inetpub\logs\LogFiles\W3SVC+n by default.
-
Posted to
IIS7 - Security
by
Leo Tang - MSFT
on
18 hours, 26 minutes ago
Hi,
It seems you are using Crystal Reports provided by SAP. As the suggestion in the error information above, it is more proper get further support at:
http://www.businessobjects.com/support
-
Posted to
IIS7 - Configuration & Scripting
by
Leo Tang - MSFT
on
18 hours, 42 minutes ago
Hi,
Thanks for your feedback ! I can reproduce this issue, and I will report this issue.
In this moment, you can adjust the debug attribute by using script, Configuration Editor or manually edit the config file. Below is a JS script sample generated by Configuration Editor, for your reference:
var adminManager = new ...
-
Posted to
Troubleshooting
by
Leo Tang - MSFT
on
19 hours, 10 minutes ago
Hi,
Is there any activity in Process Monitor, if you only isolate the "wfetch.exe" ?
-
Posted to
IIS 7 - Troubleshooting
by
Leo Tang - MSFT
on
11-19-2009, 5:17 AM
Hi,
To help us understand your scenario, could you post the output of the following command
C:\Windows\System32\inetsrv>appcmd list config -section:system.applicationhost/sites
And here is an article about virtual directory and application, hope helps:
Understanding Sites, Applications, and Virtual Directories in IIS ...
-
Posted to
IIS7 - Security
by
Leo Tang - MSFT
on
11-19-2009, 2:07 AM
Hi,
Have you checked the KB article Lex posted above ? You may focus on this:
Internet Explorer must consider the requested URL to be on the intranet (local). If the computer name portion of the requested URL contains periods (such as http://www.microsoft.com and http://10.0.0.1), Internet Explorer assumes that the requested address exists on ...
-
Posted to
IIS7 - Configuration & Scripting
by
Leo Tang - MSFT
on
11-19-2009, 2:02 AM
Hi,
In this case, you need to install "IIS 6 Scripting Tools" under "IIS 6 Management Console".
Also, there is new command line named "AppCmd.exe" for IIS7.0. It exposes all key server management functionality and easy to be used. You can get more detailed information from here:
Getting Started with ...
-
Posted to
IIS7 - URL Rewrite Module
by
Leo Tang - MSFT
on
11-18-2009, 11:04 PM
Hi,
URL Rewrite rules is only manageable for the site administrators, if you do want to allow users define their own url mappings, then you need to write your own custom URL Rewrite module to do this task.
In this case, you may consider Configuration Delegation. You can create and deliver IIS manager users for remote administration.
For ...