401.1 when you browse a Web site that uses Integrated Authentication
In Web.config <authentication mode="Windows"></authentication > In IIS : anonymous – disabled ; windows – enabled ! Internet Information Services 7.5 Error Summary HTTP Error 401.1 – Unauthorized You…
Read moreHTTP Error 403.14–Forbidden – Default Document missing
Solution 1 – Final – best practice Insert in Web.Config of the Website inside system.webServer those lines – <defaultDocument> <files> <add value="index.aspx" /> </files> </defaultDocument> The value…
Read moreRedirect WebSite IIS 7–Host Name
Create a new WebSite at IIS 7 (no , virtual directory is not good enough) Define site name Connect to physical path Define redirect site name – Host Name…
Read morePermissions for Shared Folder for IIS 7 Application Pool Identity Across Domain
So the scenario today , is upgraded to IIS 7 and using now the Application Pool Identity as defined in the best practice of Microsoft . In the IIS 7…
Read moreHttpContext.Current.User.Identity.Name is Empty
OS: windows 7 x64 bit IIS: 7.5 run –> inetmgr –> click your website –> enter in features view Authentication –> Enable Windows Authentication Disable Anonymous Authentication Pay…
Read moreThe (SAMAccountName=) search filter is invalid
Starting a website got this error. It means that Authentication level in IIS is not the right one . It also means that probably you didn’t add all the…
Read moreHTTP Error 404.17 – Not Found (404.3) – Asp.Net mime types missing
OS: Windows 7 x64 bit IIS : 7.5 You are opening your web site and there it is : It’s coming with enigmatic messages like this : So , if…
Read moreThe web server process that was being debugged has been terminated
OS: Windows 7 IIS : 7.5 When you are starting to fall every 1.5 minute with a message “The web server process that was being debugged has been terminated by…
Read moreHttp Error 404.3 – not found in IIS 7.5 – Add MIME TYPES .SVC
On a new computer we’ve added all the frameworks and so on ,but still got a message from Microsoft Visual Studio 2010 – “Unable to start debugging on the web…
Read more