473,396 Members | 2,009 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,396 software developers and data experts.

Urgent: help deploying an ASP.NET app!!

RCS
I am trying to deploy an app to a WLBS cluster. We've been testing on our QA
WLBS cluster. In VS.NET 2K3, I typically use the "Copy Project" button to
copy the project to the next tier. This is the first ASP.NET app that is
going on the production cluster. I've been writing a testing (and deploying
from dev to the QA cluster) quite a bit.

When I try to copy I get "Internal Server Error" from BOTH servers (I try
copying to each individually).

Where this is copying TO - are two servers that are set up identical (our
production intranet), there are new "virtual websites". These servers have
..NET 1.0 and 1.1 installed. This is a 1.1 application.

I re-installed FPSE on that website and that looks normal, I re-ran
aspnet_regiis.exe -i

I am also logged on (and have connected) to both servers as an
administrator - security shouldn't be an issue in this particular
environment.

I still get the same error on both machines. Does this ring any bells?? ANY
IDEAS???? thanks
Nov 16 '05 #1
5 1415
RCS
Any have any ideas??? I got a bunch of people hounding me, I wasn't
expecting an error this uncorrectable at the last minute!!!

I re-created the virtual website, re-extended FPSE 2K2, ran aspnet_regiis
again, checked permissions.. I still get "Internet server error" if I try to
copy the source out there - or if I manually copy the files out there and
try to run a page.

Any ideas at all??

"RCS" <rs****@gmail.com> wrote in message
news:eg*****************@newssvr31.news.prodigy.co m...
I am trying to deploy an app to a WLBS cluster. We've been testing on our
QA WLBS cluster. In VS.NET 2K3, I typically use the "Copy Project" button
to copy the project to the next tier. This is the first ASP.NET app that is
going on the production cluster. I've been writing a testing (and deploying
from dev to the QA cluster) quite a bit.

When I try to copy I get "Internal Server Error" from BOTH servers (I try
copying to each individually).

Where this is copying TO - are two servers that are set up identical (our
production intranet), there are new "virtual websites". These servers have
.NET 1.0 and 1.1 installed. This is a 1.1 application.

I re-installed FPSE on that website and that looks normal, I re-ran
aspnet_regiis.exe -i

I am also logged on (and have connected) to both servers as an
administrator - security shouldn't be an issue in this particular
environment.

I still get the same error on both machines. Does this ring any bells??
ANY IDEAS???? thanks

Nov 16 '05 #2
does it help if you turn off friendly errors?

Nov 16 '05 #3
RCS
What's odd is the application is "/WAS/" and the regular browser error is:

Server Error in '/' Application.

So it doesn't even recognize /WAS as an application - and yes, I've gone
into IIS and even went as far as making it "Isolated" and it's own
application. Same result.

I have a .NET DLL that's used on this page (for a legacy ASP app that
consumes it as a COM+ object) - but aside from that, this is the first real
..NET app and first ASP.NET app on this server...

thanks for the response!
<jo*************@yahoo.com> wrote in message
news:11*********************@z14g2000cwz.googlegro ups.com...
does it help if you turn off friendly errors?

Nov 16 '05 #4
The server error is too generic to troubleshoot what the problem may
be.
In your web.config file, change the
<customErrors mode="RemoteOnly"/>
default setting to
<customErrors mode="Off"/>
Access the page again locally and see what detailed error it gives you.

Maybe we can help you from there...

RCS wrote:
What's odd is the application is "/WAS/" and the regular browser error is:
Server Error in '/' Application.

So it doesn't even recognize /WAS as an application - and yes, I've gone into IIS and even went as far as making it "Isolated" and it's own
application. Same result.

I have a .NET DLL that's used on this page (for a legacy ASP app that consumes it as a COM+ object) - but aside from that, this is the first real .NET app and first ASP.NET app on this server...

thanks for the response!
<jo*************@yahoo.com> wrote in message
news:11*********************@z14g2000cwz.googlegro ups.com...
does it help if you turn off friendly errors?


Nov 16 '05 #5
RCS
I have a web.config in the root AND in /WAS that already has that - still
same error

I have since re-installed .NET 1.1 sp1 and rebooted - still the same... this
seems like some sort of fundamental configuration problem, but I've tried
everything I can think of!!
"sze tan" <sz*********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
The server error is too generic to troubleshoot what the problem may
be.
In your web.config file, change the
<customErrors mode="RemoteOnly"/>
default setting to
<customErrors mode="Off"/>
Access the page again locally and see what detailed error it gives you.

Maybe we can help you from there...

RCS wrote:
What's odd is the application is "/WAS/" and the regular browser

error is:

Server Error in '/' Application.

So it doesn't even recognize /WAS as an application - and yes, I've

gone
into IIS and even went as far as making it "Isolated" and it's own
application. Same result.

I have a .NET DLL that's used on this page (for a legacy ASP app that

consumes it as a COM+ object) - but aside from that, this is the

first real
.NET app and first ASP.NET app on this server...

thanks for the response!
<jo*************@yahoo.com> wrote in message
news:11*********************@z14g2000cwz.googlegro ups.com...
> does it help if you turn off friendly errors?
>

Nov 16 '05 #6

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

Similar topics

8
by: andrewcw | last post by:
In this case I would like my application to be able to use exisiting registered COM components. I dont want to re-register them. While I am copying the interop DLL with the exe to the same...
1
by: Bob Smith | last post by:
Hi Everyone, I started getting the following error msg and the web users are unable to log into the web application: ----------------------- The system has called a custom component and that...
0
by: Stephen | last post by:
Hi I am having trouble with a third party component that I am attempting to use on our web application (Xceed Graph Component). When I develop locally it all works fine, but as soon as I try to...
5
by: RCS | last post by:
I am trying to deploy an app to a WLBS cluster. We've been testing on our QA WLBS cluster. In VS.NET 2K3, I typically use the "Copy Project" button to copy the project to the next tier. This is the...
0
by: cj_trap | last post by:
Hi I have a small app which needs to be able to send out email (via outlook) under certain conditions. I've got it working perfectly on my PC, but I'm not sure how to deploy it. The...
3
by: neilmcguigan | last post by:
my local web.config on my development machine is different than the live version, ex some hardcoded paths (required by a stupid control) and debug=true vs false what's a good way to keep live...
6
by: Ryan | last post by:
Is there any way to save a VB 2005 created application as an .MSI install file? The only method I see is to publish as a .EXE. Curious because I want to push out an application with Group Policy....
1
by: z1freeride | last post by:
I tried to install my app an a machine without the .net framework. In my Publish/Prerequisite settings (C# express 2008), I had "Download prerequisites from the component vendor's web site" check....
2
by: subhash a | last post by:
When I deploy my WPF Solution to the File System. I didnt see app.exe.config being deployed.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.