I'm running a web application with ASP.NET on a Window Server 2000
machine.

Recently we move the web application to Windows Server 2003.
Once we move it, the rest of the features is working fine except the
submit button.

Is there any security settings or configuration which I need to set in
order for it to run?



Peter CCH

Re: Submit button not working after moving from Windows Server 2000 to 2003 by Wodoy

Wodoy
Mon Mar 13 21:46:58 CST 2006

Found the solution.

Just go to C:<Windows installation>\Microsoft.Net\Framework\<version>
Then run this: aspnet_regiis -c

For reference:
http://support.microsoft.com/default.aspx?scid=kb;en-us;889877



Peter CCH