Home / ASP.NET Weblogs
All Tags » WCF » IIS (RSS)

Browse by Tags

Related Posts

  • Setting Up IIS7 In Vista For ASP.NET / WCF Development Purposes

    I recently needed to setup IIS in Vista (again) to support my ASP.NET & WCF development purposes. Since there are a few different things to remember when setting up IIS in Vista to support development purposes (ASP.NET, WCF, Windows Authentication, etc.) I figured others might benefit from a quick...
    Posted to Aaron Schnieder on ASP.NET (Weblog) by schnieds on 10-09-2008, 12:00 AM
    Filed under: ASP.NET, IIS, WCF
  • WCF .svc Gives HTTP 404 on Host, Works Perfectly on Local

    I was recently working on a project that used WCF web services extensively. Everything was ready for deployment, I deployed to the remote host, and voila – nothing works (nothing WCF related). After a LOT of frustration, I managed to make it work. I found two areas which were causing the problem: 1....
    Posted to HeartattacK (Weblog) by HeartattacK on 10-01-2008, 12:00 AM
    Filed under: ASP.NET, .NET, AJAX, Web Services, WCF, IIS
  • WCF services getting errors when hosting in IIS

    This post is more for my own records than anything and I have been meaning to write this down for some time. Problem: Had a WCF Web Service that was being hosted in IIS. Worked in dev and test fine. Moved to prod and bang, I get the following error: This collection already contains an address with scheme...
    Posted to Glavs Blog (Weblog) by Glav on 06-04-2008, 12:00 AM
    Filed under: .NET, IIS, WCF, Architecture
  • Working with USB to Serial port adapter on .NET

    You can't solve a problem with the same kind of thinking that created it. — Albert Einstein (1879-1955) Yesterday I spent a lot of time trying to get a speed radar to work on my .NET application. Every test was giving us diferent results. We made hundreds of tests, but every time we thought we found...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 01-16-2008, 12:00 AM
    Filed under: WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, .NET FAQ, Atlas, Web Services, Agile, CLR, Biztalk, BCL, WCF, Avalon, WWF, AJAX, General Software Development, Windows Forms, Content Management Server, ASP.NET, Visual Basic, C#, Sharepoint, Mobile, IIS, Community News, Crossbow, Visual Studio, .NET, SQL Server
  • Hosting WCF in 3 different ways

    Worth reading and very useful article " Hosting and Consuming WCF Services " found on MSDN. In brief it describes below three types of hosting mechanisums... · Self-hosting in any managed .NET application · Hosting in a Windows service · Hosting in different versions of IIS I thought it's very useful...
    Posted to Sreedhar Koganti's Blog (Weblog) by SreedharK on 07-06-2007, 12:00 AM
    Filed under: ASP.NET, WCF, IIS
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: DotNet, .Net, .Interview, Avalon, C#, WPF, Atlas, Orcas, ASP.NET, WWF, BCL, Windows Forms, Commerce Server, Biztalk, Crossbow, Agile, AJAX, Visual Studio, IIS, WinFX, Visual Basic, Community News, General Software Development, .NET FAQ, Sharepoint, WCF, SQL Server, Content Management Server, Vista, Infocard, Web Services, CLR, Mobile
  • Interesting Finds: 2009 04.16~04.22

    Web 7 Ways to Quickly Rate Website Quality How to detect IE8 using JavaScript (Client side) Scalability resources ierange: Implementing W3C DOM ranges for IE A new flag to optimize ASP.NET compilation behavior Microsoft Project Code Named “Velocity”: a practical overview FastCGI ISAPI 1.5 Beta for WinXP...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 04-21-2009, 12:00 AM
    Filed under: WinDbg, IIS, IE, Velocity, FastCGI, WCF
  • Technical Interview Questions

    I have been on some recent technical interviews for Tech Lead and/or Architect Roles. I am keeping track of the questions asked and will post them here. The answers you see are mostly copy/paste from a Google search, with a mix of my own thoughts. Feel free to jump in with your own questions and/or answers...
    Posted to Greg Robinson's Blog (Weblog) by gregarobinson on 09-24-2009, 12:00 AM
    Filed under: .NET, NET, C#, WPF, ASP.NET, WWF, Windows Forms, Biztalk, Agile, IIS, Visual Basic, Sharepoint, WCF, SQL Server, Web Services, CLR, visual source safe, subversion, LINQ, vb.net
  • Getting a WCF service hosted in IIS 7.0

    This was not as easy as I thought it would be...lots of errors. These links saved me: http://blah.winsmarts.com/2008-4-Host_a_WCF_Service_in_IIS_7_-and-amp;_Windows_2008_-_The_right_way.aspx http://blog.donnfelker.com/2007/03/26/iis-7-this-configuration-section-cannot-be-used-at-this-path/
    Posted to Greg Robinson's Blog (Weblog) by gregarobinson on 06-01-2010, 12:00 AM
    Filed under: .NET, ASP.NET, IIS, WCF
  • WCF : Could not find a base address that matches scheme https

    Have you ever had the issue when you get the following error: Server Error in '/Services' Application. Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http].   Well a strange ( and annoying ) thing happened...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 08-10-2010, 12:00 AM
    Filed under: IIS, WCF
Page 1 of 2 (13 items) 1 2 Next >