c# - Can ASP.NET module be uploaded on PHP domain? -


i have website in php. now, trying publish separate admin panel (which in asp.net) on same server in different virtual directory.

can work?

if web server windows running iis, yes, can have asp.net , php co-existing on same server.

you have problems if intend share between them -- eg cookies, , session data; you'll have keep them separate , provide separate logins, etc them.

on other hand, if server isn't windows, or isn't running iis - if you're running linux server apache - won't able install asp.net, since tied platform.

[edit] discussion on official microsoft iis forum, same question asked, , positive answer given: http://forums.iis.net/t/1154462.aspx

also, might help: http://www.joshholmes.com/blog/2010/11/11/asp-net-and-php-on-iis-together/


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -