My old site is done in php and i have developed a asp application, how can i host this in a virtual directory,
The scenario is: when i click a link in the php application it should open a login page done in asp.net. Both applications are independent and php is using mySql, asp.net is using sql server 2008.
Can anybody please help me what is the process i can do to achieve this!!
Thanks for the reply, yes I have already created a virtual folder but still its not working, I have tested in IIS 7 and .Net4.0 it works like a charm, but the hosting server doesnt support the same!!
srees
Member
55 Points
31 Posts
how to host a asp based application in a php based application
Feb 01, 2012 10:04 AM|LINK
I am newbie to the hosting process
My old site is done in php and i have developed a asp application, how can i host this in a virtual directory,
The scenario is: when i click a link in the php application it should open a login page done in asp.net. Both applications are independent and php is using mySql, asp.net is using sql server 2008.
Can anybody please help me what is the process i can do to achieve this!!
Srees
Sum8
Contributor
4141 Points
931 Posts
Re: how to host a asp based application in a php based application
Feb 01, 2012 10:45 AM|LINK
Refer this link:
http://forums.asp.net/t/1230297.aspx/1
http://weblogs.asp.net/israelio/archive/2005/09/11/424852.aspx
http://forums.asp.net/t/1393649.aspx/1
Sumit Pathak
------------------
ThisPost = Helped == True ? "Mark As Answer" : "Elaborate your problem in more details"
kctt
Contributor
5004 Points
948 Posts
Re: how to host a asp based application in a php based application
Feb 02, 2012 01:00 AM|LINK
you can host php site and asp.net application in the same folder.
Just make sure the folder is configured as an application in IIS manager.
Topspy
Contributor
3775 Points
806 Posts
Re: how to host a asp based application in a php based application
Feb 03, 2012 08:06 AM|LINK
The best is to create a new folder under your website root and host your asp.net application there.
Asp.net Hosting | Windows Hosting | SQL Server Hosting
srees
Member
55 Points
31 Posts
Re: how to host a asp based application in a php based application
Feb 05, 2012 07:27 AM|LINK
Thanks for the reply, yes I have already created a virtual folder but still its not working, I have tested in IIS 7 and .Net4.0 it works like a charm, but the hosting server doesnt support the same!!
Srees
HostingASPNe...
All-Star
15876 Points
2974 Posts
Re: how to host a asp based application in a php based application
Feb 05, 2012 08:35 AM|LINK
Hello,
Make sure that your shared ASP.NET hosting company supports all of your requirements - ASP.NET 4.0, PHP, MySQL and MS SQL 2008.
Regards
Free ASP.NET Examples and source code.