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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:29:05+00:00 2026-05-13T13:29:05+00:00

I need to pass some data from a classic ASP application to my ASP.NET

  • 0

I need to pass some data from a classic ASP application to my ASP.NET app using the POST method (can’t use GET sorry) in a form.

This doesn’t seem to work if my action is the target aspx page but my ASP.NET app is using forms authentication, because it looks like somewhere in the pipeline my data is lost, given that the Request.Form collection is null in the Page_Load method of my login page.

If I disable forms authentication, the target page receives the posted data without a problem.

Do you know how can I work-around this problem? When or where could I obtain this data?

Thanks in advance!

  • 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-13T13:29:05+00:00Added an answer on May 13, 2026 at 1:29 pm

    A possibility might be to transfer the posted headers into a session object you maintain in your ASPX side that would then be killed once its purpose is complete.

    void Session_Start(object sender, EventArgs e) 
    {
        // Code that runs when a new session is started
        SortedList sList = new SortedList();
        foreach (string key in HttpContext.Current.Request.Form.Keys)
        {
            sList.Add(key, HttpContext.Current.Request.Form[key]);
        }
        Session.Add("myList", sList);
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can you pass some data from a javax.servlet.Filter to a Jersey endpoint without using
I'm writing a web application where I need to pass some user data to
I need to pass some data (integers) from one (C++) program to another (C#).
I am writing some and I need to pass a complicated data structure to
I need to pass '+' via the QueryString . some special character can be
I have some .net dll's and Exe's. I need to pass MSIL files to
I need to get some sensitive data from an Oracle server to a SQL
I am trying to display some xml data from remote URL using jquery and
I've used putExtra() to pass some data from one activity to other. I want
I need your help with the following scenario: I am reading some data 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.