View previous topic :: View next topic |
Author |
Message |
TomA
Joined: 09 Feb 2006 Posts: 4
|
Posted: Thu Feb 09, 2006 10:57 am Post subject: 2000 vs XP pro |
|
|
After moving our ASP application from a MS2000 (local) to XP-pro it fails to execute the ASP code. What is missing or just not hooked on the XP local host???? |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Thu Feb 09, 2006 12:01 pm Post subject: |
|
|
Hi Tom,
Are you getting an error? If yes, what is it?
You need Windows XP professional to run ASP, because Windows XP Professional comes with IIS (web server). Have you installed IIS on the Windows XP (it's not installed by default)?
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
TomA
Joined: 09 Feb 2006 Posts: 4
|
Posted: Thu Feb 09, 2006 1:00 pm Post subject: |
|
|
Thanks Paul for your reply.
We have IIS fully installed. The error I am getting is simply that as we move from Index.html to the first asp program (log in screen) the application code itself appear in place of the login screen.
We were thinking this is a XP problem because this application runs under the former test machine running 2000. We just recently loaded a new test server with the aplication which is under XP Pro.
I just feel that I am ovelooking a hook someplace in XP
Again thanks
Tom |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
|
Back to top |
|
|
TomA
Joined: 09 Feb 2006 Posts: 4
|
Posted: Thu Feb 09, 2006 2:59 pm Post subject: |
|
|
error '8002801c'
Error accessing the OLE registry.
/iisHelp/common/500-100.asp, line 17
Paul you ask you shall receive
Tom |
|
Back to top |
|
|
Missie
Joined: 06 Feb 2006 Posts: 25
|
Posted: Thu Feb 09, 2006 8:07 pm Post subject: |
|
|
Hmm.. I'm not sure what to tell you Tom. I think that you may have a problem with you code. Sorry that I'm not to useful. |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Thu Feb 09, 2006 8:56 pm Post subject: |
|
|
TomA wrote: | error '8002801c'
Error accessing the OLE registry.
/iisHelp/common/500-100.asp, line 17
Paul you ask you shall receive
Tom |
Hi Tom,
I think IIS and/or XP were not properly isntalled and something got corrupted. The easiest thing to do is to test your web application from another XP machine and if it is OK then, you'll know that the problem is in your OS.
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
raven
Joined: 31 Jan 2006 Posts: 41
|
Posted: Thu Feb 23, 2006 1:54 pm Post subject: |
|
|
Yeah since you just did a new install, why not try it again. It does not sound like an ASP problem, but a problem with IIS. _________________ Programmers do it in code |
|
Back to top |
|
|
TomA
Joined: 09 Feb 2006 Posts: 4
|
Posted: Thu Feb 23, 2006 2:14 pm Post subject: |
|
|
Raven
Thank for your interest.
We are finding that XP is all client. It will support .NET, with some of the support services put back in IIS. Also the browser has to be tweeked on the security stops. In other words just plain ASP and XP are not friendly without a lot of IIS work to make it a server. We are continuing in that direction and when we make it we will let you know.
Raven and Paul again thank you
Tom |
|
Back to top |
|
|
zort
Joined: 24 Feb 2006 Posts: 1 Location: Victoria, BC
|
Posted: Fri Feb 24, 2006 7:29 am Post subject: |
|
|
things that might be worth checking.
1) browser compatibility: using Firefox, for instance will display the same error you are getting but using IE works fine.
2)(for win2k3 server) You have to enable the ASP.NET in the Web Server Extensions list
From Start -> Settings -> Control Panel -> Administrative Tools -> double click IIS Manager.
Go to the Web Service Extensions tab, click Active Server Pages, then press the "Allow" button on the left.
3) (common problem) if you installed IIS after the .Net framework, you may need to run ASP.NET script mapping tool (Aspnet_regiis.exe). More on that here:
http://support.microsoft.com/kb/325093/
and here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;306005
4) permissions may be incorrectly set on file/directories |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
|
Back to top |
|
|
DPR
Joined: 08 Mar 2006 Posts: 14
|
Posted: Wed Mar 08, 2006 8:44 pm Post subject: |
|
|
Zort - I thought ASP would be activated by default?
Do you really have to manually activate it like that on all installations? |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Thu Mar 09, 2006 12:04 pm Post subject: |
|
|
DPR wrote: | Zort - I thought ASP would be activated by default?
Do you really have to manually activate it like that on all installations? |
ASP.NET is not enabled by default on Windows 2003 Server. You have to do that manually. The reason ASP.NET is not enabled by default is to enhance the Windows 2003 server security.
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
James
Joined: 20 Feb 2006 Posts: 24
|
Posted: Fri Mar 10, 2006 12:05 am Post subject: |
|
|
That is strange
If a MS server isn't running ASP.Net, I'd have to wonder what they are running!
99% of people will turn on ASP.Net anyway, so its a weird move by MS. |
|
Back to top |
|
|
|