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

ASP.NET, works on XP but not 2000 ??!

Hi,

Bit of a weird problem here.

I have a development PC (XP Pro) that I work on. For example I have
created a page with RequiredField validators that work fine when I
test the page.

Problem occurs when I upload to my server (2000), the page appears ok,
but things like the RequiredField tags do not work.
They just seem to be 'ignored' ?

Does anyone else have any ideas what may be causing this, as it is
driving me crazy !?

Any help, appriciated as always.
(Both PC's running ver1.1)

H
Nov 17 '05 #1
3 904
M K
Sounds like either your app is not set up correctly in IIS or your
web.config file could be the problem. Are you including code in the page, or
using code behind?

"Harry" <ha************@hotmail.com> wrote in message
news:1c**************************@posting.google.c om...
Hi,

Bit of a weird problem here.

I have a development PC (XP Pro) that I work on. For example I have
created a page with RequiredField validators that work fine when I
test the page.

Problem occurs when I upload to my server (2000), the page appears ok,
but things like the RequiredField tags do not work.
They just seem to be 'ignored' ?

Does anyone else have any ideas what may be causing this, as it is
driving me crazy !?

Any help, appriciated as always.
(Both PC's running ver1.1)

H

Nov 17 '05 #2
Hi H,

try this and see if it helps -

Go to the VS.NET Command Prompt and execute the following

aspnet_regiis -c

Kaustav Neogy.

-----Original Message-----
Hi,

Bit of a weird problem here.

I have a development PC (XP Pro) that I work on. For example I havecreated a page with RequiredField validators that work fine when Itest the page.

Problem occurs when I upload to my server (2000), the page appears ok,but things like the RequiredField tags do not work.
They just seem to be 'ignored' ?

Does anyone else have any ideas what may be causing this, as it isdriving me crazy !?

Any help, appriciated as always.
(Both PC's running ver1.1)

H
.

Nov 17 '05 #3
Hi All,

I figured out the problem, so hopefully it may help someone else!

On my Win2000 server I have two hardrives. IIS is by default in the
normal C: drive. My websites, are hosted on a E:Drive.
So I had to copy the "asp_client" folder that is in the C drive to the
root of the websites that are on my E: drive!
(I found this out by looking at the source code of uploaded pages, and
behold, there was a reference to a file on the C:Drive looking for a
validation script!)

Simple when you know how !!

Cheers for the suggestions
H


"Kaustav Neogy" <ka***********@hotmail.com> wrote in message news:<0c****************************@phx.gbl>...
Hi H,

try this and see if it helps -

Go to the VS.NET Command Prompt and execute the following

aspnet_regiis -c

Kaustav Neogy.

-----Original Message-----
Hi,

Bit of a weird problem here.

I have a development PC (XP Pro) that I work on. For

example I have
created a page with RequiredField validators that work

fine when I
test the page.

Problem occurs when I upload to my server (2000), the

page appears ok,
but things like the RequiredField tags do not work.
They just seem to be 'ignored' ?

Does anyone else have any ideas what may be causing this,

as it is
driving me crazy !?

Any help, appriciated as always.
(Both PC's running ver1.1)

H
.

Nov 17 '05 #4

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

Similar topics

1
by: Gerd Güldenast | last post by:
Hi, I am having a problem with a replication over a Modem-Connection, which works fine over LAN. Has anyone experienced this problem before? Settings are: 2 SQL Servers 2000, SP3 on Windows...
0
by: Miguelito Bain | last post by:
hi everybody- i've got a conundrum... i inherited some old databases, and i'm trying to convert them. i run office xp with access 2002, and all of the databases i manage are either in 97...
10
by: skiz | last post by:
I have an application written in ms access 97. Just recently certain queries have been giving various errors -- one of which is "there was an error executing the command". When I ran the...
4
by: _Mario.lat | last post by:
Hallo, I have a little question: In the function session_set_save_handler I can pass the name of function which deal with session. In Xoops code I see the use of this function like that: ...
3
by: patrickkellogg | last post by:
I have this code when you click the buttom is suppose to add a job history. it works with firefox, opera, but not ie. (please note - new entries don't have all the elements in them yet, but...
0
by: patmg | last post by:
Hello, We use a SQL Server database to manage accounts in AD via a COM object using ADSI written in VB6. I have to move this database to a new server. The only real difference between the two...
6
by: nild | last post by:
Hello i have a strange problem. I'm using LogonUser to impersonate the user under which my program must run. On Win XP or Server 2003 it works. But on 2000 it doesn't. So i found out, to set...
3
by: teddysnips | last post by:
SCENARIO: Application originally developed in Access 97 several years ago. Worked with no problem until recent change from Novell to Active Directory. PROBLEM: Application was converted...
4
by: MMCI | last post by:
I am new to Infopath 2003, SQL server 2000 and SQL server 2003. I am calling up a stored procedure with 2 variables from jscript in infopath 2003 to run a stored procedure in SQL server 2003 to copy...
1
by: baburmm | last post by:
Hi , I have Installed both SQL 2000 & SQL 2005 in my server i have run a Query with open rowset Works in SQL 2005 but not Works in SQL 2000 My Query is Follows, SELECT * FROM...
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
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
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,...
0
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...

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.