What I really like to have :
We have a lot of webservers that we like to manage through one 'redirect' server. On every server there is a webapplication in asp.net.
So pages should be called with http://redserver?url=http://www.web01.int/admin.aspx
Using the aspx on the local server works great, but even when I get the staropage throught the redirect of redserver, the postbacks won't work.
is there a way to change the default postback url? Some controls have the postback url propertie, but most of them not.
Help me,
Gert
We have a lot of webservers that we like to manage through one 'redirect' server. On every server there is a webapplication in asp.net.
So pages should be called with http://redserver?url=http://www.web01.int/admin.aspx
Using the aspx on the local server works great, but even when I get the staropage throught the redirect of redserver, the postbacks won't work.
is there a way to change the default postback url? Some controls have the postback url propertie, but most of them not.
Help me,
Gert