问题描述
我使用asp方法创建了一个网站。现在我在web
服务器上设置framework.net。由于将asp转换为aspx是一项耗时的任务,我想将这个网站保存在asp中,但我希望在aspx中添加新页面。我想
知道什么是最简单的工作方式,即从
asp调用aspx页面。我试了一下,看起来它是dosable,但是,当我把一些
放在代码后面时,网站无法执行它们(编译后的dll没有执行
) 。我需要做什么?
提前致谢
别忘了Global.asax .. 。
不要忘记Global.asax ......
Hi,
I made a web site by using asp method. Now I set up framework.net in the web
server. Since to convert asp into aspx is time consuming task, I''d like to
keep the web site in asp, but I want to add the new page in aspx. I want to
know what is the easiest way to make it working, ie, call a aspx page from
asp. I made a try and it seemed it was dosable, however, when I put some
behind codes, the site could not performed them (the compiled dll was not
executed). What I have to do?
Thanks in advance
Don''t forget Global.asax...
Don''t forget Global.asax...
这篇关于如何从asp站点管理asp.net页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!