Link to home
Start Free TrialLog in
Avatar of Webboy2008
Webboy2008

asked on

asp.net / iframe

I have a client who use some sort of CMS to manage their website.
Since he does not want my script to impact his current website.
He suggests me to put all my work inside of the iframe.
What he will do is to create another webpage called xxx.aspx
and add iframe there.  Inside of Iframe will be added src=mynewwebportal/default.aspx

My question is:
1. Is it a good idea to use iframe?
2. Any alternative method we can use instead of iframe?

Thanks
Avatar of disrupt
disrupt
Flag of United States of America image

It depends on the situation, but you want to avoid having an iframe if possible.

http://forums.asp.net/t/1696643.aspx/1
Actually this is the best way in your situation.

Normally the CMS things needs a lots of settings/configurations on the server side, so if you deploy your code on same server/domain it may cause unexpected behaviors in the existing pages.

Iframe is meant for these things only.
Avatar of Webboy2008
Webboy2008

ASKER

ajaysharmaapjs: in your opinion, so there is no other alternative better than iframe?
ASKER CERTIFIED SOLUTION
Avatar of disrupt
disrupt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial