The results are in! Meet the top members of our 2017 Expert Awards. Congratulations to all who qualified!
Changed the new web forms project to use SSL and to use the https://localhost:43300/ URL. ran project. Did not ask for client certs. Ran project in SSL whose only purpose is to read
<!-- If the user is using SSL and has a client certificate, use it -->
<access sslFlags="SslNegotiateCert" />
AND
<iisClientCertificateMappingAuthenti cation enabled="true">
</iisClientCertificateMappingAuthent ication>
https://support.microsoft.com/gp/oassiteerror
To add "Support Site" to the trusted sites zone, follow these steps:
1.On the Tools menu in Internet Explorer, click Internet Options.
2.Click the Security tab.
3.Click the Trusted Sites icon, and then click Sites.
4.Click to clear the Require server verification check box.
5.Check whether http://support.microsoft.com is listed in your trusted sites. If it is listed, type http://oas.support.microsoft.com, and then click Add.
6.Check whether https://support.microsoft.com is listed in your trusted sites. If it is listed, type https://oas.support.microsoft.com, and then click Add.
7.Close all dialog boxes, and then refresh the browser window.
http://support.microsoft.com/error.aspx?aspxerrorpath=/oas/default.aspx
Sorry, the page you requested is not available.
The page you were looking for is currently not available. The address may not be correct, or there may be a temporary problem with this site. Please try one of the following options:
Check the address for typing errors.
Click the Back button and try a different option from the navigation menu.
Try this page again later.
For additional assistance, try one of the pages below:
Home
Go to the Microsoft Help and Support site
Product Support Center (FAQs and Highlights)
Review common support questions, issues, and new information for Microsoft products.
TechNet
Search the online support site that provides detailed "how-to" information for IT professionals concerning Microsoft products.
MSDN
Search the online support site that provides detailed information for development professionals concerning Microsoft products.
My laptop has horrible encryption software,
so I have 3 different 2008 R2 VMs for different configurations, and distributed load testing. It is a lot faster, and cleaner, since I don't need to worry about having software installed locally.
<access sslFlags="SslNegotiateCert" />
This worked fine until VS 2012 Update 4 was installed.
2) Enabling Client Certificates in IIS 6.0 (IIS 6.0)
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/096519f4-3079-4571-9d28-8e5d286c5ab9.mspx?mfr=tru
•HKEY_LOCAL_MACHINE\SYSTEM\CurrentCo ntrolSet\C ontrol\Sec urityProvi ders\SCHAN NEL
•On the Edit menu, point to New, and then click DWORD Value.
•Type SendTrustedIssuerList, and then press ENTER to name the registry entry.
•Right-click SendTrustedIssuerList, and then click Modify.
•In the Value data box, type 0 if that value is not already displayed, and then click OK
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
•I did an uninstall of VS Pro 2012 Update 4. However this resulted in the incapacity of VS 2012 to open any project. They were all reported as "incompatible"
•I did a repair of VS Pro 2012. Same situation.
•I installed Update 3 of Visaul Studio Pro 2012. Same situation.
•I did an additional repair of VS Pro 2012. This time project were able to open.
•Ran MVC SSL project. Certificates not requested which causes project to fail because no certificates were supplied.
•Ran Web Forms SSL project. Cerfitcates not requested which again causes project to fail because no certificates were supplied.
•Tried to create new web forms project. Attempt fails with error message below.
Again I checked both the applicationhost.config in my profile and the one under Program Files\IIS Express\AppServer
Neither of them had been changed.
I am thinking my next step is to totally uninstall VS 2012 and IIS Express, and do the reinstall from the disk and then apply Update 3.