A
Archana
Hi,
I want to forward a request as it is from an aspx page(could be a web
service too) in one application to another aspx page in a different
application. The intial request will be having parameters(not fixed
number) which I need to use in the second aspx page. I used
Server.Transfer but it gives me an error message -
Could not load type 'SubHandler.SubReqHandler'
which is the aspx page in the second application.
I am new to ASP.NET, could anyone tell me if it is possible to do
this?
If it is possible could you let me know what I am doing wrong or how I
should be doing it.
Any help would be appreciated. Thanks,
-Archana
I want to forward a request as it is from an aspx page(could be a web
service too) in one application to another aspx page in a different
application. The intial request will be having parameters(not fixed
number) which I need to use in the second aspx page. I used
Server.Transfer but it gives me an error message -
Could not load type 'SubHandler.SubReqHandler'
which is the aspx page in the second application.
I am new to ASP.NET, could anyone tell me if it is possible to do
this?
If it is possible could you let me know what I am doing wrong or how I
should be doing it.
Any help would be appreciated. Thanks,
-Archana