Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have url like this

https:\\ABC\signin.aspx (Here ABC is the common name use for website)
I have taken SSL certificate for ABC.

After login it will redirect to the original domain name. I don't know why it is happening. Problem is that I don't have certificate for "xyz.my.com". So it is giving certificate error. I am getting below url.

https:\\xyz.my.com\signin.aspx

It should not be change after login. It must be "https:\\ABC\" for whole site.
Is there any way to make site name not change.

Your answer will be appreciated.

Thanks
Posted
Updated 5-May-15 0:47am
v2
Comments
Hemant Singh Rautela 5-May-15 6:36am    
Cant understand your question...

If you have a url xyz and page signin.aspx then its your code where you redirect it... then where is the issue...!
deepankarbhatnagar 5-May-15 6:46am    
Please explain clearly..
MacParekh 5-May-15 6:48am    
Question updated.
Andy Lanng 5-May-15 6:57am    
How are you managing logins? Is this a custom control, a custom membership provider, a standard forms login, a windows authenticated login, etc... ?
Most membership providers specify a login url. Are you using that?
MacParekh 5-May-15 7:00am    
It is standard form login.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900