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

  • Home
  • SEARCH
  • 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 6862933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:43:15+00:00 2026-05-27T02:43:15+00:00

I recently joined a new c# project in which a console application is being

  • 0

I recently joined a new c# project in which a console application is being developed and used as a server. A flex program is developed to handle the front-end (perform crud operations).

To communicate with this URLS from front-end to c# application, inside c# tiny httpserver code is used which is a free source. For example, from the browser a post method is passed like http://localhost:portnumber/item/detail/1010?method=post...
then c# receives this request and does the process and response back in the form of xml.
This flex application is stored inside the webroot folder of c# application’s debug folder.

Now the new requirement is that instead of Tiny Httpserver code the project team wants to use IIS. As I am new to this type of application and fresher too, please let me know some suggestions and some link where I can go through the concept.

As I googled a lot to understand the new requirement concept, but no idea how to find the link.

Please help me on this.
Thanks in advance,
Ramya

  • 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-27T02:43:16+00:00Added an answer on May 27, 2026 at 2:43 am

    You should have a look at Nancy:

    http://www.nancyfx.org/ and the docs at: https://github.com/NancyFx/Nancy/wiki/Documentation

    It’s perfect for what your describing. And I think you’ll be able to reuse a lot of you code.

    You’d be able to write something like this:

    public MyModule : NancyModule
    {
        public MyModule()
        {  
    
            Get["/item/detail/{id}"] = parameters => {
                return new Detail(parameters.id).AsXml(); //this is pseudocode offcourse!
            };
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have recently joined a new developing project building a thick client application using
Yet another SVN guideline question, I know. I recently joined a new company which
I recently joined a Perl project and I need to start being productive with
I recently joined a project which basically uses java as the programming language. I
My situation: I've recently joined on the front-end side of an established project that
Recently I just got assigned a project to develop a web application/site that uses
I recently joined a team that is working on a ASP.NET MVC project.. they
I have joined a project recently and now I'm working on its Internationalization improvement.
I recently joined a new company with a large existing codebase. Most of my
I have recently joined a small development team that is considering a new version

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.