473,789 Members | 2,496 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Differences in aspx page rendering between environments

I have a sneaky problem with a web application that is acting differently
between two different environments. Now, I know this is sticky because we are
talking two different environments here, but maybe someone will have an
idea... I have validated that the two web.config files are identical, just to
get that out there first...

In one environment (let's call it DEV), the source that ends up on the
clients front door look like this;
<code>
<body id="body">
<form name="Form1" method="post" action="Contact Info.aspx"
language="javas cript" onsubmit="if (!ValidatorOnSu bmit()) return false;"
id="Form1">
</code>

In the other environment (let's call it QA)I get this;
<code>
<body id="body">
<IFRAME ID=__hifSmartNa v NAME=__hifSmart Nav STYLE=display:n one
src="/aspnet_client/system_web/1_1_4322/SmartNav.htm"></IFRAME>
<form name="Form1" method="post" action="Contact Info.aspx"
language="javas cript" onsubmit="Valid atorOnSubmit(); " id="Form1"
__smartNavEnabl ed="true">
</code>

Now, I have set the page "smartNavigatio n" to false in the web confic file,
and even tried leaving the tag out all together also. Yet no matter what I
do, I get some very quarky results when it comes to post back actions.

I have also compared the machine.config files between the two servers, which
are both Win2k3 machines runnning the same version of the .NET Frmework.

Has anyone over incurred this type of issue before? Are there any
suggestions out there?

Not a really straight forward issue. There are probably many variables that
coupld come into play to cause this, but I am ignorant to a good protaion of
those possibilities.. . Please Help!

Many thanks for your time!
RA
Nov 19 '05 #1
1 2729
Make sure the smartNavigation property of the ASPX page is set to false.
You might also try fiddling with the targetSchema and clientTarget
properties of the page to get more consistent results between client
environments.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Ryan Anderson" <Ry**********@d iscussions.micr osoft.com> wrote in message
news:85******** *************** ***********@mic rosoft.com...
I have a sneaky problem with a web application that is acting differently
between two different environments. Now, I know this is sticky because we
are
talking two different environments here, but maybe someone will have an
idea... I have validated that the two web.config files are identical, just
to
get that out there first...

In one environment (let's call it DEV), the source that ends up on the
clients front door look like this;
<code>
<body id="body">
<form name="Form1" method="post" action="Contact Info.aspx"
language="javas cript" onsubmit="if (!ValidatorOnSu bmit()) return false;"
id="Form1">
</code>

In the other environment (let's call it QA)I get this;
<code>
<body id="body">
<IFRAME ID=__hifSmartNa v NAME=__hifSmart Nav STYLE=display:n one
src="/aspnet_client/system_web/1_1_4322/SmartNav.htm"></IFRAME>
<form name="Form1" method="post" action="Contact Info.aspx"
language="javas cript" onsubmit="Valid atorOnSubmit(); " id="Form1"
__smartNavEnabl ed="true">
</code>

Now, I have set the page "smartNavigatio n" to false in the web confic
file,
and even tried leaving the tag out all together also. Yet no matter what I
do, I get some very quarky results when it comes to post back actions.

I have also compared the machine.config files between the two servers,
which
are both Win2k3 machines runnning the same version of the .NET Frmework.

Has anyone over incurred this type of issue before? Are there any
suggestions out there?

Not a really straight forward issue. There are probably many variables
that
coupld come into play to cause this, but I am ignorant to a good protaion
of
those possibilities.. . Please Help!

Many thanks for your time!
RA

Nov 19 '05 #2

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

Similar topics

5
5292
by: Sue | last post by:
On code-behind page: (attributes set programatically for each of these elements) linkbutton added to tablecell textbox added to tablecell tablecells added to tablerow tablerow added to table (table.ID is TestTable) On .aspx page: <HeaderTemplate> <asp:Table ID="TestTable" runat="Server" /> </HeaderTemplate>
2
2249
by: yawnmoth | last post by:
I'm having some problems with css rendering differently on different browsers, on this page: http://www.frostjedi.com/terra/scripts/graemlin.php on both Opera and Firefox, I get spaces between the word "Suggestion", and the actual suggestions, themselves. On Firefox, I get an additional space after the copyright line.
0
2300
by: Santa | last post by:
I am using Fritz Onion's "Asynchronous Pages" approach as mentioned in the article http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/default.aspx to increase the performance of my ASPX page.I am using the Custom thread pool as given in the article's sample. Implementation: =============== In AsyncPage.aspx I inhereted AsyncPage class instead of System.Web.UI.Page. SyncPage.aspx is like any other Web page which inherits
1
252
by: Jeronimo Bertran | last post by:
I have a WebControl that stores information on the StateBag. Within this control I have a bitmap image which is rendered using another aspx page as the URL for the bitmap. I am basically using an Image tag and the programatically setting the URL to another aspx page. The Page_Load for the image URL will do the actual rendering. However within the Page_Load I would like to be able to access the StateBag from the parent control. Is...
0
1516
by: Santa | last post by:
I am using Fritz Onion's "Asynchronous Pages" approach as mentioned in the article http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/default.aspx to increase the performance of my ASPX page.I am using the Custom thread pool as given in the article's sample. Implementation: =============== In AsyncPage.aspx I inhereted AsyncPage class instead of System.Web.UI.Page. SyncPage.aspx is like any other Web page which inherits
3
2056
by: Jason Honn | last post by:
I have an .aspx page that renders fine in IE6, but it does not render properly in Firefox. If I change the extension from .aspx to .htm everything renders just fine in Firefox. The problem I am having deals with stretching nested tables to fill the cell they are nested in completely. I have specified the embedded table to have a height of "100%", but it acts as if no height is given. Any help would be greatly appreciated.
6
1836
by: John Rivers | last post by:
hi, here is how to do it and restore sanity to aspx html rendering: (please only reply with sensible architectural discussion - juan) put this at the end of an aspx file (or use an include at the end if you want to reuse it on many aspx pages) (notice closing brace) (start) <%}
24
2761
by: John Rivers | last post by:
ASPX which means ASPX pages, the code-behind concept, User Controls, Web Controls etc. is very poorly designed and makes it extremely hard to develop professional quality web applications. ASPX is Microsoft's attempt to "dumb down" web application development to help unskilled developers such as web design agencies achieve some results. For high quality applications IHttpHandlers are the way to go.
13
3563
by: Bob Jones | last post by:
Here is my situation: I have an aspx file stored in a resource file. All of the C# code is written inline via <script runat="server"tags. Let's call this page B. I also have page A that contains some javascript code that calls window.open. I pass the resource url of page B to Page A's window.open call. Page B is then loaded and executed but none of the server-side code is rendered. If I view the source of the page, the code (and page...
0
9506
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
10193
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10136
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9016
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7525
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
5415
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
5548
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4089
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
2906
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.