Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
please can any body help me out in this regard

I have one doubt,I have created two web applications and hosted on local iis.In first application i have one web form in that one button control is present,in button click event i have written Server.Transfer("http://localhost/app2/Webform1.aspx");means i am trying to navigate second
webapplication's webpage that is webform1.aspx .which as virtual path as in serverobject .but it showing error provide virtual path .Is it possible to navigate to other app page which is present int same server
Posted
Comments
ZurdoDev 16-Jul-13 9:11am    
Can you just use Response.Redirect?
[no name] 16-Jul-13 10:44am    
Server.Transfer("http:~/app2/Webform1.aspx");
you try this one

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