Accessing web form via Apache

  • Thread starter Thread starter dan
  • Start date Start date
D

dan

Is is possible to access asp.net web forms through Apache? As I understand
it, aspx forms generate html in response to internet requests. This html is
then sent back to the client. Is IIS integral to this process, or can you
get the same results if you reach aspx's URL via Apache? If so, what, if
any, special steps do you need to take?

Thanks...

Dan
 
Unless Apache has a module which runs ASPX code, no, this isn't possible.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top