Hi,
In our web application we use the UI Process block (http://msdn.microsoft.com/en-us/library/ee817680.aspx) whose configuration with views defined in the web.config as follows:
My problem is when I run the code on the asp.net development server (http://localhost:2547) the view redirects me to http://Test1.aspx not http://localhost:2547/Test1.aspx. I have tried changing the type as such type="/Test1.aspx" but this does not work....
Has anyone come accross this before when using UI Process Configuration?
Thanks,