RE: applications not posting back
From: JP.Sklenka (JPSklenka_at_discussions.microsoft.com)
Date: 12/17/04
- Next message: Brad Roberts: "RE: Page_Load event not firing"
- Previous message: Brad Roberts: "RE: applications not posting back"
- In reply to: Jason Penniman: "applications not posting back"
- Next in thread: Jason Penniman: "Re: applications not posting back - THANK YOU"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 17 Dec 2004 12:31:02 -0800
Another developer on my team recently experienced this issue (happend to be
C#, ASP.Net) and it was specific to pages with validation controls.
Running through IDE or Internet Explorer, Postback would not work for him.
The exact same code, running on other machines worked fine. The resolution
ended up being reinstalling .Net Framework SP1 on his machine.
It seems to be related to the .js files located in
aspnet_client\system_web\1_1_4322. First off, make sure that your prod
server has a the above folder in IIS. If the folder is there and you're
still not experiencing problems, try copying working .js files from your
development server and replacing the prod server files. Please back up the
prod server files prior to doing this so you can return to your original
state.
I've also noticed that if you're not running a site out of the Default Site
then you may need to create a vdir in your site that maps to the
aspnet_client folder in the default site so that the .js files are wire up.
JP
"Jason Penniman" wrote:
> Here's an interesting one that has me stumped. I have several ASP.NET
> applications writen in VB.NET that stopped posting back on click of a
> button. Nothing has changed in the code or the environment, it just stopped
> working. Here's my config:
>
> Production:
> ASP.NET 1.0
> ..NET Frameworks 1.1 SP1
> Win2K SP4 all hotfixes applied, IIS 5.0
>
> Dev:
> ASP.NET 1.0
> ..NET Frameworks 1.1 SP1
> Win2K SP4 all hotfixes applied, IIS 5.0
>
> Compiling workstation:
> ASP.NET 1.0
> ..NET Frameworks 1.1 SP1
> WinXP SP2, IIS5.1
> VS.NET 2003
>
> If I publish the application to my development environment, it works
> fine...publish to production, and nothing happens. Tested with browsers:
> IE6.01, IE5.5
>
> My first instinct is to find what changed, but nothing has been done to
> either envirnonment since applying SP1 of the framework.
>
> I've tried rebooting, rinstalling the Framework, reapplying SP1, recreating
> the application in IIS... no change... I'm out of ideas and the knowledge
> base doesn't seem to have anything.
>
> Any ideas?
>
> Here's and interesting twist... it's only the VB apps... C# apps, at the
> moment, are behaving.
>
> -Jason
>
>
>
- Next message: Brad Roberts: "RE: Page_Load event not firing"
- Previous message: Brad Roberts: "RE: applications not posting back"
- In reply to: Jason Penniman: "applications not posting back"
- Next in thread: Jason Penniman: "Re: applications not posting back - THANK YOU"
- Messages sorted by: [ date ] [ thread ]