I've developed an ASP.NET using the UIPAB on a WinXP box, everything is working in that box. When I deploy it to a win2k server box the application stops working. I get the first page but when I click a button to continue the page navigates to http://start.aspx/?CurrentTask=<GUID> I've tried to change the configuration file from : <view name="Start" type="Start.aspx" controller="CiaController" /> to have a slash before the page type: <view name="Start" type="/Start.aspx" controller="CiaController" /> but no success there either. any help will be greatly appreciated. thanks