App Deployment Failure?

G

Guest

I have a app that I built for a client. I was able to deploy it to a test
server without any real issue. I copied the bin folder to my server, copied
over the aspx pages and made the virtual directory under IIS/5 executable.
Everything worked great!

Now I am trying to deploy the same app on a Windows 2003 server using the
same methodology and I can't get it to function. I followed the same steps
above and the basic pages load fine, but when I actually get to a page that
calls back to the DLL that powers the site I start getting all of these error
about a 302 error.

That page does do a http.redirect and then it reads it's values from
session, but I can't see where else it might be hanging up.

Any suggestions?
 
C

Curt_C [MVP]

I have a app that I built for a client. I was able to deploy it to a test
server without any real issue. I copied the bin folder to my server, copied
over the aspx pages and made the virtual directory under IIS/5 executable.
Everything worked great!

Now I am trying to deploy the same app on a Windows 2003 server using the
same methodology and I can't get it to function. I followed the same steps
above and the basic pages load fine, but when I actually get to a page that
calls back to the DLL that powers the site I start getting all of these error
about a 302 error.

That page does do a http.redirect and then it reads it's values from
session, but I can't see where else it might be hanging up.

Any suggestions?

Its probably because its 2003. There were a lot of security changes that
took place there, also some older technologies are gone (CDONTS). You
may need to investigate the other differences and see if any pertain to
your setup.
 
S

Steven Cheng[MSFT]

Hi DEWright,

Based on your description, seems this is a project and environment specific
problem. Why did you configure the vdir as executable rather than script
only? Also, is there any particular entries in application event log , IIS
log....? In addition, it'll be helpful if you can provide some further
description on the problem page's code logic or try produce some simplified
repro page.

Looking forward to your response. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Date: Mon, 08 Aug 2005 13:11:41 -0500
| From: "Curt_C [MVP]" <software_at_darkfalz.com>
| Reply-To: software_at_darkfalz.com
| Organization: DF-Software
| User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
| X-Accept-Language: en-us, en
| MIME-Version: 1.0
| Subject: Re: App Deployment Failure?
| References: <[email protected]>
| In-Reply-To: <[email protected]>
| Content-Type: text/plain; charset=UTF-8; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: mail.noelgroup.com 208.252.151.83
| Lines: 1
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:116766
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| (e-mail address removed) wrote:
| > I have a app that I built for a client. I was able to deploy it to a
test
| > server without any real issue. I copied the bin folder to my server,
copied
| > over the aspx pages and made the virtual directory under IIS/5
executable.
| > Everything worked great!
| >
| > Now I am trying to deploy the same app on a Windows 2003 server using
the
| > same methodology and I can't get it to function. I followed the same
steps
| > above and the basic pages load fine, but when I actually get to a page
that
| > calls back to the DLL that powers the site I start getting all of these
error
| > about a 302 error.
| >
| > That page does do a http.redirect and then it reads it's values from
| > session, but I can't see where else it might be hanging up.
| >
| > Any suggestions?
|
| Its probably because its 2003. There were a lot of security changes that
| took place there, also some older technologies are gone (CDONTS). You
| may need to investigate the other differences and see if any pertain to
| your setup.
|
| --
| Curt Christianson
| site: http://www.darkfalz.com
| blog: http://blog.darkfalz.com
|
 
G

Guest

It being a either a proj or enviro issue might make sense if the app only
worked in one location. But it works perfectly on 2 XPsp2 machines and 1
Win2Ksp4 machine.

From what I have seen in other articles online there is a issue with
validation and redirection based on validation and this seems to be where it
comes up.

I don't get any event log items, but I do get a ton of 302's from the IIS
log. So I can see where it wants to do the redirect but I can't for the life
of me see what would hang it up.

I will create a thin page to redirect from and see if that makes a
difference, but for some reason I think I am going to see that it doesn't.

Will post my update a little later! Thanks Steven!
 
S

Steven Cheng[MSFT]

OK, Please feel free to post here if you got any progress Dewright,

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: App Deployment Failure?
| thread-index: AcWdGXd0eEWK1hs/SVOJK+lOW/rKVg==
| X-WBNR-Posting-Host: 67.107.204.99
| From: "=?Utf-8?B?REVXcmlnaHRfQ0FAb25saW5lLm5vc3BhbQ==?="
<[email protected]>
| References: <[email protected]>
<[email protected]>
<[email protected]>
| Subject: Re: App Deployment Failure?
| Date: Tue, 9 Aug 2005 12:35:15 -0700
| Lines: 98
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:117006
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| It being a either a proj or enviro issue might make sense if the app only
| worked in one location. But it works perfectly on 2 XPsp2 machines and 1
| Win2Ksp4 machine.
|
| From what I have seen in other articles online there is a issue with
| validation and redirection based on validation and this seems to be where
it
| comes up.
|
| I don't get any event log items, but I do get a ton of 302's from the IIS
| log. So I can see where it wants to do the redirect but I can't for the
life
| of me see what would hang it up.
|
| I will create a thin page to redirect from and see if that makes a
| difference, but for some reason I think I am going to see that it doesn't.
|
| Will post my update a little later! Thanks Steven!
| --
| D @ premierdata
|
|
| "Steven Cheng[MSFT]" wrote:
|
| > Hi DEWright,
| >
| > Based on your description, seems this is a project and environment
specific
| > problem. Why did you configure the vdir as executable rather than
script
| > only? Also, is there any particular entries in application event log ,
IIS
| > log....? In addition, it'll be helpful if you can provide some further
| > description on the problem page's code logic or try produce some
simplified
| > repro page.
| >
| > Looking forward to your response. Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| > --------------------
| > | Date: Mon, 08 Aug 2005 13:11:41 -0500
| > | From: "Curt_C [MVP]" <software_at_darkfalz.com>
| > | Reply-To: software_at_darkfalz.com
| > | Organization: DF-Software
| > | User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
| > | X-Accept-Language: en-us, en
| > | MIME-Version: 1.0
| > | Subject: Re: App Deployment Failure?
| > | References: <[email protected]>
| > | In-Reply-To: <[email protected]>
| > | Content-Type: text/plain; charset=UTF-8; format=flowed
| > | Content-Transfer-Encoding: 7bit
| > | Message-ID: <[email protected]>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: mail.noelgroup.com 208.252.151.83
| > | Lines: 1
| > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:116766
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | (e-mail address removed) wrote:
| > | > I have a app that I built for a client. I was able to deploy it to
a
| > test
| > | > server without any real issue. I copied the bin folder to my
server,
| > copied
| > | > over the aspx pages and made the virtual directory under IIS/5
| > executable.
| > | > Everything worked great!
| > | >
| > | > Now I am trying to deploy the same app on a Windows 2003 server
using
| > the
| > | > same methodology and I can't get it to function. I followed the
same
| > steps
| > | > above and the basic pages load fine, but when I actually get to a
page
| > that
| > | > calls back to the DLL that powers the site I start getting all of
these
| > error
| > | > about a 302 error.
| > | >
| > | > That page does do a http.redirect and then it reads it's values
from
| > | > session, but I can't see where else it might be hanging up.
| > | >
| > | > Any suggestions?
| > |
| > | Its probably because its 2003. There were a lot of security changes
that
| > | took place there, also some older technologies are gone (CDONTS). You
| > | may need to investigate the other differences and see if any pertain
to
| > | your setup.
| > |
| > | --
| > | Curt Christianson
| > | site: http://www.darkfalz.com
| > | blog: http://blog.darkfalz.com
| > |
| >
| >
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top