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

HTTP 404 on IIS

Hi
I am having IIS 6.0 on windows server 2003. Currently there is on web
site published and running happly. Now I wanted to add second one so I
created different host header name registered it under DNS. I can ping
new web address....that all is fine.

Now I published web site to directory under wwwroot and given path to
inder website Home directory tab on IIS. When I access page by trping
address in IE it displays "Under Construction" and when I give exact
path to the page it Gives me Error
"Server Error in '/' Application.
________________________________________
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly.

Requested Url: /default.aspx

Any help would be highly appreciated
Thank you in advance

Sep 11 '07 #1
4 8110
On Sep 11, 1:04 pm, Mark <markanderso...@gmail.comwrote:
Hi
I am having IIS 6.0 on windows server 2003. Currently there is on web
site published and running happly. Now I wanted to add second one so I
created different host header name registered it under DNS. I can ping
new web address....that all is fine.

Now I published web site to directory under wwwroot and given path to
inder website Home directory tab on IIS. When I access page by trping
address in IE it displays "Under Construction" and when I give exact
path to the page it Gives me Error
"Server Error in '/' Application.
________________________________________
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly.

Requested Url: /default.aspx

Any help would be highly appreciated
Thank you in advance
Well, 404 is file not found. Is there a default.aspx in the home
directory?

Sounds like you're a bit confused as to what the local directory is.
Sep 11 '07 #2
Did you enable ASP.NET on IIS 6.0 ?
You have to specifically enable ASP.NET on IIS 6.0

You can enable ASP.NET by opening the IIS Manager and scrolling down the left-hand
side to "Web Service Extensions", click once on it and look on the right-hand panel.
Click once on the ASP.NET version you want to enable, and click the "Allow" button.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Mark" <ma************@gmail.comwrote in message news:11*********************@50g2000hsm.googlegrou ps.com...
Hi
I am having IIS 6.0 on windows server 2003. Currently there is on web
site published and running happly. Now I wanted to add second one so I
created different host header name registered it under DNS. I can ping
new web address....that all is fine.

Now I published web site to directory under wwwroot and given path to
inder website Home directory tab on IIS. When I access page by trping
address in IE it displays "Under Construction" and when I give exact
path to the page it Gives me Error
"Server Error in '/' Application.
________________________________________
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly.

Requested Url: /default.aspx

Any help would be highly appreciated
Thank you in advance

Sep 11 '07 #3
On Sep 11, 2:32 pm, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
Did you enable ASP.NET on IIS 6.0 ?
You have to specifically enable ASP.NET on IIS 6.0

You can enable ASP.NET by opening the IIS Manager and scrolling down the left-hand
side to "Web Service Extensions", click once on it and look on the right-hand panel.

Click once on the ASP.NET version you want to enable, and click the "Allow" button.

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
======================================

"Mark" <markanderso...@gmail.comwrote in messagenews:11*********************@50g2000hsm.goo glegroups.com...
Hi
I am having IIS 6.0 on windows server 2003. Currently there is on web
site published and running happly. Now I wanted to add second one so I
created different host header name registered it under DNS. I can ping
new web address....that all is fine.
Now I published web site to directory under wwwroot and given path to
inder website Home directory tab on IIS. When I access page by trping
address in IE it displays "Under Construction" and when I give exact
path to the page it Gives me Error
"Server Error in '/' Application.
________________________________________
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly.
Requested Url: /default.aspx
Any help would be highly appreciated
Thank you in advance
Yes,
I have ASP.Net Enabled

Sep 11 '07 #4
On Sep 11, 1:38 pm, Larry Bud <larrybud2...@yahoo.comwrote:
On Sep 11, 1:04 pm, Mark <markanderso...@gmail.comwrote:
Hi
I am having IIS 6.0 on windows server 2003. Currently there is on web
site published and running happly. Now I wanted to add second one so I
created different host header name registered it under DNS. I can ping
new web address....that all is fine.
Now I published web site to directory under wwwroot and given path to
inder website Home directory tab on IIS. When I access page by trping
address in IE it displays "Under Construction" and when I give exact
path to the page it Gives me Error
"Server Error in '/' Application.
________________________________________
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly.
Requested Url: /default.aspx
Any help would be highly appreciated
Thank you in advance

Well, 404 is file not found. Is there a default.aspx in the home
directory?

Sounds like you're a bit confused as to what the local directory is.

Default.aspx is in the same directory and i have enabled Defalut page
view as well

Sep 11 '07 #5

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

Similar topics

7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
8
by: turnit \(removethis\) | last post by:
I have a login form that uses the post method to carry the information to the next page. The form works just fine in ie6.0, but fails in mozilla and fails in ie5.2 on a mac. "HTTP/1.1 400 Bad...
3
by: ashesdesign | last post by:
Hi All, I am very new to php and even newer to XML. Can anyone please shed some light on how to post XML requests via HTTP. I have been searching high and low and have come across many...
5
by: David Lozzi | last post by:
Howdy, I wrote a web service in .Net for my customer. My customer has another vendor who now has to consume it but they are not using Visual Studio. Most of their pages are jsp, and they said...
4
by: Bob Badger | last post by:
Hi, Simple question (although I guess with a complicated answer). Is HTTP an async protocol? For instance, if I send a message to a c# webservice via http what is the protocol actually doing? ...
1
by: zpinhead | last post by:
I am unable to get my downloaded extension from pecl to link up with php properly. seems like the php.so I could not use pear install http. pear claimed the extension was already installed....
3
by: webEater | last post by:
Hey, I am writing a file that reads in an external file in the web and prints it out including the response header of the http protocol. I do this to enable cross domain XMLHttpRequests. I...
1
by: rpjd | last post by:
I am completely new to this so please bear with me here. My project involves a webpage executing php scripts via an xmlhttprequest which queries a database and returns data to the webpage. This code...
1
by: rpjd | last post by:
I am having a problem getting the http.status of an xmlhttprequest. The request readystate has come back as readystate 4, but then it stops without confirming the http.status. Any help appreciated....
16
by: Harry Simpson | last post by:
I've been away from ASPNET - I open up a new Web app in VS2008 and go into properties and select to use IIS instead of the personal web server. Then I run in debug mode and it says I have to set...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: 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
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...
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...

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.