473,410 Members | 1,952 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,410 software developers and data experts.

changes to the aspxfiles does not show in the browser

I am working on a project that is developed by another Company. The
project is a webapplication project, in asp.net 2.0, and was sold
along with the sourcecode. My job is to move some web user controls
from one page in the project to anther.

The problem

If I change anything in the aspx file, nothing happens when I build
and run the page in a browser.

I tried to add a div tag which was styled to be a red 500X500px
square. The square was visible in visusal Studio when in was set to
design mode.

Any ideas what the problem is?

Sep 16 '07 #1
8 1670
Mhm, very strange.. maybe a STRG + Reload helps?
--
More on ASP.NET and Silverlight on my blog: http://www.andreas-kraus.net/blog
"Bjarke" wrote:
I am working on a project that is developed by another Company. The
project is a webapplication project, in asp.net 2.0, and was sold
along with the sourcecode. My job is to move some web user controls
from one page in the project to anther.

The problem

If I change anything in the aspx file, nothing happens when I build
and run the page in a browser.

I tried to add a div tag which was styled to be a red 500X500px
square. The square was visible in visusal Studio when in was set to
design mode.

Any ideas what the problem is?

Sep 16 '07 #2
Are you sure that the IIS Application this runs under is located where your
source files are, or somewhere else? Sounds like the latter.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"Bjarke" wrote:
I am working on a project that is developed by another Company. The
project is a webapplication project, in asp.net 2.0, and was sold
along with the sourcecode. My job is to move some web user controls
from one page in the project to anther.

The problem

If I change anything in the aspx file, nothing happens when I build
and run the page in a browser.

I tried to add a div tag which was styled to be a red 500X500px
square. The square was visible in visusal Studio when in was set to
design mode.

Any ideas what the problem is?

Sep 16 '07 #3
thanks for the reply!

I dont understand (STRG + Reload)????

Sep 16 '07 #4
Hello Peter!
Are you sure that the IIS Application this runs under is located where your
source files are, or somewhere else? Sounds like the latter.

This could be the problem! I have set up a new website in IIS and run
the project from this folder. But every time I run the application
from Visual Studio it starts a developement server.

I would believe that it would work the same this way, but it is
absolutely worth a try.

Do you know how I get the application to run under IIS? The Website is
set right in IIS I believe. WHen I type http:/localhost/images/
banner.jpg in the browser It shows the image. But If I try to run one
of the aspx files I get the message:
Server Error in '/' Application.
The resource cannot be found.

I even get this message if I rightclick the file in IIS and
choose"explore" (Just to assure that I dont misspell the URL)
Sep 16 '07 #5
Hello Peter!
Are you sure that the IIS Application this runs under is located where your
source files are, or somewhere else? Sounds like the latter.

This could be the problem! I have set up a new website in IIS and run
the project from this folder. But every time I run the application
from Visual Studio it starts a developement server.

I would believe that it would work the same this way, but it is
absolutely worth a try.

Do you know how I get the application to run under IIS? The Website is
set right in IIS I believe. WHen I type http:/localhost/images/
banner.jpg in the browser It shows the image. But If I try to run one
of the aspx files I get the message:
Server Error in '/' Application.
The resource cannot be found.

I even get this message if I rightclick the file in IIS and
choose"explore" (Just to assure that I dont misspell the URL)
Sep 16 '07 #6
Hello Peter!
Are you sure that the IIS Application this runs under is located where your
source files are, or somewhere else? Sounds like the latter.

This could be the problem! I have set up a new website in IIS and run
the project from this folder. But every time I run the application
from Visual Studio it starts a developement server.

I would believe that it would work the same this way, but it is
absolutely worth a try.

Do you know how I get the application to run under IIS? The Website is
set right in IIS I believe. WHen I type http:/localhost/images/
banner.jpg in the browser It shows the image. But If I try to run one
of the aspx files I get the message:
Server Error in '/' Application.
The resource cannot be found.

I even get this message if I rightclick the file in IIS and
choose"explore" (Just to assure that I dont misspell the URL)
Sep 16 '07 #7
I mannaged to get the project to run under IIS instead of the
development server, thanks to this site
http://webproject.scottgu.com/CSharp...elloWorld.aspx

But the IIS still pops a 404 error, also when I launch from VS.

On 16 Sep., 19:29, Bjarke <bjarker...@gmail.comwrote:
Hello Peter!
Are you sure that the IIS Application this runs under is located where your
source files are, or somewhere else? Sounds like the latter.

This could be the problem! I have set up a new website in IIS and run
the project from this folder. But every time I run the application
from Visual Studio it starts a developement server.

I would believe that it would work the same this way, but it is
absolutely worth a try.

Do you know how I get the application to run under IIS? The Website is
set right in IIS I believe. WHen I type http:/localhost/images/
banner.jpg in the browser It shows the image. But If I try to run one
of the aspx files I get the message:
Server Error in '/' Application.
The resource cannot be found.

I even get this message if I rightclick the file in IIS and
choose"explore" (Just to assure that I dont misspell the URL)

Sep 16 '07 #8
ooops seemed it was my own fault! I tried the ASP.NET configuration
tool, and found out that I had set the site to run offline.

OK I fixed it. I STILL have the first problem ( whiich this thread
originally was about.

Sep 16 '07 #9

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

Similar topics

3
by: Nerses | last post by:
I have clustered IIS 5.0. It is working on a fail-over clustered model (Active-Passive), with one node as a preferred owner and the other only as a failover. I make the changes to IIS from one...
87
by: expertware | last post by:
Dear friends, My name is Pamela, I know little about CSS, but I would like to ask a question I have an image on a web page within a css layer: <DIV ID=MyLayer STYLE = "position:...
1
by: Georg Scholz | last post by:
Hello, The class "Control" contains a documented Property "ControlType". So for example, in a form, you can write code like this: Dim c as control set c = me.Controls("textbox1") if...
1
by: Lenard Gunda | last post by:
Hi! I have the following problem. From my main page, when someone clicks a button, it uses client side javascript to open another .aspx page. This page displays content, based on what the...
6
by: Frank Esser | last post by:
Hallo, I've got a project with about 10 pages. On each of them the user can do data changes (mostly datagrid interactions; the datagrids are bound to datasets). The user is able to jump to...
2
by: Mike | last post by:
Hi, I am strugling with a simple problem which I can't seem to resolve. I have an asp.net page which contains a server-control (flytreeview, which is a kind of a tree to be exact). The tree is...
3
by: beatdown | last post by:
Hi all, I have a set of Javascript functions that dinamically update the contents of a HTML <selectelement, depending on the value of another <select>. For easy understanding: I select a...
24
by: =?Utf-8?B?cGF0cmlja2RyZA==?= | last post by:
Hi everyone! I have a hidden input field in a form which I change in some occasions on the client using javascript, but when I use "view source" I can't see these changes reflected on the page!...
3
by: =?Utf-8?B?QnJhbmRvbg==?= | last post by:
Hi, I have an aspx page that has the "include" code in it which includes another page that displays information. I also have an upload page that allows users to upload a simple html document...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
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,...
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.