Redirecting ASP.NET webform to Meteor application

Hello Everyone,

I want to redirect my asp.net webform to a standalone meteor application. To elaborate further, I have an asp.net application where I have a link. When clicked it will open my meteor application and also will pass some parameters to the application… Any guidance would be really appreciated.

A Meteor application is just like any other webapp. If you want to pass parameters, you can pass them in the URL, or as POST data.

thanks rob, I just Redirected my page to the URL of the meteor app and it worked.

1 Like