Re: mod_aspdotnet Apache version issues
Brought to you by:
wrowe
From: William A. R. Jr. <wr...@ro...> - 2007-06-15 21:26:02
|
(fyi - subscribe to the list to ensure you see the entire dialog) Andy Sumner wrote: > > I have been trying to get the old Apache version of this mod working on > a Windows 2000 server running Apache 2. I’m getting the following > problem with my ASP.NET website. I configured the server as normal with > my ASPNetMount and Directory mappings in the http.conf file, the server > will publish my login page as expected, but, when I press the submit > button which does a submit back to the asp.net page’s c# code behind > file, nothing happens. The page does not even refresh, any ideas? Have you peeked into the resulting .html with the browser's view-source feature? I'd take a close look at your <FORM > block to see what might be going on there. Feel free to post the relevant snippet here. |