473,791 Members | 2,816 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Win2k IIS ASP.NET Error - cant run .aspx pages

I'm running IIS on a Windows 2k server and have just installed the .NET
framework 1.1 so I can deploy ASP.NET applications on my server through .NET
Studios. All my normal ASP applications run fine in IIS but I can't run any
ASP.NET pages. Everything in IIS was configured to handle the .aspx file
extension by the .NET framework installation and it installed with no
errors. When I try to view a simple ASP.NET page through a web browser I get
this error:
Server Error in '/' Application.
----------------------------------------------------------------------------
----
Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors > tag within a "web.config "
configuration file located in the root directory of the current web
application. This <customErrors > tag should then have its "mode" attribute
set to "Off".

<!-- Web.Config Configuration File -->

<configuratio n>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

I go into my web.config file and change customErrors mode to "Off" but it
still gets the same error. I check my server logs and there is nothing
unusual & it shows the ASP service is running. I noticed that when I
installed the .NET Framework it added an aspnet_client folder to the root
folder of my existing webs. Now when I create a new web such as the one im
trying to post my .aspx file to, it doesn't place the aspnet_client folder
in the root directory of the web. Do I need to copy it there manually? If
some one could help me with this problem it will be greatly appreciated, or
if someone has a link to a good resource dealing with configuring ASP.NET
and XML support for IIS v5 on Win2k server. I've looked all over Microsoft's
knowledge base and I cant find an answer. Thanks.
Nov 17 '05 #1
0 1724

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

Similar topics

0
1404
by: Steven.Xu | last post by:
Hello Everyone! i run .aspx file on win2000 & IIS5 without Active Directory. But now i can not run it at Win2K with AD. Who know why? I can run the .aspx files before setup AD and I do not change any folders and directories setting. Just install the AD only. The error number is 500, and the error message is: "internal server error". Is that a win2k bug?
3
661
by: JP | last post by:
I need to be able to trap errors at the application level. I added this code to the Global.asax file. The code I wrote is supposed to get the last error that was generated and write to the event log as well as fire up my email class and generate an email to send me the error. But no matter what I do, I still get the icky looking yellow and white error screens. I’ve turned on customErrors in the web.config but not default URL setting....
10
2796
by: p175 | last post by:
Hi folks, I'm after some guidelines on general memory allocations for DB2 8.2.2 ESE on Win2k Server FP4 with 4gb physical memory. Seeing as everything is 32bit and win2k server does not support /3gb switch, we are restricted memory wise for allocating memory to db2syscs.exe to around 1.75gb so I understand, what are the general rules of thumb for assigning memory ?
7
1525
by: messagedog | last post by:
maybe, we may together study windows sourcecode. and u? if u need,u may download in http://activex.126.com/
0
1079
by: Alexander Stojakovic | last post by:
Werte Kollegen! I have a ASP.NET page authenticating via Integrated Security. For some reason the behaviour on the client is differing depending on the OS. I have some clients using WinXP and some using Win2K, all of them having IE6 with the latest updates and all of them having 'User Authentication' set to 'Prompt for user name and password' on purpose. WinXP:
1
1571
by: MattC | last post by:
I have the following in the Page_Error method of my base class for my aspx pages. public void Page_Error(Object sender, EventArgs e) { Server.Transfer(Request.ApplicationPath + "/Error.aspx"); } This works fine, however Error.aspx has some images on it that are document relative, but if a page causes an error that is not in the same path as
6
1631
by: Werner T via DotNetMonster.com | last post by:
I'm not entirely new to ASP.NET but the following problem has cost me many hours of frustration and I still do not have a solution: I have Visual Studio .NET and IIS5 installed on a laptop computer running under Win2K. IIS is ok because when I type http://localhost then I indeed see the Win2000 message and associated asp pages. I can also view any html pages in my inetpub/wwwroot/<project> but no aspx files. When I look at the processes...
4
1334
by: Slasher186 | last post by:
Hi all, First of all, I'm sorry if I posted at the wrong section here, but I can't seem to find the VB 6.0 newsgroup ? I'm developing my apps with VB 6.0 sp5 installed on win xp. I have create an exe file that runs fine on both winxp and win2k. However, when I try to execute that file on win 98 machine, there are errors. This error may vary between "EOF or BOF expected.." or "Error 13, Type mismatch". I've tried over and over again to do...
2
886
by: Craig G | last post by:
i have the following snippet of code for getting a list of SQL Servers Dim sqlNameList As SQLDMO.NameList Dim x As Integer 'Filling Servers Name sqlNameList = sqlApp.ListAvailableSQLServers
0
9669
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10426
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10207
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10154
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9993
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7537
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5558
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3713
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.