473,507 Members | 12,693 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

move to windows 2k3..buttons not working

Hi all,

I have a .net web app written in C# (.net 1.1). It has worked just great
being served from xp pro (dev) and Win2k (prod), for the last 6 months. We
have recently moved it to a brand new install of Win2k3. All I did was
create a new web on my Win2k3 server and copy my directory over (that's how
I have moved in the past). Now some buttons don't do anything (others are
working okay and most of the app is just fine). You just click on the
button and nothing happens (no errors, no post back, nothing). I have tried
it from various browsers and same behavior. The code has not changed (my
dll/aspx pages have not changed for 30 days).

Is there something that I am missing? Any ideas? Is there something I need
to do to Win2k3 to make web apps fully functional? Is there some IIS
setting or application pool thing that I should look at?

--
Thanks,

Guy

--
Thanks,

Guy
Nov 19 '05 #1
4 1134
You need to re-register the asp.net web validation source files. Do this at
the command line in the .NET framework folder:
aspnet_regiis -c

http://support.microsoft.com/?kbid=889877

"SoCalGuy" <So******@techieTAKEOUT.com> wrote in message
news:eu******************@newssvr21.news.prodigy.c om...
Hi all,

I have a .net web app written in C# (.net 1.1). It has worked just great
being served from xp pro (dev) and Win2k (prod), for the last 6 months.
We
have recently moved it to a brand new install of Win2k3. All I did was
create a new web on my Win2k3 server and copy my directory over (that's
how
I have moved in the past). Now some buttons don't do anything (others are
working okay and most of the app is just fine). You just click on the
button and nothing happens (no errors, no post back, nothing). I have
tried
it from various browsers and same behavior. The code has not changed (my
dll/aspx pages have not changed for 30 days).

Is there something that I am missing? Any ideas? Is there something I
need
to do to Win2k3 to make web apps fully functional? Is there some IIS
setting or application pool thing that I should look at?

--
Thanks,

Guy

--
Thanks,

Guy

Nov 19 '05 #2
Make sure that aspnet_client is in the root of the wwwroot...if not you can
(a) copy it from the other server or run

c:\windows\microsoft.net\framework\v1.1.4322\aspne t_regiis -i

those paths might be different (WinNt, different Versions) but you should be
able to figure it out...
Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"SoCalGuy" <So******@techieTAKEOUT.com> wrote in message
news:eu******************@newssvr21.news.prodigy.c om...
Hi all,

I have a .net web app written in C# (.net 1.1). It has worked just great
being served from xp pro (dev) and Win2k (prod), for the last 6 months. We have recently moved it to a brand new install of Win2k3. All I did was
create a new web on my Win2k3 server and copy my directory over (that's how I have moved in the past). Now some buttons don't do anything (others are
working okay and most of the app is just fine). You just click on the
button and nothing happens (no errors, no post back, nothing). I have tried it from various browsers and same behavior. The code has not changed (my
dll/aspx pages have not changed for 30 days).

Is there something that I am missing? Any ideas? Is there something I need to do to Win2k3 to make web apps fully functional? Is there some IIS
setting or application pool thing that I should look at?

--
Thanks,

Guy

--
Thanks,

Guy

Nov 19 '05 #3
Thanks so much for replying! I will try and let you know.

--
Thanks,

Guy
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:et**************@TK2MSFTNGP12.phx.gbl...
Make sure that aspnet_client is in the root of the wwwroot...if not you can (a) copy it from the other server or run

c:\windows\microsoft.net\framework\v1.1.4322\aspne t_regiis -i

those paths might be different (WinNt, different Versions) but you should be able to figure it out...
Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"SoCalGuy" <So******@techieTAKEOUT.com> wrote in message
news:eu******************@newssvr21.news.prodigy.c om...
Hi all,

I have a .net web app written in C# (.net 1.1). It has worked just great being served from xp pro (dev) and Win2k (prod), for the last 6 months.

We
have recently moved it to a brand new install of Win2k3. All I did was
create a new web on my Win2k3 server and copy my directory over (that's

how
I have moved in the past). Now some buttons don't do anything (others are working okay and most of the app is just fine). You just click on the
button and nothing happens (no errors, no post back, nothing). I have

tried
it from various browsers and same behavior. The code has not changed (my
dll/aspx pages have not changed for 30 days).

Is there something that I am missing? Any ideas? Is there something I

need
to do to Win2k3 to make web apps fully functional? Is there some IIS
setting or application pool thing that I should look at?

--
Thanks,

Guy

--
Thanks,

Guy


Nov 19 '05 #4
That was it!!! It worked. Thanks sooo much guys....:)

--
Thanks,

Guy
"SoCalGuy" <So******@techieTAKEOUT.com> wrote in message
news:b1******************@newssvr21.news.prodigy.c om...
Thanks so much for replying! I will try and let you know.

--
Thanks,

Guy
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:et**************@TK2MSFTNGP12.phx.gbl...
Make sure that aspnet_client is in the root of the wwwroot...if not you can
(a) copy it from the other server or run

c:\windows\microsoft.net\framework\v1.1.4322\aspne t_regiis -i

those paths might be different (WinNt, different Versions) but you should be
able to figure it out...
Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"SoCalGuy" <So******@techieTAKEOUT.com> wrote in message
news:eu******************@newssvr21.news.prodigy.c om...
Hi all,

I have a .net web app written in C# (.net 1.1). It has worked just great being served from xp pro (dev) and Win2k (prod), for the last 6 months. We
have recently moved it to a brand new install of Win2k3. All I did
was create a new web on my Win2k3 server and copy my directory over (that's
how
I have moved in the past). Now some buttons don't do anything (others

are working okay and most of the app is just fine). You just click on the
button and nothing happens (no errors, no post back, nothing). I have

tried
it from various browsers and same behavior. The code has not changed

(my dll/aspx pages have not changed for 30 days).

Is there something that I am missing? Any ideas? Is there something I

need
to do to Win2k3 to make web apps fully functional? Is there some IIS
setting or application pool thing that I should look at?

--
Thanks,

Guy

--
Thanks,

Guy



Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3571
by: Daniel Bickett | last post by:
Hello, I'm writing an application in my pastime that moves files around to achieve various ends -- the specifics aren't particularly important. The shutil module was chosen as the means simply...
5
12206
by: Galina | last post by:
Hello I have an Access 2000 application. The form has got a tab with 3 pages. There are several text boxes and command buttons on one page. I need to move them to another page (to free form space...
2
16156
by: Phil Stanton | last post by:
When designing a new form or report, the Default ForeColor is often something like -2147483640 which is the colour of Windows text (possibly black) and the default backColor is -2147483643...
1
8487
by: gmtongar | last post by:
Hi, I've made a custom scrollbar which consists of three buttons and a panel. My problem is: How do I move it like a scrollbar slider? I've tried DoDragDrop, but it does not appear to be the same,...
5
24755
by: Joe Fallon | last post by:
I have a list box with 7 text values in it. I have a pair of buttons to Move Up or Move Down the selected item one position. What is the simplest way to code the buttons so the item moves one...
7
4852
by: david | last post by:
I have asked this question before. But it does not work for me. Given radion buttons in the web form design page. What I did is described as follows. A panel control is dragged into the design...
3
1457
by: etsoft | last post by:
Hello, is it possible to let the user move buttons on a screen ? I have multiple buttons on a screen and the user can decide where to put the buttons. I know i can write the left and top...
1
11596
by: SeanBoyWalton | last post by:
Hi, I'm currently trying to build a website for a DJ friend of mine and I have come stuck with a couple of issues. I've searched everywhere and put some code together but I still have problems. ...
0
2502
by: Paul | last post by:
Hi, I am looking to create an eLearning resource using VB2008. I have a form with a background picture of a cross section of a strand of hair magnified x1000. The around the edge of the hair...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7030
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7482
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5623
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5041
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3191
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1540
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
758
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.