Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3674022
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:48:16+00:00 2026-05-19T02:48:16+00:00

I want to create a simple web service to distribute to ASP.Net developers. I

  • 0

I want to create a simple web service to distribute to ASP.Net developers. I found an application (SvnBridge) which has the layout I’m after – a single web.config file and a single .dll file.

The interesting part is in the web.config file:

<httpHandlers>
    <clear/>
    <add verb="*" path="*" type="SvnBridgeServer.SvnBridgeHttpHandler, SvnBridgeServer" />
</httpHandlers>

Ooooo that looks perfect. I can throw anything I like at this and have it handled by what I presume is an IHttpHandler implementation.

So I ripped off the spirit of the afore-linked config file, bundled my library into a DLL and hit build in VS. I immediately get this in IE:

Source Error:

[No relevant source lines]

I mainly work with PHP – ASP.Net is quite new to me. Clearly I’m doing something wrong, but I haven’t a clue where even to start.

At the moment, I use a Python script to bundle all the C# source into a single .ashx file, which is kinda cool for distribution, but makes debugging a nightmare. It looks a bit like this:

<%@ WebHandler Language="C#" Class="MyApp.MyClass" debug="true" %>
using System.Data;
...
namespace MyApp
{
    public class MyClass : IHttpHandler
    {
        public void ProcessRequest(HttpContext Http)
        {
            ...
        }
    }
}

There’s obviously a lot more to it (user config area etc), but you get the gist.

Can someone point me in the right direction? I’m comfortable with the C# language, it’s just the arrangement and configuration that has me a bit stumped.

I realise this question may seem somewhat ambiguous – please post comments and I’ll try to clarify where necessary.

Thanks,

Neil.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T02:48:16+00:00Added an answer on May 19, 2026 at 2:48 am

    This is fixed. I had to turn the folder into an application in IIS, and move the source to a trusted (non-network) location.

    My gratitude for those who took the time to review this question.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a sample RESTful web service in java which involves all
I want to create a simple web service in Eclipse (Helios J2EE), using Apache
I want to create gallery application which would get thumbnails and metadata from web
I have created a simple web-service using Java. i want to load jars related
I want to create a simple web project app. I am using struts2 and
I want to create an extremely simple web server for development purposes in Ruby
help out a noob with a simple web development question?? I want to create
I want to create a simple transaction on my Web Site where after the
I want to build simple SOAP web service. So far I've only worked with
I have a ASP.NET web service decorated with System.Web.Script.Services.ScriptService() so it can return json

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.