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

Windows 2000 Server SP4 ASP.NET 1.1/2.0

Hi -

I am trying to move some of my web apps from my development machine
running XP PRO SP2 to one of our Windows 2000 server boxes. I have
created a new site for each of the apps and am using Host Headers to
differentiate between them all.

In IIS, if I redirect to another server running Windows 2003 Server,
the 2.0 applications work very well.

All .htm, .html, .asp and 1.1 .aspx files work correctly on the local
box. There has been no performance degradation that I can see so far.
However, my 2.0 apps will not run at all on the local box.

When I try to run the apps I receive the error: Failed to map the path
'/App_GlobalResources'.

I have gone into the Home Directory tab to make sure that there was not
an extra '\'. I have done a search and the /App_GlobalResouces folder
is listed at:

[WINNT]\Microsoft.NET\Framework\v2.0.50215\ASP.NETWebAdmi nFiles

I have googled using:

Failed to map the path '/App_GlobalResources'.

as a search string but the results are questions, both on the web and
the groups.

I have gone to msdn and searched but have not come up with anything
other than the definition of the directory.

Could you someone please point me in the right direction?

Nov 19 '05 #1
3 1619
I have decided to do the following. Use the Windows 2000 box to host
the apps and then redirect them to the Windows 2003 box. It seems to
be the only way that I can get them to work. For various reasons, we
are only able to use 1 public IP.

I have a follow up question.

I am trying to the use the treeview from ASP.NET 2.0 but the
performance seems to be terrible. I am pulling from an .xml file with
about 200 attributes. The performance is fine when none of the
'folders' are open but when the user starts to drill down the
performance is very bad.
A cursory performance test (i.e. looking at my watch) shows that even
when attributes with the same amount of attributes underneath are
opened the performance is not degraded in a linear fashion.

Does anyone know of anything that I can do to try and help out the
performance of the treeview? I thought that perhaps the issues
depended on .xml file being on the disk and the disk had to be accessed
each time the page is loaded. Is this a possible issue? Would it be
quicker if I loaded the tree from an database and cached what I was
storing?

Thanks,

Jamie
chicken butt wrote:
Hi -

I am trying to move some of my web apps from my development machine
running XP PRO SP2 to one of our Windows 2000 server boxes. I have
created a new site for each of the apps and am using Host Headers to
differentiate between them all.

In IIS, if I redirect to another server running Windows 2003 Server,
the 2.0 applications work very well.

All .htm, .html, .asp and 1.1 .aspx files work correctly on the local
box. There has been no performance degradation that I can see so far.
However, my 2.0 apps will not run at all on the local box.

When I try to run the apps I receive the error: Failed to map the path
'/App_GlobalResources'.

I have gone into the Home Directory tab to make sure that there was not
an extra '\'. I have done a search and the /App_GlobalResouces folder
is listed at:

[WINNT]\Microsoft.NET\Framework\v2.0.50215\ASP.NETWebAdmi nFiles

I have googled using:

Failed to map the path '/App_GlobalResources'.

as a search string but the results are questions, both on the web and
the groups.

I have gone to msdn and searched but have not come up with anything
other than the definition of the directory.

Could you someone please point me in the right direction?


Nov 19 '05 #2
I have decided to do the following. Use the Windows 2000 box to host
the apps and then redirect them to the Windows 2003 box. It seems to
be the only way that I can get them to work. For various reasons, we
are only able to use 1 public IP.

I have a follow up question.

I am trying to the use the treeview from ASP.NET 2.0 but the
performance seems to be terrible. I am pulling from an .xml file with
about 200 attributes. The performance is fine when none of the
'folders' are open but when the user starts to drill down the
performance is very bad.
A cursory performance test (i.e. looking at my watch) shows that even
when attributes with the same amount of attributes underneath are
opened the performance is not degraded in a linear fashion.

Does anyone know of anything that I can do to try and help out the
performance of the treeview? I thought that perhaps the issues
depended on .xml file being on the disk and the disk had to be accessed
each time the page is loaded. Is this a possible issue? Would it be
quicker if I loaded the tree from an database and cached what I was
storing?

Thanks,

Jamie
chicken butt wrote:
Hi -

I am trying to move some of my web apps from my development machine
running XP PRO SP2 to one of our Windows 2000 server boxes. I have
created a new site for each of the apps and am using Host Headers to
differentiate between them all.

In IIS, if I redirect to another server running Windows 2003 Server,
the 2.0 applications work very well.

All .htm, .html, .asp and 1.1 .aspx files work correctly on the local
box. There has been no performance degradation that I can see so far.
However, my 2.0 apps will not run at all on the local box.

When I try to run the apps I receive the error: Failed to map the path
'/App_GlobalResources'.

I have gone into the Home Directory tab to make sure that there was not
an extra '\'. I have done a search and the /App_GlobalResouces folder
is listed at:

[WINNT]\Microsoft.NET\Framework\v2.0.50215\ASP.NETWebAdmi nFiles

I have googled using:

Failed to map the path '/App_GlobalResources'.

as a search string but the results are questions, both on the web and
the groups.

I have gone to msdn and searched but have not come up with anything
other than the definition of the directory.

Could you someone please point me in the right direction?


Nov 19 '05 #3
I have decided to do the following. Use the Windows 2000 box to host
the apps and then redirect them to the Windows 2003 box. It seems to
be the only way that I can get them to work. For various reasons, we
are only able to use 1 public IP.
I have a follow up question.
I am trying to the use the treeview from ASP.NET 2.0 but the
performance seems to be terrible. I am pulling from an .xml file with
about 200 elements. The performance is fine when none of the
'folders' are open but when the user starts to drill down the
performance is very bad.
A cursory performance test (i.e. looking at my watch) shows that even
when elements with the same amount of elements underneath are
opened the performance is not degraded in a linear fashion.
Does anyone know of anything that I can do to try and help out the
performance of the treeview? I thought that perhaps the issues
depended on .xml file being on the disk and the disk had to be accessed

each time the page is loaded. Is this a possible issue? Would it be
quicker if I loaded the tree from an database and cached what I was
storing?
Thanks,
Jamie

Nov 19 '05 #4

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

Similar topics

4
by: Rui Oliveira | last post by:
How can I reinstall ASP in windows 2000 Server? Is possible reinstall it, without reinstall IIS? Thanks & Regards, Rui Oliveira
2
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000...
5
by: David Greenwood | last post by:
I posted this under 'microsoft.public.sqlserver.client' but got no reply. Any help with this problem would be greatly appreciated --------------------- I developed a database under SQL Server...
1
by: Marino | last post by:
Hi all, I have a Windows 2003 server, which is also a terminal server for application, with sql 2000 installed. My company has developed an application that uses SQL 2000 as its database. The...
2
by: slonk0 | last post by:
Hi, I have a problem. I have two computers (clients), one with Windows 2000 and second with Windows XP. And a third computer (server) with a Windows 2000 and MS Sql Server 2000. I have a...
2
by: Dave | last post by:
I have developed a VB.net application that transfers a SOAP wrapped message to another server securely(using SSL and sever/client certificates). When I run this app from a Windows 2000...
19
by: Mark C. | last post by:
The company I work for has been running Access 2000 on a Windows NT server with Opportunistic Locking turned off on the server without issue for almost a year. We have just switched to a Windows...
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...
8
by: Mark Rowland | last post by:
Please bear with me, as I am a newbie in the world of databases and DB2. We are trying to migrate an application that binds to a DB2 database (Workgroup Edition, V6.1) from a server running Windows...
0
by: emu | last post by:
Hi All, I have an unmanaged C++ application that references a mixed mode image DLL (mixed managed and unmanaged). Under .NET 1.1 we could trust the dll (the mixed mode dll) by running the...
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: 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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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
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
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,...
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.