473,387 Members | 1,812 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,387 software developers and data experts.

App Deployment Failure?

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
Nov 19 '05 #1
5 1248
DE*********@online.nospam 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
Nov 19 '05 #2
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: <B6**********************************@microsoft.co m>
| In-Reply-To: <B6**********************************@microsoft.co m>
| Content-Type: text/plain; charset=UTF-8; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <Od**************@TK2MSFTNGP10.phx.gbl>
| 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!TK2MSFT NGP10.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:116766
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| DE*********@online.nospam 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
|

Nov 19 '05 #3
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: <B6**********************************@microsoft.co m>
| In-Reply-To: <B6**********************************@microsoft.co m>
| Content-Type: text/plain; charset=UTF-8; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <Od**************@TK2MSFTNGP10.phx.gbl>
| 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!TK2MSFT NGP10.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:116766
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| DE*********@online.nospam 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
|

Nov 19 '05 #4
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==?="
<de*********@online.nospam>
| References: <B6**********************************@microsoft.co m>
<Od**************@TK2MSFTNGP10.phx.gbl>
<9s*************@TK2MSFTNGXA01.phx.gbl>
| Subject: Re: App Deployment Failure?
| Date: Tue, 9 Aug 2005 12:35:15 -0700
| Lines: 98
| Message-ID: <F5**********************************@microsoft.co m>
| 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!TK2MSF TNGXA03.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: <B6**********************************@microsoft.co m>
| > | In-Reply-To: <B6**********************************@microsoft.co m>
| > | Content-Type: text/plain; charset=UTF-8; format=flowed
| > | Content-Transfer-Encoding: 7bit
| > | Message-ID: <Od**************@TK2MSFTNGP10.phx.gbl>
| > | 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!TK2MSFT NGP10.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:116766
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | DE*********@online.nospam 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
| > |
| >
| >
|

Nov 19 '05 #5
I too am getting this issue, any luck solving the problem?

Nov 19 '05 #6

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

Similar topics

0
by: Richard | last post by:
We have our product running on a terminal server environment and have occasionally had an inpage operation exception occur during heavy processing loads. The timing of this exception is random. ...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
2
by: pmcguire | last post by:
I am reposting in this group after getting no response for a week in the deployment group. I have a setup project that uses custom actions. The project installs and runs fine on machines that...
0
by: Michael | last post by:
After a week of beating my head against a wall I still continue to receive the following error message when trying to deploy a package using the cabinet option. The same error occurs with a...
5
by: Jerry Spence1 | last post by:
I have built a Setup file of my project and when I deploy it on another PC is crashes fairly quickly. I ran Dependancy Walker and found that it couldn't find the following files: MSCORPE.DLL...
1
by: John Shadel | last post by:
I have the following setup: 1. ASP.NET 2.0 web app hosted on a web server (inetpub directory hosting physical files of the web site on a different drive name, E: than the SQL Server Instance,...
2
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
1
by: Brad Isaacs | last post by:
I am working with ASP.NET 2.0 and using an SQL Server 2000 database. I am using Visual Studio 2005 and developing on my Local machine. I am working with Login controls ASP.Configuration, I...
0
by: =?Utf-8?B?VCFN?= | last post by:
Hi All, I've been successfully deploying clickOnce successfully through the 2.0 and 3.X frameworks, but now have a problem with ClickOnce updates in 3.5 SP1. The scenario is this: I want to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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,...

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.