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

Problem with IIS 5.1(ASP.NET and windows XP)

83
Hii ,
I've IIS 5.1 installed in my machine and i created one website using asp.net 2.0 after tht created a virtual directory with name "DUMMY" and map the website path to the virtual directory .

When i open the IIS and rght click on the virtual directory tht i've created and select Browse..its showing all the webpages in the website.But when i click on a perticuler web page its not showing tht page and showing the error "The website cannot display the page".

This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.


I serached in the net ..but endedup with no soultion.

Please help me .

Thanks in advance.
Rgds,
BTR.
Dec 22 '08 #1
10 15011
btreddy
83
Hii ,
I've IIS 5.1 installed in my machine and i created one website using asp.net 2.0 after tht created a virtual directory with name "DUMMY" and map the website path to the virtual directory .

When i open the IIS and rght click on the virtual directory tht i've created and select Browse..its showing all the webpages in the website.But when i click on a perticuler web page its not showing tht page and showing the error "The website cannot display the page".

This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.


I serached in the net ..but endedup with no soultion.

Please help me .

Thanks in advance.
Rgds,
BTR.
Dec 22 '08 #2
kenobewan
4,871 Expert 4TB
Are you able to view html pages? If so check the web extensions.
Dec 22 '08 #3
kenobewan
4,871 Expert 4TB
I notice that you have also posted this question in the IIS forum. Please do not double post. Thanks.

MODERATOR
Dec 22 '08 #4
balabaster
797 Expert 512MB
Okay follow these steps:
  • Go into IIS and right click on your website.
  • Select New -> Virtual Directory
  • Click Next
  • In the Alias field type IISHelp
  • Click Next
  • In the Directory field, click Browse...
  • Navigate to the directory C:\[Windows Directory]\Help\IISHelp
  • Click OK
  • Click Next
  • Make sure that the Read and Run Scripts (such as ASP) options are both selected
  • Click Next
  • Click Finish
  • Right click your website again
  • This time, select Properties...
  • Click the Custom Errors Tab
  • Scroll down to Error 500 / Default / "Internal Server Error"
  • Click edit properties
  • Change the Message Type from Default to URL
  • In the URL field enter /IISHelp/common/500-100.asp
  • Click OK
  • Click OK
  • Click OK

Now instead of your website being configured just to tell you that there is a server error, it will tell you what that error is giving you a better chance of finding and fixing it.
Dec 22 '08 #5
btreddy
83
Hii,

im ble to view HTMl pages.Can you tell me how to check the webextensions?
Plz tell me im new to IIS .

Thank you.
Rgds,
BTR.
Dec 23 '08 #6
btreddy
83
Hi kenobewan,

Please help me.im helpless here.

im able to browse the html pages like http:\\localhost\dummy\testpage.htm

but im unable to browse teh aspx pages.

i tried this rght clk on websites-->properties-->Home Directory--->cliked on configuration button...but there is no response..

Could please tell where is the problem?
Dec 23 '08 #7
Frinavale
9,735 Expert Mod 8TB
A 500 error code could mean a number of things.
The first thing I would check is if you have ASP.NET installed and if your IIS is configured to run ASP.NET (and that configured to run the right version). The next thing I would check is the Windows Event logs for any errors that are happening.

-Frinny
Dec 23 '08 #8
btreddy
83
This is what the event description i found in EventViewer.

The server failed to load application '/LM/W3SVC'. The error was 'The specified metadata was not found.
'

Thanks
BTR.
Dec 24 '08 #9
Frinavale
9,735 Expert Mod 8TB
Check to see if your Distributed Transaction Coordinator (DTC or MSDTC) service is running and that it is running under the Network Services account.

To do this go to Control Panel -> Administrative Tools -> Services
Then look for a service called "Distributed Transaction Coordinator" in the lists of services. Is it running? Is the "Log On As" user the "Network Services" account?

If it's missing you're going to have to install it.
If it's running under the wrong account you're going to have to change it.

See this thread for more information.

-Frinny
Dec 24 '08 #10
Make sure to turn off friendly errors in IE.
Nov 18 '10 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Grind Boy | last post by:
Hi, I'm writing this off the top of my head as I don't have the exact information to hand. We are attempting to set up a secure internet site using ASP.NET on IIS5. We are having some...
8
by: Inigo Jimenez | last post by:
I have an ASP .net web application installed in a Windows 2003 server. This web application has a webform that has a Datagrid. This Datagrid is filled with the data of a SQL table. I have a...
2
by: Vaap | last post by:
I did lot of googling to see if I can solve the SQL server not found problem while trying to run ASP.Net community starter kit from an XP machine to Windows 2003 server hosting SQL server 2000...
2
by: Joseph Geretz | last post by:
I'm having a credentialing problem in my web application. Actually, I don't think this is an IIS security issue, since I'm able to access the page I'm requesting. However, the executing page itself...
3
by: Hamilton | last post by:
Hi there, I've seen this error appear a few times in newsgroups but unfortunately I haven't found one that actually provides a solution. I'm basically deploying a new website into an area at a...
16
by: Brad | last post by:
After compiling my asp.net project I'm receiving a "BC31011 - Access is denied" error when attempting to run or debug. The only thing that seems to resolve problem is IISReset. After a reset my...
8
by: Ondrej Srubar | last post by:
Hello, in the Web.config I have <globalization requestEncoding="utf-8" responseEncoding="utf-8" />, but for one page I need to set the requestEncoding="windows-1250". If I use <%@Page...
1
by: abh1508 | last post by:
Following a release of code the following problem occurs on certain asp ..net pages. This is not a problem on other testing/demo environments. IIS seems to be creating certain files twice in the...
12
by: Tim Wallace | last post by:
I have a windows 2000 server on which I have installed the .NET 2.0 Framework runtime. I have an application I've written using VS 2005. In it, I use master pages. When I debug this app on my...
0
by: westerberg.daniel | last post by:
Hi everyone. I got a strange problem, I am running the Commerce starter kit with some modifications on my computer. It works great. But when I try to upload it to the web server I only get the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
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
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,...

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.