473,626 Members | 3,388 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1266
DE*********@onl ine.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_da rkfalz.com>
| Reply-To: software_at_dar kfalz.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************ *************** *******@microso ft.com>
| In-Reply-To: <B6************ *************** *******@microso ft.com>
| Content-Type: text/plain; charset=UTF-8; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <Od************ **@TK2MSFTNGP10 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: mail.noelgroup. com 208.252.151.83
| Lines: 1
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP10.phx. gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1167 66
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| DE*********@onl ine.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_da rkfalz.com>
| Reply-To: software_at_dar kfalz.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************ *************** *******@microso ft.com>
| In-Reply-To: <B6************ *************** *******@microso ft.com>
| Content-Type: text/plain; charset=UTF-8; format=flowed
| Content-Transfer-Encoding: 7bit
| Message-ID: <Od************ **@TK2MSFTNGP10 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: mail.noelgroup. com 208.252.151.83
| Lines: 1
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP10.phx. gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1167 66
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| DE*********@onl ine.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?REVXcmlnaHR fQ0FAb25saW5lLm 5vc3BhbQ==?="
<de*********@on line.nospam>
| References: <B6************ *************** *******@microso ft.com>
<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************ *************** *******@microso ft.com>
| 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.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA02.phx.gbl!T K2MSFTNGXA03.ph x.gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1170 06
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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_da rkfalz.com>
| > | Reply-To: software_at_dar kfalz.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************ *************** *******@microso ft.com>
| > | In-Reply-To: <B6************ *************** *******@microso ft.com>
| > | Content-Type: text/plain; charset=UTF-8; format=flowed
| > | Content-Transfer-Encoding: 7bit
| > | Message-ID: <Od************ **@TK2MSFTNGP10 .phx.gbl>
| > | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| > | NNTP-Posting-Host: mail.noelgroup. com 208.252.151.83
| > | Lines: 1
| > | Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP10.phx. gbl
| > | Xref: TK2MSFTNGXA01.p hx.gbl
| > microsoft.publi c.dotnet.framew ork.aspnet:1167 66
| > | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
| > |
| > | DE*********@onl ine.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
1079
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. The system logs have the following at the same time as the failure in the application: Application popup: Windows - Delayed Write Failed : Windows was unable to save all the data for the file <filename removed>. The data has been lost. This error...
4
3519
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 objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
2
1317
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 have the .NET framework 1.1, but fails on machines that have .NET framework 1.1 SP1. The specific error message is: "Unable to get installer types in the <assembly path> assembly. One or more of the types in the assembly unable to load"
0
1525
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 different "cabinet" name when using the setup file option. The file "_5F6C71C 2868460B5581E521727434428" cannot be installed because the file cannot be found in the cabinet file "SETUP.CAB". This could indicate a network error, an error reading...
5
3640
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 MSCORSEC.DLL c:\windows\microsoft.net\framework\v1.1.4322\ADVAPI32.DLL c:\windows\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\GDI32.DLL c:\windows\microsoft.net\framework\v1.1.4322\GDIPLUS.DLL
1
4723
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, which is on C:) 2. SQL Server on the same server, with security settings enabling ASPNET group and groups containing users allowed to interact with the website added to SQL Server Instance security settings. 3. Impersonation = true, i.e. ASPNET...
2
13841
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
3744
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 wanted to move my work and needed to place it on the server. Using VS 2005 , went to BUILD -Publish Web Site Checked the box for :: Alow this precompiled site to be updatable.
0
1964
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 deploy an *offline* application that can only be installed from behind our organizational firewall (a Win2k3 domain), but can be updated from anywhere (hotels, etc). To do this, the publishing folder location is set to a UNC share path:
0
8268
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8707
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8510
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5575
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4093
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4202
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2628
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1812
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1512
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.