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

Help : Page can not displayed ???

Dear all,
I have a simple web application with a starting page as WebForm.aspx
If I run my application locally from my workstation (W200 SP4) it works fine.

Then I copy my all application under a directory on a server and then
configured IIS for pointing to that application.

Whe I try to access the web site I get first the WIndows login windows to
the server and then it supposed to show the WebForm.aspx page. At that time I
get an error page instead with "Page not found message", but physically the
page si reaally there . I event add than page name with the defaut.aspx page
in IIS to be sure

I check also NTFS permission on my aplication directory.ALl is ok with
proper rights

What could be wrong ?

thanks for your help
regards
Serge
What could be wrong ?
Nov 19 '05 #1
3 1519
Serge,

First, delete the folder on the second machine. Next, in IIS, right click
on your web server name, and create a new virtual directory of the same name
as the directory on machine #1.
When prompted for the permissions, give it read, write and execute
permissions.

After that, copy over all the files from the first machine's folder to this
new folder, and make sure the bin folder is included too.

Now, try accessing the page in a browser. What happens? Same thing?

-Altaf
[MVP - VB]
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:61**********************************@microsof t.com...
Dear all,
I have a simple web application with a starting page as WebForm.aspx
If I run my application locally from my workstation (W200 SP4) it works
fine.

Then I copy my all application under a directory on a server and then
configured IIS for pointing to that application.

Whe I try to access the web site I get first the WIndows login windows to
the server and then it supposed to show the WebForm.aspx page. At that
time I
get an error page instead with "Page not found message", but physically
the
page si reaally there . I event add than page name with the defaut.aspx
page
in IIS to be sure

I check also NTFS permission on my aplication directory.ALl is ok with
proper rights

What could be wrong ?

thanks for your help
regards
Serge
What could be wrong ?

Nov 19 '05 #2
Same thing happen.
Ok here is what I have done :

Setps done on my Server 2003 runing II 6.0

1 - delete all previous folder as you request
2 - Open IIS on my default web site and creat a new Virtual Folder
3 - Set Alias name to FLashCard
4 - Browse for the path and select the FlashCard empty previously created
folder
5 - Set permision on script and Execute
6 - I leave the default seeting for authorisation
7 - Copy my all project under FlashCard folder as well as bin folder contents

From client machine runing Windows 2000 Sp4
1 - Open explorer and type http:\\myServer\Flashcard\Flashcard.aspx
==> get error HTTP 404 : File or directory not found
(The page FlashCard.aspx is physically present !!!)

2 - Open explorer and type http:\\myServer\Flashcard
==> get error HTTP 403 : Forbiden
(The page FlashCard.aspx is physically present !!!)

Just for your information my application config authentification is set to
use windows
and for all users as follow:

<authentication mode="Windows" />
<authorization>
<allow users="*" />
</authorization>
</authentication>

Any other ideas what it could be ?

thanks for your help
regards
serge

"S.M. Altaf [MVP]" wrote:
Serge,

First, delete the folder on the second machine. Next, in IIS, right click
on your web server name, and create a new virtual directory of the same name
as the directory on machine #1.
When prompted for the permissions, give it read, write and execute
permissions.

After that, copy over all the files from the first machine's folder to this
new folder, and make sure the bin folder is included too.

Now, try accessing the page in a browser. What happens? Same thing?

-Altaf
[MVP - VB]
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:61**********************************@microsof t.com...
Dear all,
I have a simple web application with a starting page as WebForm.aspx
If I run my application locally from my workstation (W200 SP4) it works
fine.

Then I copy my all application under a directory on a server and then
configured IIS for pointing to that application.

Whe I try to access the web site I get first the WIndows login windows to
the server and then it supposed to show the WebForm.aspx page. At that
time I
get an error page instead with "Page not found message", but physically
the
page si reaally there . I event add than page name with the defaut.aspx
page
in IIS to be sure

I check also NTFS permission on my aplication directory.ALl is ok with
proper rights

What could be wrong ?

thanks for your help
regards
Serge
What could be wrong ?


Nov 19 '05 #3
Hi,
Some more information..
I have notice that if I give the browsing possibility on my web application,
it displays properly the directory content. Then if I clicked on the aspx
page which is suppose to be loaded, I get error message pasge not found.

Sounds really strange ?
"S.M. Altaf [MVP]" wrote:
Serge,

First, delete the folder on the second machine. Next, in IIS, right click
on your web server name, and create a new virtual directory of the same name
as the directory on machine #1.
When prompted for the permissions, give it read, write and execute
permissions.

After that, copy over all the files from the first machine's folder to this
new folder, and make sure the bin folder is included too.

Now, try accessing the page in a browser. What happens? Same thing?

-Altaf
[MVP - VB]
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:61**********************************@microsof t.com...
Dear all,
I have a simple web application with a starting page as WebForm.aspx
If I run my application locally from my workstation (W200 SP4) it works
fine.

Then I copy my all application under a directory on a server and then
configured IIS for pointing to that application.

Whe I try to access the web site I get first the WIndows login windows to
the server and then it supposed to show the WebForm.aspx page. At that
time I
get an error page instead with "Page not found message", but physically
the
page si reaally there . I event add than page name with the defaut.aspx
page
in IIS to be sure

I check also NTFS permission on my aplication directory.ALl is ok with
proper rights

What could be wrong ?

thanks for your help
regards
Serge
What could be wrong ?


Nov 19 '05 #4

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

Similar topics

9
by: cooldv | last post by:
i know how to replace the sign " when SUBMITTING a form in asp by this code: message = Replace(usermessage, "'", "''"). My problem is DISPLAYING data in an asp FORM, from an an access database,...
1
by: CR | last post by:
"How to" question... I have an Access Database with only one table (tblBooks) with 5 fields: id, TestNumber, Book, Author, ReadingLevel, PointValue. I would like to have alphabetical listing of...
5
by: Arpan | last post by:
An ASP application retrieves records from a SQL Server database. In the first page of the application, the user has to enter a password & the columns retrieved from the DB table depends upon the...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
5
by: Yousri | last post by:
Hi all, I am new to Visual studio.Net. I have been learning for the last month by "self-Paced" through these books. MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements, Exams...
5
by: bobh | last post by:
Hi All, A clients database (built by another and not very well but, its what I have to work with) has bound forms that display customer information and when printed is three pages long. The...
53
by: Hexman | last post by:
Hello All, I'd like your comments on the code below. The sub does exactly what I want it to do but I don't feel that it is solid as all. It seems like I'm using some VB6 code, .Net2003 code,...
14
by: rellaboyina | last post by:
Hi I need a small help from you all. I had a form which consists of 2 fields username and password to be entered. It also consists of a Log-in button. Once we enter the username and password, if...
0
by: python1 | last post by:
Hi, I am new to python CGI programming & am stuck with some issues. I would really appreciate if you could help me out. Problem: I have made a web page using Python CGI scripts; from one of the...
3
by: raaman rai | last post by:
Please help me with the following code. I have used this pagination script from the net and customized it but unfortunately it doesnt work as expected. The problem is, for the trial purpose i have 3...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
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
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...

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.