473,763 Members | 7,541 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 1145
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******@techi eTAKEOUT.com> wrote in message
news:eu******** **********@news svr21.news.prod igy.com...
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\micr osoft.net\frame work\v1.1.4322\ aspnet_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******@techi eTAKEOUT.com> wrote in message
news:eu******** **********@news svr21.news.prod igy.com...
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******** ******@TK2MSFTN GP12.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\micr osoft.net\frame work\v1.1.4322\ aspnet_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******@techi eTAKEOUT.com> wrote in message
news:eu******** **********@news svr21.news.prod igy.com...
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******@techi eTAKEOUT.com> wrote in message
news:b1******** **********@news svr21.news.prod igy.com...
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******** ******@TK2MSFTN GP12.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\micr osoft.net\frame work\v1.1.4322\ aspnet_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******@techi eTAKEOUT.com> wrote in message
news:eu******** **********@news svr21.news.prod igy.com...
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
3597
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 because that is what google and chm searches returned most often. My problem has to do with shutil.move actually putting the files where I ask it to. Citing code wouldn't serve any purpose, because I am using the function in the most straight...
5
12233
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 for another control). Is it possible to move controls from one page of a tab to another, or I'll have to re-create them? If it is possible, please could you advise, how? I have tried to move one text box. It happily vanished. Thank you. Galina
2
16219
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 (possibly white) Can anyone tell me how to convert these colours to either RGB colours or the Long number used by Access. Black is 0 and White is 16777215 ...
1
8501
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, all though I can move the button. I have also used the mouseMove event, so I can move the button, but it's completely out of control. Still I feel it's the right way to go. This is what I've written: private void btnSecond_MouseMove(object sender,...
5
24776
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 position? -- Joe Fallon
7
4866
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 form, and a table control is dragged into the panel from tooolbox. Add cells for the table through the properties. Now I cut a radio button, and click the table (note I can not select a cell), then right click Paste. The button is not in expected...
3
1468
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 position to a table and read them when opening the same screen. Thanks in advance Erwin
1
11633
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. I want to be able to map controls of the media player to images on the page ie - when user clicks play image - song plays. I can currently get it working in IE but I can't get it to work in Firefox. Problems: 1. The buttons (image buttons)...
0
2515
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 strand there are empty boxes. The boxes are part of the background image (jpg). The user drags a command button, labelled, for example, 'Hair Follicle' over to an empty box and drops 'within'. This process is repeated for the remaining...
0
9563
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10144
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9822
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7366
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5270
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
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 we have to send another system
3
3522
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.