我使用以下代码将内容作为弹出窗口显示在新窗口中并且它在本地主机上工作
<a onclick="window.open('/UsuarioTI/SCyOC.aspx?Number=<%# Eval("num_solicitud") %>','targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=420');" ><span aria-hidden="true" class="glyphicon glyphicon-pencil"></span>SC/OC</a>
我试图将我的项目放入IIS并显示此错误(当我运行我的项目本地主机时,这不会出现):
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.
Requested URL: /UsuarioTI/SCyOC.aspx
如何解决这个问题?该按钮具有来自&#34; asp转发器的动态数据&#34;。