Click here to Skip to main content
15,886,731 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'd like to call web app link from my asp.net web form application.
How do i do that?
eg., this is my web app using asp.net web form http://Test/MyApp/Main.aspx?uid=123456&Mode=1

How do i pass query string (uid & Mode) to .net core web app link.
I am in half-way learning .net core.
For asp.net web form i have a few years exp but not sure how do i integrate/link together 2 web app link which are using 2 different technologies.

What I have tried:

Not much yet. .net core can catch query string or not.
Posted
Comments
Sandeep Mewara 22-Oct-20 13:43pm    
If they are two separate application and all you need is to call one from another using query string then where is the problem? treat them as two web app (does not matter if webforms or core). In there specific web app, handle passing and reading the query string passed in url.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900