Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML を含まない VBScript サーバー側コードのみを含む従来の ASP ページを使用することは可能ですか?
はい。他に言うことはあまりありませんが、ほとんどのサーバー側言語と同様に、HTML (またはその他のもの) の出力は完全にオプションです。
はい、HTML コードを記述せずに ASP コードのみを使用することは可能です。その場合、コードの出力以外にデザインのない HTML ページが作成されます。