PC Review


Reply
Thread Tools Rate Thread

App Deployment Failure?

 
 
=?Utf-8?B?REVXcmlnaHRfQ0FAb25saW5lLm5vc3BhbQ==?=
Guest
Posts: n/a
 
      8th Aug 2005
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?
--
D @ premierdata
 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      8th Aug 2005
(E-Mail Removed)am 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
 
Reply With Quote
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      9th Aug 2005
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: <B68BF9DF-F51A-43E4-A2A6-(E-Mail Removed)>
| In-Reply-To: <B68BF9DF-F51A-43E4-A2A6-(E-Mail Removed)>
| Content-Type: text/plain; charset=UTF-8; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <(E-Mail Removed)>
| 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 Removed)am 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
|

 
Reply With Quote
 
=?Utf-8?B?REVXcmlnaHRfQ0FAb25saW5lLm5vc3BhbQ==?=
Guest
Posts: n/a
 
      9th Aug 2005
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: <B68BF9DF-F51A-43E4-A2A6-(E-Mail Removed)>
> | In-Reply-To: <B68BF9DF-F51A-43E4-A2A6-(E-Mail Removed)>
> | Content-Type: text/plain; charset=UTF-8; format=flowed
> | Content-Transfer-Encoding: 7bit
> | Message-ID: <(E-Mail Removed)>
> | 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 Removed)am 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
> |
>
>

 
Reply With Quote
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      10th Aug 2005
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==?="
<(E-Mail Removed)>
| References: <B68BF9DF-F51A-43E4-A2A6-(E-Mail Removed)>
<(E-Mail Removed)>
<(E-Mail Removed)>
| Subject: Re: App Deployment Failure?
| Date: Tue, 9 Aug 2005 12:35:15 -0700
| Lines: 98
| Message-ID: <F58B5225-6041-417C-8C53-(E-Mail Removed)>
| 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: <B68BF9DF-F51A-43E4-A2A6-(E-Mail Removed)>
| > | In-Reply-To: <B68BF9DF-F51A-43E4-A2A6-(E-Mail Removed)>
| > | Content-Type: text/plain; charset=UTF-8; format=flowed
| > | Content-Transfer-Encoding: 7bit
| > | Message-ID: <(E-Mail Removed)>
| > | 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 Removed)am 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
| > |
| >
| >
|

 
Reply With Quote
 
Greg
Guest
Posts: n/a
 
      22nd Aug 2005
I too am getting this issue, any luck solving the problem?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
C# - ADODB - Failure to connect on deployment Ames111 Microsoft C# .NET 4 23rd Nov 2005 11:19 AM
VB Net 2003 Deployment Failure Michael Microsoft VB .NET 0 11th Feb 2005 12:44 PM
Need Troubleshooting tips for GP deployment failure pmulvane@law.tulane.edu Microsoft Windows 2000 Group Policy 2 11th Jan 2005 02:57 PM
Tilde in no-touch deployment path causes silent failure Bart Jacobs Microsoft Dot NET Framework Forms 0 21st Oct 2003 01:20 PM
RE: setup and deployment project failure Mike Wade [MSFT] Microsoft Dot NET Framework Forms 0 21st Jul 2003 09:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:00 PM.