Link to home
Start Free TrialLog in
Avatar of csetzkorn
csetzkorn

asked on

combining two websites

Dear all,

I have the following situation. Our document oriented data are kept in a CMS (collage) and structured data is manipulated via ASP.NET and presented as aspx pages. ASP.NET has its own folder A and collage writes HTML into folder B (every 24 hours) using certain style sheets. The challenge is to combine the two systems so that everything looks like a seamless website residing in folder B. I managed to style my aspx pages using the aforementioned style sheets in conjunction with a MasterPage. However, I am not sure how to get things into folder B. A crude solution would be to agree on some pages that reside in B and redirect (using HTML redirect?) to the corresponding aspx pages. I guess this is a stupid idea. Could you please suggest some alternatives? Any feedback/pointer welcome. Many thanks in advance.

Best wishes,

Chris

ASKER CERTIFIED SOLUTION
Avatar of ASPSQLServerCOM
ASPSQLServerCOM
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
Avatar of csetzkorn
csetzkorn

ASKER

does this not intermingle with my asp.net stuff (i.e. do I see this folder in VS)?

C
no, it will not create problem to your asp.net site.

What is a Virtual Directory and how to create it?
http://www.dotnetspider.com/tutorials/AspNet-Tutorial-86.aspx

Configuring IIS Web Sites and Virtual Directories
http://www.advancedinstaller.com/user-guide/tutorial-iis.html