Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / September 2007

Tip: Looking for answers? Try searching our database.

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

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bjarke - 13 Sep 2007 23:06 GMT
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
bruce barker - 14 Sep 2007 01:10 GMT
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)

> Web application projects
>
[quoted text clipped - 24 lines]
>
> Bjarke

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.