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.
IISの代わりにVisualStudioの開発サーバーが使用されているかどうかをプログラムで検出できますか?
Visual Studio 2010では、Request.ServerVariables( "SERVER_SOFTWARE")は、開発サーバーに対してNothing(null)を返し、Win7 Pro IIS/VS2010インストールに対して"Microsoft-IIS/7.5"を返します。