Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

migrating ASP apps to win2003 server

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  some referrer are missing on log files  
Author Message
alipow

External


Since: Nov 05, 2003
Posts: 1



(Msg. 1) Posted: Wed Nov 05, 2003 10:01 am
Post subject: migrating ASP apps to win2003 server
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi all,

I am just through setting up iis 6.0 on win2003 server.
I have to move my ASP apps there, from
win2k and iis 5.0 (and do not want to
migrate to ASP.NET) and have the following
problem which has been giving me a headache since
yesterday:
The ASP pages function properly up to a certain point
where I need to use the Request.ServerVariables
object, in this case the "LOGON_USER".
Then I receive an unspecified 500 "internal server
error", and I get lost...
None of the server variables objects seem to function
properly, every time there is this error.
Of course the settings allow to use ASP, and
the .dll is there...
What else should I check in IIs to get this working?
Is it an IIs issue at all?

I am really puzzled, any help would be much appreciated.

Kaspian

 >> Stay informed about: migrating ASP apps to win2003 server 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Wed Nov 05, 2003 2:38 pm
Post subject: Re: migrating ASP apps to win2003 server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"kaspian" <alipow RemoveThis @REMOVE_SPAMwp.pl> wrote in message
news:07f001c3a3ad$a74ce510$a001280a@phx.gbl...
 > Hi all,
 >
 > I am just through setting up iis 6.0 on win2003 server.
 > I have to move my ASP apps there, from
 > win2k and iis 5.0 (and do not want to
 > migrate to ASP.NET) and have the following
 > problem which has been giving me a headache since
 > yesterday:
 > The ASP pages function properly up to a certain point
 > where I need to use the Request.ServerVariables
 > object, in this case the "LOGON_USER".
 > Then I receive an unspecified 500 "internal server
 > error", and I get lost...

Start here:
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2109" target="_blank">http://www.aspfaq.com/show.asp?id=2109</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=311766" target="_blank">http://support.microsoft.com/?id=311766</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=309051" target="_blank">http://support.microsoft.com/?id=309051</a>

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: migrating ASP apps to win2003 server 
Back to top
Login to vote
alipow1

External


Since: Nov 05, 2003
Posts: 1



(Msg. 3) Posted: Thu Nov 06, 2003 2:01 am
Post subject: Re: migrating ASP apps to win2003 server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

hi, Tom!

Thanks for the links, have read them also.
The problem is that the ASP pages
function ok, and the IIS settings require to
send detailed error meassages to the client.
I also checked my browser settings.
So I should get detailed messages, right?
but the only one I get is:
"HTTP 500 - Internal Server error".
This happens ONLY when I try to access
server variables (through Request.ServerVariables
object.) This has worked for IIS5,
never figured I'd have to change sth to make
the variables accessible in win2003 IIS6...
Other functions in my apps are ok.
Please advice...

Kaspian

 >-----Original Message-----
 >"kaspian" <alipow.DeleteThis@REMOVE_SPAMwp.pl> wrote in message
 >news:07f001c3a3ad$a74ce510$a001280a@phx.gbl...
  >> Hi all,
  >>
  >> I am just through setting up iis 6.0 on win2003 server.
  >> I have to move my ASP apps there, from
  >> win2k and iis 5.0 (and do not want to
  >> migrate to ASP.NET) and have the following
  >> problem which has been giving me a headache since
  >> yesterday:
  >> The ASP pages function properly up to a certain point
  >> where I need to use the Request.ServerVariables
  >> object, in this case the "LOGON_USER".
  >> Then I receive an unspecified 500 "internal server
  >> error", and I get lost...
 >
 >Start here:
 >http://www.aspfaq.com/show.asp?id=2109
 >http://support.microsoft.com/?id=311766
 >http://support.microsoft.com/?id=309051
 >
 >--
 >Tom Kaminski IIS MVP
 >http://www.iistoolshed.com/ - tools, scripts, and
utilities for running IIS
 >http://mvp.support.microsoft.com/
 >http://www.microsoft.com/windowsserver2003/community/cente
rs/iis/
 >
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: migrating ASP apps to win2003 server 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 4) Posted: Thu Nov 06, 2003 11:16 am
Post subject: Re: migrating ASP apps to win2003 server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"kaspian" <alipow RemoveThis @DELETE_SPAMwp.pl> wrote in message
news:06e301c3a433$ccf76ac0$a601280a@phx.gbl...
 > hi, Tom!
 >
 > Thanks for the links, have read them also.
 > The problem is that the ASP pages
 > function ok, and the IIS settings require to
 > send detailed error meassages to the client.
 > I also checked my browser settings.
 > So I should get detailed messages, right?
 > but the only one I get is:
 > "HTTP 500 - Internal Server error".
 > This happens ONLY when I try to access
 > server variables (through Request.ServerVariables
 > object.) This has worked for IIS5,
 > never figured I'd have to change sth to make
 > the variables accessible in win2003 IIS6...
 > Other functions in my apps are ok.
 > Please advice...

Is there anything relevant in the System or Application logs?

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: migrating ASP apps to win2003 server 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 5) Posted: Tue Nov 25, 2003 9:44 am
Post subject: Re: migrating ASP apps to win2003 server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If your asp apps use parent paths, they are disabled by default for security reasons (directory traversing). Try turning them on to see if that helps. You might
also try running in both IIS 5 mode and IIS 6 worker process isolation mode. If this was an upgrade from w2k, then you are already in IIS 5 mode.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "kaspian" <alipow.DeleteThis@DELETE_SPAMwp.pl>
| Sender: "kaspian" <alipow.DeleteThis@DELETE_SPAMwp.pl>
| References: <07f001c3a3ad$a74ce510$a001280a@phx.gbl> <bob8rs$i2k16@kcweb01.netnews.att.com>
| Subject: Re: migrating ASP apps to win2003 server
| Date: Wed, 5 Nov 2003 23:01:28 -0800
| Lines: 54
| Message-ID: <06e301c3a433$ccf76ac0$a601280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcOkM8z3tH83DfLtRHa7ZT9hlCkR4Q==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:282771
| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| hi, Tom!
|
| Thanks for the links, have read them also.
| The problem is that the ASP pages
| function ok, and the IIS settings require to
| send detailed error meassages to the client.
| I also checked my browser settings.
| So I should get detailed messages, right?
| but the only one I get is:
| "HTTP 500 - Internal Server error".
| This happens ONLY when I try to access
| server variables (through Request.ServerVariables
| object.) This has worked for IIS5,
| never figured I'd have to change sth to make
| the variables accessible in win2003 IIS6...
| Other functions in my apps are ok.
| Please advice...
|
| Kaspian
|
| >-----Original Message-----
| >"kaspian" <alipow.DeleteThis@REMOVE_SPAMwp.pl> wrote in message
| >news:07f001c3a3ad$a74ce510$a001280a@phx.gbl...
| >> Hi all,
| >>
| >> I am just through setting up iis 6.0 on win2003 server.
| >> I have to move my ASP apps there, from
| >> win2k and iis 5.0 (and do not want to
| >> migrate to ASP.NET) and have the following
| >> problem which has been giving me a headache since
| >> yesterday:
| >> The ASP pages function properly up to a certain point
| >> where I need to use the Request.ServerVariables
| >> object, in this case the "LOGON_USER".
| >> Then I receive an unspecified 500 "internal server
| >> error", and I get lost...
| >
| >Start here:
| >http://www.aspfaq.com/show.asp?id=2109
| >http://support.microsoft.com/?id=311766
| >http://support.microsoft.com/?id=309051
| >
| >--
| >Tom Kaminski IIS MVP
| >http://www.iistoolshed.com/ - tools, scripts, and
| utilities for running IIS
| >http://mvp.support.microsoft.com/
| >http://www.microsoft.com/windowsserver2003/community/cente
| rs/iis/
| >
| >
| >
| >.
| >
|
 >> Stay informed about: migrating ASP apps to win2003 server 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]