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 3936404
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:56:37+00:00 2026-05-19T23:56:37+00:00

I want to know how can we send direct request to .DLL with some

  • 0

I want to know how can we send direct request to .DLL with some parameters. I really don’t want to use .ASPX and .ASHX. I hope this .DLL request is used for more secure site.

For example: IRCTC (India Railway site):

https://www.irctc.co.in/cgi-bin/bv60.dll/irctc/services/login.do

Please let me know how we can send or execute page from .DLL in ASP.NET.

  • 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-19T23:56:37+00:00Added an answer on May 19, 2026 at 11:56 pm

    You can do this by implementing the IHttpHandler interface and pretty much build your own routing from there (check the url and figure out what you should do and write the result using context.Response). Then register that in the web.config like this for IIS6 or lower:

    <httpHandlers>
      <add path="*" verb="*" type="YOUR.TYPE, YOUR.ASSEMBLY"/>
    </httpHandlers>
    

    Or like this for IIS7 or higher:

    <system.webServer>
    <handlers>
        <add name="All" path="*" verb="*" type="YOUR.TYPE, YOUR.ASSEMBLY"/>
    </handlers>
    </system.webServer>
    

    However, this should not be any more secure then using the framework. What is your concern?

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

Sidebar

Related Questions

I want to know how can i send an email with a standard text
I want to know how I can send the command(s) spawned by xargs to
i want know how i can send one mail to 200 user and i
In short In short I want to know if I can send additional headers
I want to know the way by which I can send a SharedPreference file
I want to know how can i send a <FORM> from a html pages
I want to know a method how can I send 1 specified item for
I want to know, because I can't find anything on google, If I use
I am creating an app and want to know if my app can send
I want to know how I can send or recieve data over internet to/from

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.