This simple web app is made by InfoEd. I just need to rewrite it so users from another company can log in. The page looks fine and rewrites ok except when you click the login button:
Error on page
Object expected
,Danainfo=hostname.company.com+login.asp
Code: 0
URI: https://hostname.company.com/,DanaInfo=hostname.company.com+login.asp
I tried messing with caching options, etc with no luck. If anyone has any ideas please share.
Thanks,
Justin
Solved! Go to Solution.
Gotta rewrite because the users arent local.
I ended up using Passthrough Proxy. I had to open a port to the SA but it appears users automatically redirect to this after the login. A nice little feature. The old javascript works now.
Kind of slow but functional.
The IVE is rewriting the javascript which is when it breaks.
Use selective rewrite to NOT rewrite should help I guess if the problem is the rewriting.
Gotta rewrite because the users arent local.
I ended up using Passthrough Proxy. I had to open a port to the SA but it appears users automatically redirect to this after the login. A nice little feature. The old javascript works now.
Kind of slow but functional.