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.
c#asp.netで1つのWebアプリケーションに2つまたは複数の仮想パスを設定することは可能ですか?
例:http://localhost/test1/web.aspxおよびhttp://localhost/test2/web.aspx
同じディレクトリの同じファイルを異なるURLで使用するIIS2Webサイトで開くことができます。
また、URLを読み取り、文字列パターンでURLをリダイレクトできるROUTINGモジュールを使用することもできます。
IIS では、同じ物理ディレクトリにマップする 2 つの異なる仮想サイトを作成できます。これは、あなたの望むことですか?
各サイトは、Web コードの独自のコピーを実行します。