I am new to IIS and it is annoying the hell out of me! I have an asp.NET website that runs beautifully on visu开发者_高级运维al studio 2010, so what i do, is publish the website, put the published we
I have coded a web service using the .Net 4.0 framework and I can successfully invoke it using a test client (SoapUI) on the local machine after publishing the application to my website in IIS. The ge
I have a ASP.NET 4.0 application which connects to MSSQL through WCF and then Stored Procedure layers.
I try to Change IIS authentication method to BasicAuthentication for IIS7? I try to follow the steps here, because I get that error
I followed this steps: What I did is edit this file: C:\\Windows\\System32\\drivers\\etc\\hosts I added a line:
Given an application pool that runs on integrated mode, the apppool is able to provide service to "Managed Handler Requests" (GET an aspx page) as well as "non-Managed Handler Requests&
I need to validate开发者_运维问答 that the UNC connection credentials are valid and pass through authentication, for each virtual directory.
I have a WCF service that I need to call in a ASP.NET web application hosted on IIS 7.5. This WCF service uses transport security with client certificates. I am provided with a client certificate whic
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to host a WCF Service with Net TCP bindings in IIS 7 / Win 7. The service is hosted and i can add a reference to it in my client application.