-
Posted to
IIS7 - Configuration & Scripting
by
Zhao Ji Ma - MSFT
on
09-02-2008, 11:12 AM
Hi theadmirableone,
Is it http://forums.iis.net/p/1067723/1878073.aspx#1878073 ?
-
Posted to
Security
by
Zhao Ji Ma - MSFT
on
09-02-2008, 10:35 AM
Hi,
The account you changed is served as IIS process identity. ASP.NET either uses IIS process identity or the current user account to access resources according to your web application configuration. To workaround this issue, you also need to know authenticated user and required permissions for resources. To determine current identity you can ...
-
Posted to
Setup & Migration
by
Zhao Ji Ma - MSFT
on
09-02-2008, 6:08 AM
Hi r_1481,
Usually you can bypass this issue by publishing a default document like default.aspx into the root folder of your web site. The iisstart.asp requires administrative privileges.
-
Posted to
ASP.NET Administration
by
Zhao Ji Ma - MSFT
on
09-02-2008, 5:48 AM
Hi Julie,
The IIS log files are typically located in C:\WINDOWS\system32\LogFiles, you can see folders with name W3SVC, each folder is used for one of the web site. You can look at fields like sc-status, sc-substatus, sc-win32-status in the log files.
[quote user="Jewels.08"]I have some working .net asp pages on the server ...
-
Posted to
General Discussion
by
Zhao Ji Ma - MSFT
on
09-01-2008, 10:47 AM
Hi Tom,
You need to specify the file type located in C:\PROFILE\. In Logparser command line, the file type is specified using -i:, besides please make sure all of the input file are in the same type if you use wild card file name.
logparser -i: "SELECT EXTRACT_PREFIX(Path, 2,'\\') AS Profil , SUM(Size) FROM C:\PROFILE\*.* GROUP ...
-
Posted to
Security
by
Zhao Ji Ma - MSFT
on
09-01-2008, 10:40 AM
Hi dpeeth,
I have no idea of this plugin. First of all, are you sure if this event log related to your plugin? The event log make me think that the slowness might cause by low connection speed between the plugin and the target server. Did you check the bandwidth or connection speed.
-
Posted to
Troubleshooting
by
Zhao Ji Ma - MSFT
on
09-01-2008, 10:26 AM
Hi,
Did you add the MIME setting for the first time? It doesn't seem to be MIME setting issue if it doesn't exist before. Also if you search text/vnd.wap.wml type, it is usually served for mobile devices, if you saw text/vnd.wap.wml type from desktop based browser, it means something was going wrong in your web application.
-
Posted to
Security
by
Zhao Ji Ma - MSFT
on
09-01-2008, 9:26 AM
Hi,
You can see this page
http://learn.iis.net/page.aspx/476/common-urlscan-scenarios/
especially the Creating Safe-List For URLs and Query Strings section which has explained what will happen when a query string triggers a defined deny rule. This is a good article to get started.
-
Posted to
Extensibility
by
Zhao Ji Ma - MSFT
on
08-29-2008, 6:13 AM
Hi viv_men,
Have you tried open existing file option rather than creating new file in CreateFile? This seems to be the issue.
-
Posted to
Security
by
Zhao Ji Ma - MSFT
on
08-29-2008, 6:04 AM
Hi dbentch,[quote user="dbentch"]0x80070005 Error Cconfiguring c:\windows\security\msscw\ConfigureFilese\Serives.inf Access is denied.
0x80070005 Cannot complete extension processing:" Microsoft.OS.Services Access is denied.[/quote]
This should be a SCW issue, according to some of the posts ...