标签: asp.net https
我在我的应用程序中使用IIS 6.0。在我的网站中,当用户在登录页面中输入凭据时,它会通过安全页面传递数据,并将结果返回到http页面。 我需要重写HTTPS URL,如下所示。
eg:- https://test/secure/login.aspx to https://test/secure/companyname
如何做到这一点?