473,408 Members | 2,734 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,408 software developers and data experts.

Web application projects changes to the aspx page has no effect.

Web application projects

I have a little assignment where I have to make some changes to a Web
Application Project, and there are some basic information I have spent
lots of time figuring out, So you can really make me happy if you can
help me find the problem.

The problem is that I have to make some changes to the start page. The
strange thing is that when I write some new code in the aspx file and
build the site the changes I made to the Axpx file doesnt show on the
final HTML page.

Just to make sure I added this line into the aspx file.

<div style ="z-index:999999999; postion:absolute; top: 100px; left:
100px;>Is this text visible to anybody?</div>

when the page is built I tried to locate the new div tag. Even when I
look at the page source I cant find the new HTML.

The project uses masterpages.

another funny thing is that the start page hasnt got any body or head
tags, but in spite of this it works fine.

Any help will be appreciated.

Bjarke

Sep 13 '07 #1
1 1466
your deployed site is precompiled, so the pages are empty, as they have
already been compiled. they are just there for iis security to work.

you must rebuild the site and deploy (may have a dll per page, so only
that dll needs to be uploaded). see aspnet_compiler.exe docs for
switches or if done with vs2005, see its docs.

-- bruce (sqlwork.com)

Bjarke wrote:
Web application projects

I have a little assignment where I have to make some changes to a Web
Application Project, and there are some basic information I have spent
lots of time figuring out, So you can really make me happy if you can
help me find the problem.

The problem is that I have to make some changes to the start page. The
strange thing is that when I write some new code in the aspx file and
build the site the changes I made to the Axpx file doesnt show on the
final HTML page.

Just to make sure I added this line into the aspx file.

<div style ="z-index:999999999; postion:absolute; top: 100px; left:
100px;>Is this text visible to anybody?</div>

when the page is built I tried to locate the new div tag. Even when I
look at the page source I cant find the new HTML.

The project uses masterpages.

another funny thing is that the start page hasnt got any body or head
tags, but in spite of this it works fine.

Any help will be appreciated.

Bjarke
Sep 14 '07 #2

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

Similar topics

5
by: Mike Owen | last post by:
Hi, I have just used the import Wizard to import a VS 2003 app to VS 2005. I have a lot of work to do to enable it to compile successfully with all the errors and warnings it gave me, but as a...
10
by: Jeremy Ames | last post by:
I have created a web application that uses a custom control and a web service on my local system. I have gotten all of the bugs worked out on my local system and now it is time to move it to the...
5
by: Martin Robins | last post by:
I have never dabbled with ASP.NET until now so be warned! I have created a web application with the single default form: WebForm1.aspx and when I try to display it I get this error. My...
5
by: z. f. | last post by:
Hi, I'm working on a web project and i create classes to do business logic and connect to DB. i also need a windows application to do the same functionality as defined in classes inside the...
13
by: JebBushell | last post by:
"Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for...
3
by: amolkasbekar | last post by:
Hi All, I have a asp.net application that I am migrating from 1.1 to 2.0. The App runs fine in 1.1. My setup is Winxp with IIS5. However, when I run the app in 2.0, IIS is doing an 'Application...
6
by: Senthil | last post by:
Hi All We are having a VB application on SQL. But we need to collect information from persons who will be offline to verify data and insert new data. Generally they will be entering the data in...
6
by: =?Utf-8?B?d2lsbGlhbQ==?= | last post by:
Hi, I posted this in wrong group, so just re-post here. There are two ways to create web-based application or web service, from VS start page, click on File and New, two options you can choose,...
5
by: IUnknown | last post by:
Ok, we are all aware of the situation where modifying the folder structure (adding files, folders, deleting files, etc) will result in ASP.NET triggering a recompilation/restart of the application....
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...
0
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
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...
0
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,...
0
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
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
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...

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.