-
Posted to
IIS7 - Known Issues and Workarounds
by
iisray
on
05-25-2007, 6:57 PM
Hi Joebo,
this works on my test box. Could you try this command to another AppPool (i.e. 'DefaultAppPool') to see what you get?
Can you also try "net start iisadmin" to see whether IISAdmin has been started or not?
Also, did you see any suspecious eventlog error/warning about this application pool or the iisadmin ...
-
Posted to
IIS7 - Classic ASP
by
iisray
on
05-10-2007, 5:31 PM
Hi,
To enable ASP error message, please see http://forums.iis.net/thread/1652934.aspx
Regarding the Access/ASP issue, please see http://support.microsoft.com/kb/926939
Ray
-
Posted to
IIS7 - Classic ASP
by
iisray
on
05-03-2007, 4:15 PM
Jason, let me just make sure I understand your scenario correctly. Here is the layout of the files that you described, please correct me if this is not what you ...
-
Posted to
IIS7 - Classic ASP
by
iisray
on
05-03-2007, 3:49 PM
Adding the command-line ways to enable this property at the server level :
i) using 'AppCmd':
%windir%\system32\inetsrv\appcmd.exe set config -section:asp /scriptErrorSentToBrowser:true
ii) using 'adsutil.vbs':
%SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AspScriptErrorSentToBrowser true
Jason, do you mean the same ASP ...
-
Posted to
IIS7 - Classic ASP
by
iisray
on
03-30-2007, 7:41 PM
Another good example can be found http://www.w3schools.com/aspnet/control_adrotator.asp
Ray
-
Posted to
Configuration & Scripting
by
iisray
on
03-07-2007, 3:55 PM
Mark,
0x8000500f is E_ADS_SCHEMA_VIOLATION. The action that you were doing somehow violated the DS schema rules.
Few questions I would like to ask:
1) Did you extended IIS ADSI schema (create a new/custom class or property) on the box that you got this error?
2) Can your default website serve any webpage?
3) Can you set a property value ...
-
Posted to
IIS7 - Classic ASP
by
iisray
on
10-11-2006, 2:58 PM
Can you try this link http://forums.iis.net/thread/1422841.aspx ?
Don't worry about the "local administrator ...". That was temporary work around during the investigation of this issue.
-
Posted to
IIS7 - Classic ASP
by
iisray
on
10-11-2006, 2:57 PM
Can you try this link http://forums.iis.net/thread/1422841.aspx ?
Don't worry about the "local administrator ...". That was temporary work around during the investigation of this issue.
-
Posted to
IIS7 - Classic ASP
by
iisray
on
10-11-2006, 1:59 PM
Please see http://forums.iis.net/thread/1413191.aspx for temporary work around posted by me. There will be a KB article soon.
Hope this help.
-
Posted to
IIS7 - Classic ASP
by
iisray
on
10-03-2006, 7:39 PM
You can also turn off the 'loadUserProfile' IIS7 property which will give you the same result as your ASP/Access application in IIS6. Here is an example of the xml that you can change to:
....
...