开发者

.ASP Do I need to compile?

开发者 https://www.devze.com 2023-01-13 17:44 出处:网络
I\'m poking my head around ASP for work and I\'m not s开发者_运维百科ure how it works... I\'m used to being able to create a HTML, PHP, ColdFusion page, put it on the webserver and execute it.

I'm poking my head around ASP for work and I'm not s开发者_运维百科ure how it works... I'm used to being able to create a HTML, PHP, ColdFusion page, put it on the webserver and execute it.

Do I need to compile ASP pages or is that just ASPX?

I just want to create an ASP page and put it on my web server to test...


You can just create an ASP or ASPX page and put it on the server to test. The web server in all those cases (ColdFusion, PHP, ASP, ASP.NET) takes care of compiling the page when it's accessed.

In ASP, I believe it is compiled(/interpreted) every time you load it, where as in ASP.NET it's compiled on first access (which is slow) and the compiled version is available for the next page load.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号