小弟我用C#写的aspx页面怎么在sharePoint的WebPart中调用

我用C#写的aspx页面如何在sharePoint的WebPart中调用?
我在C#写的UpdateItem.aspx页面,我的WebPart页面是 Grid.ascx 的Button事件中写了如下
Response.Write("<script>window.open('UpdateItem.aspx?psGuid=" + psGuid + "', null, 'left=262 top=180 height=660 width=450 scrollbars=no, resizable = no, status = no, toolbar = no, menubar = no');</script>");
报错页面无法找到。
我需要将UpdateItem.aspx 拷贝到什么目录下才可以?

------解决方案--------------------
我需要将UpdateItem.aspx 拷贝到什么目录下才可以?
---------------------------
肯定不行。
在开发时 选择站点url 选择iis 的 sharepoint 系统
------解决方案--------------------
~/ 
这个东西客户端认不出来。去掉~