There are two requirements for this , most articles do not mention the second requirement.
1. In the ASP configuration set " Send error to browser" to true
You can also do it using the the command-line tool AppCmd.exe
appcmd.exe set config "Default Web Site" -section:system.webServer/asp /scriptErrorSentToBrowser:"True"
http://www.iis.net/learn/application-frameworks/running-classic-asp-applications-on-iis-7-and-iis-8/classic-asp-script-error-messages-no-longer-shown-in-web-browser-by-default
2. In the Error pages Configuration go to " Edit Feature Settings" on the right & select " Detailed Errors"
http://stackoverflow.com/questions/2640526/detailed-500-error-message-asp-iis-7-5
Note this applies to all errors.
a3d18495-a1c0-459d-890b-9d72143f4781|2|5.0
If you are logged on to the Windows 2008 server as an Administrator or with Administrator privileges, UAC kicks in. If you try to edit files such as web.config , login scripts you get “access denied when you try to the save the file.
Windows 2008 now expects Administrators to manually launching notepad.exe from the start menu, right clicking it and choose “Run as Administrator”. & the browse to the folder & open the required file.
For non-Administrators you can simply give full access to the folder in Security & it will work, but Administrators have to jump through hoops,. Go figure.
If you are like me, you have probably set up the file associations to open these files in notepad when you double click on the file. If you are server administrator you probably do this often on multiple servers.
There are many elaborate solutions out there. I solved my problem by doing the following.
- Go to Start >>Administrative Tools >> Local security Policy
- Go to Local Policies >>Security Options
- Towards the bottom , you will see “ User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode”
- Double click & change to “ Elevate without prompting”
Note: You are effectively disabling UAC & should be aware of the implications of doing so.
e5875ba6-e143-4288-9e0b-b1d5ce4bdd39|5|4.2
While processing a TGS request for the target server krbtgt XXXXXXXX
did not have a suitable key for generating a Kerberos ticket (the missing key has an ID of 8).
The requested etypes were 18. The accounts available etypes were 23 -133 -128 3 1.
Event Type: Error
Event Source: KDC
Event Category: None
Event ID: 27
The cause of the event is that the client requests a service ticket with a etype 18 (aes256-cts-hmac-sha1-96), which is not supported by Windows Server 2003 but supported by Windows Server 2008 R2. If the Kerberos authentication works properly, you can safely ignore the events. It just informs the clients what etypes it supports.
For more information, please refer to the following articles:
The security principals and the services that use only DES encryption for Kerberos authentication are incompatible with the default settings on a computer that is running Windows 7 or Windows Server 2008 R2
http://support.microsoft.com/kb/977321
Event ID 27 — KDC Encryption Type Configuration
http://technet.microsoft.com/en-us/library/cc733974(WS.10).aspx
9e6bef18-35d3-4bfe-b4d4-12175b5d0917|5|5.0
When you install SMTP on Windows 2008 Server , SMTP logs may not be getting generated. Websites may or may not be sending out emails & when you click on Current sessions in IIS 6.0 manger you get the message " No such interface supported".
While not obvious the ODBC Logging module a role service in Server Manager needs to be installed.
Windows Server 2008 SMTP Service logging
http://www.iislogs.com/steveschofield/windows-server-2008-smtp-service-logging-tip
Thank you Steve Schofield
still does not work then try this.
Close MMC
C:\Windows\System32\inetsrv>regsvr32 smtpsnap.dll
C:\Windows\System32\inetsrv>regsvr32 smtpadm.dll
Reopen mmc
Thanks UnderCoverGuy
affea240-5348-403f-865b-d496fd8166b0|4|5.0
Windows 2008 IE 7 cannot download files.
In IE 7 the default security settings typically allows you to download files. On Windows 2008 IE7, the default security settings for the Internet Zone are high & File download is set to disable. You need to select Custom levels & & enable File download.
6a6ce26d-e750-4ccd-a830-cc1a91977367|4|5.0
This one drove me crazy. Many help articles start with " start adsiedit and browse to CN=Configuration CN=Services ....." . I could not see CN=Configuration to save my life.
After hours of hair pulling I found this article Thanks David
http://www.kineticcomputer.com/tips/1103-cannot-see-configuration-container-in-adsiedit.htm
If it helped would appreciate a rating star.
Ashwin
Lansend.com
Microsoft Certified Partner
0ce9d927-01d0-4230-956e-8185cd90ef7e|4|5.0
This will let you manage your operating system from a single Window.
Create a new folder anywhere on your system
Rename the folder to
Lansend.{ED7BA470-8E54-465E-825C-99712043E01C}
Double click on the Lansend Icon
Voila !!!
Warning!
The trick work on both the 32 and 64-bit versions of Windows 7. Vista 32-bit and Windows Server 2008 32-bit should also work. However, it is known to crash 64-bit versions of Vista — and you may need to boot in safe mode or to the command line to delete the folder.
d51a1007-c3a6-40c9-a79d-6de809f1a592|3|4.7