K
Kevin
I have an ASP.Net site with a number of asp:button on it. When I run under
localhost (Windows XP, VS 2003, Dotnet 1.1.4322), clicking these buttons
works. However, transfering the site to a Windows 2000 server, IIS 5 machine
also with Dotnet 1.1.4322, the buttons do not react. Looking at the html of
the working and non working pages, I see that the non working page button
has the following
<input type="image" name="btnButton" onclick="if
(typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); "
language="javascript" id="btnButton" src="/images/buttonimg.gif"
alt="Buttin" align="AbsBottom" border="0" />
whereas the working page has the following
<td vAlign="bottom" align="left" width="79"><input type="image"
name="btnButton" id="btnButton" src="/images/buttonimg.gif" alt="Button"
align="AbsBottom" border="0" /></td>
Can anyone tell me why they should be different?
I notice that the files in the ASP_Client directory are different (older on
the non working version) but I have tried copying the later versions but to
no effect.
I also tried aspnet_regiis -c but it says I need to have administrator
access. Given I have signed on as Administrator, this has also left me a
little confused.
Any help would be gratefully received
Thanks
Kevin
localhost (Windows XP, VS 2003, Dotnet 1.1.4322), clicking these buttons
works. However, transfering the site to a Windows 2000 server, IIS 5 machine
also with Dotnet 1.1.4322, the buttons do not react. Looking at the html of
the working and non working pages, I see that the non working page button
has the following
<input type="image" name="btnButton" onclick="if
(typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); "
language="javascript" id="btnButton" src="/images/buttonimg.gif"
alt="Buttin" align="AbsBottom" border="0" />
whereas the working page has the following
<td vAlign="bottom" align="left" width="79"><input type="image"
name="btnButton" id="btnButton" src="/images/buttonimg.gif" alt="Button"
align="AbsBottom" border="0" /></td>
Can anyone tell me why they should be different?
I notice that the files in the ASP_Client directory are different (older on
the non working version) but I have tried copying the later versions but to
no effect.
I also tried aspnet_regiis -c but it says I need to have administrator
access. Given I have signed on as Administrator, this has also left me a
little confused.
Any help would be gratefully received
Thanks
Kevin