473,387 Members | 1,892 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.

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 19 '05 #1
5 1179
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 19 '05 #2
does it help if you turn off friendly errors?

Nov 19 '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 19 '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 19 '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 19 '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...
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...
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...
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...
4
by: Bragadiru | last post by:
Hi all, Where can I find how to deploy a xml web service, build with .NET Framework 2.0 ? For Windows 2003 Server (IIS 6.0) or Windows XP Professional (IIS 5.1). I found only Win 2003 Server...
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
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.