473,382 Members | 1,447 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Pages not posting back

Since installing .Net framework v1.1 Service Pack, i have found some issues
regarding post backs on my secure server.
I have also read about many people having similair issues and for once want
some clarity on what is going on here.

I have numerous forms on my secure server (those for logging in,
registering, checking out etc.), and on some sites these seem to have
stopped working.
After playing around (in a very stressfull manor), i found that validation
tags were preventing the forms from posting back.
Changing these tags to EnableClientScripting=false seemed to solve the
problem.

I then went onto a different site where i realised that i could not log on,
but strangely, my colleague could.
I cleared my internet files, and voila ... the problem was fixed.

I have now set:
Response.Expires = -1000;
Response.ExpiresAbsolute = DateTime.Now.AddDays(-10);
on all my pages to prevent this from hopefully appening to our thousands of
customers who large percentage are mostly experiencing this problem.

Please can someone share some insight into why this happens, or a link to a
comprehensive explanation on this issue.

Again, It only occurs on my secure server and it seemed to start happening
after the service pack was installed

Thanks In Advance

Regards

Grant
Nov 18 '05 #1
1 991
Adding to this problem, i have relised that it is not just out secure
server.
We have actually not installed the Service pack on the normal server and
that, for me, proves its related to the service pack

Please, anyone with some feedback

"GrantMagic" <gr***@magicalia.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Since installing .Net framework v1.1 Service Pack, i have found some
issues regarding post backs on my secure server.
I have also read about many people having similair issues and for once
want some clarity on what is going on here.

I have numerous forms on my secure server (those for logging in,
registering, checking out etc.), and on some sites these seem to have
stopped working.
After playing around (in a very stressfull manor), i found that validation
tags were preventing the forms from posting back.
Changing these tags to EnableClientScripting=false seemed to solve the
problem.

I then went onto a different site where i realised that i could not log
on, but strangely, my colleague could.
I cleared my internet files, and voila ... the problem was fixed.

I have now set:
Response.Expires = -1000;
Response.ExpiresAbsolute = DateTime.Now.AddDays(-10);
on all my pages to prevent this from hopefully appening to our thousands
of customers who large percentage are mostly experiencing this problem.

Please can someone share some insight into why this happens, or a link to
a comprehensive explanation on this issue.

Again, It only occurs on my secure server and it seemed to start happening
after the service pack was installed

Thanks In Advance

Regards

Grant

Nov 18 '05 #2

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

Similar topics

13
by: Steven Scaife | last post by:
I have decided to re-write the intranet site i created over a year ago. The coding is pretty awful and hard to read cos I made the mistake of not putting comments in or putting crappy comments in...
12
by: Sunny | last post by:
Hi, I need to download some web pages from a web server (most of them are not static html, but .asp pages). The content (I.e. the pure html) in the pages are not changed very often, so I'll...
2
by: Andy | last post by:
I'm a newbie and would like some help with impersonation... I am trying to eliminate the grey box that pops up when using Windows Basic Authentication. My questions are as follows: 1. Is it...
8
by: moondaddy | last post by:
Are frame pages really taboo in asp.net and if so, why and what's the down side of using them? I'm trying to use user controls instead, but it seems that a lot of things were a lot easier with...
5
by: Maxim Izbrodin | last post by:
Hello For displaying page titles for my ASP.NET applications I use the following technique <title><%=BannerModule.PageTitle%></title where BannerModule.PageTitle is a public field of my user...
1
by: Charlie | last post by:
Hi: I'm using the following directive in my asp.net pages to instruct browser to not cache pages. However, when I click back button, it does not return to server to get a fresh page, it just...
19
by: ree32 | last post by:
We have an intranet setup but when you try and connect from outside the network using a windows login & the internet the ASP.net pages (.aspx) on the intranet will not load but the old asp pages...
5
by: moondaddy | last post by:
I have a website that currently has all static htm pages and nothing will be dynamic for quite some time. This site is made up of a bunch of htm pages. is there any advantage or disadvantage of...
5
by: Chris | last post by:
How do I reference a control on another page? Regards.
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.