Forum Moderators: phranque

Message Too Old, No Replies

aspdotnet mod and virtual hosts

Can get the mod to work but can't call it from virtual host

         

interGhost

4:35 pm on Mar 8, 2008 (gmt 0)

10+ Year Member



Hello. I am very new to apache. I have the virtual hosts working fine. Example (http://myouter.net takes me to the correct directory). I have the aspdotnet mod working by calling it through root path (http://example.com/myouternet = [localhost...] And the asp.net pages work fine from there. However when I try to use a virtual host (http://myouter.net)for the asp.net directory I receive an internal server error. I know I am missing something because everything works too well otherwise. I'd appreciate some guidance. Thanks

interGhost

[edited by: jdMorgan at 5:29 pm (utc) on Mar. 8, 2008]
[edit reason] No URLs, please. See Terms of Service. [/edit]

interGhost

12:09 pm on Mar 9, 2008 (gmt 0)

10+ Year Member



Nevermind... when you have a virtual host I guess you must use just a slash and not a named slash when you mount the directory:
THIS
AspNetMount / "C:/Clients/myouternet/PartCart"
NOT THIS
AspNetMount /myouternet "C:/Clients/myouternet/PartCart"
I hope this helps someone with a similar problem.

Thanks for all that were considering an answer for me.. it is working fine now.