-1
我有一個網站,名稱爲technotecode,地址是http://www.technotecode.in。如何在asp.net中創建子域名
在我的網站約1760人註冊,當用戶打開他的個人資料頁面的URL看起來像這樣
www.technotecode.in/user/username.aspx
代替上面URL的我想修改URL這樣
username.technotecode.in
任何一個建議我如何實現這一點
您需要進行URL重寫。 –
@Kevin它不能在URL重寫中工作 – Sri
重複:https://stackoverflow.com/questions/1821993/dynamic-subdomains-in-asp-net-mvc –