1
Answer

Wcf unable to publish the meta data

Photo of James Chowdary

James Chowdary

14y
10.8k
1

HI,
this is James im using the vs 2008 and xp +sp 3  ,and IIS 5.1 .
i was using  builting wcf example ,if i run the project it is going run successully, and if i want to publisht the meta , i mean to use it in another machine
im getting the timeout errror.
what may be the problem !

Answers (1)

0
Photo of Abie Jose
NA 17 39.3k 13y
Using a Query string you can pass values of current page's control to another page


Response.Redirect("SecondPage.aspx?value1="& Textbox1.text &" &value2 = "& Textbox2.text &" ")


and in the secondpage.aspx you can retrieve this value with the following code

request.querystring("Value1")