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

X-Post: Cannot set Application object in IIS6.0, but could in IIS5

Al
Hi,

We have pretty simple ASP (not ASP.Net) application, which has been running
fine on IIS4 and IIS5. It has now been moved to a sever running in the DMZ
and managed by a 3rd party. The server is Win2003 and IIS 6.0

Within the Globe.asa file, have an Application_OnStart SubRoutine (Visual
Basic) and it bombs out on the first line

Application("cnSecurity_ConnectionString") = "connectionProperties"

With the error

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject failed
Globe.asa, line 25

Any ideas would be appreciated

I've posted this is several places.

Al
Nov 18 '05 #1
4 1090
You might try http://www.aspfaq.com/show.asp?id=2134

Al wrote:
Hi,

We have pretty simple ASP (not ASP.Net) application, which has been running
fine on IIS4 and IIS5. It has now been moved to a sever running in the DMZ
and managed by a 3rd party. The server is Win2003 and IIS 6.0

Within the Globe.asa file, have an Application_OnStart SubRoutine (Visual
Basic) and it bombs out on the first line

Application("cnSecurity_ConnectionString") = "connectionProperties"

With the error

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject failed
Globe.asa, line 25

Any ideas would be appreciated

I've posted this is several places.

Al


Nov 18 '05 #2
The only other suggestion I have is for you to check out the following
articles over at the following link.

http://support.microsoft.com/search/...mDays=&InCC=on

Please note that it ends with "&numDays=&InCC=on" (without the quotes of
course).

Al wrote:
Yeah, seen that in the KB, but mty problem is that the line is setting a
value in the ASP Application object, and setting it from a constant string.

Do I need to install ansd/or register ASP ???

Al
"joker" wrote:

You might try http://www.aspfaq.com/show.asp?id=2134

Al wrote:

Hi,

We have pretty simple ASP (not ASP.Net) application, which has been running
fine on IIS4 and IIS5. It has now been moved to a sever running in the DMZ
and managed by a 3rd party. The server is Win2003 and IIS 6.0

Within the Globe.asa file, have an Application_OnStart SubRoutine (Visual
Basic) and it bombs out on the first line

Application("cnSecurity_ConnectionString") = "connectionProperties"

With the error

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject failed
Globe.asa, line 25

Any ideas would be appreciated

I've posted this is several places.

Al



Nov 18 '05 #3
You might also try reading 294271 INFO: ASP Error Codes.

The section about "ASP 0117 Missing close of script tag"

So you might have a <% without a corresponding %>

Al wrote:
Yeah, seen that in the KB, but mty problem is that the line is setting a
value in the ASP Application object, and setting it from a constant string.

Do I need to install ansd/or register ASP ???

Al
"joker" wrote:

You might try http://www.aspfaq.com/show.asp?id=2134

Al wrote:

Hi,

We have pretty simple ASP (not ASP.Net) application, which has been running
fine on IIS4 and IIS5. It has now been moved to a sever running in the DMZ
and managed by a 3rd party. The server is Win2003 and IIS 6.0

Within the Globe.asa file, have an Application_OnStart SubRoutine (Visual
Basic) and it bombs out on the first line

Application("cnSecurity_ConnectionString") = "connectionProperties"

With the error

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject failed
Globe.asa, line 25

Any ideas would be appreciated

I've posted this is several places.

Al



Nov 18 '05 #4
Do you have a Server.CreateObject in your global.asa? The error messages
states that this is the problem, not setting the application variable.

Jeff

"Al" <Al@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
Hi,

We have pretty simple ASP (not ASP.Net) application, which has been running fine on IIS4 and IIS5. It has now been moved to a sever running in the DMZ
and managed by a 3rd party. The server is Win2003 and IIS 6.0

Within the Globe.asa file, have an Application_OnStart SubRoutine (Visual
Basic) and it bombs out on the first line

Application("cnSecurity_ConnectionString") = "connectionProperties"

With the error

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject failed
Globe.asa, line 25

Any ideas would be appreciated

I've posted this is several places.

Al

Nov 18 '05 #5

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

Similar topics

3
by: OsD | last post by:
I'm having trouble with the workflow described bellow: 1. Asp page 1 on server A contains an iframe. 2. Asp page 1 submits a form targeted to the iframe, to Asp page 2 on server B. 3. Asp page...
4
by: Al | last post by:
Hi, We have pretty simple ASP (not ASP.Net) application, which has been running fine on IIS4 and IIS5. It has now been moved to a sever running in the DMZ and managed by a 3rd party. The server...
2
by: Marcel | last post by:
Hi, I'm using Microsoft Visual Basic .NET and want to reference the ThisApplication variable but cannot get to it or find the OfficeCodeBehind class. Is this a shortcomming of the fact that I...
1
by: Francisc Molnar | last post by:
Hi. I'm trying to access the appointments from MS Outlook 2003 using the interop assembly. Here is the code using .Net Framework 2.0 beta: Microsoft.Office.Interop.Outlook.Application...
3
by: Patrick | last post by:
Hi I have the following problem. When starting my asp.net application, i read a encrypted string from a file, decrypt it and want this values to be available in the complete application. they...
1
by: mrrrk | last post by:
We want to redevelop an ASP application that currently uses a third party COM object that accesses the contents of the ASP Application object. The COM object is the fornt end for an old IBM...
4
by: Al Cohen | last post by:
We've got a few methods that take a long time to complete. We're in the process of starting to launch these as separate threads, and having the web form refresh every few seconds to report the...
2
by: Matthew Sajdera | last post by:
All - This probably qualifies for the "Stupid Question of the Day" award but I am stuck on this. I have an IIS Application object in which I am storing a multi-dimensional array. Later on in...
0
by: JGKjr | last post by:
I have a Web Application written in C#. I am trying to call a web service method and recieve the error: System.InvalidCastException: Cannot assign object of type System.Boolean to an object of...
5
by: msuk | last post by:
All, I have a VB.NET/ASP.NET application that uses some common data throughout. Now what I would like to do is instead of hitting the database every time to fetch back two dataset of 5 rows 2...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.