Server Application Unavailable

I'm getting these errors:

IN VS.NET:
The web server reported the following error when attempting to create or
open the web project located at the following URL:
'http://localhost/webapplication1. 'HTTP/1.1 500 Internal Server Error'.

IN BROWSER:
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.

I had service pack 2 installed. Tech guy uninstalled it (said it conflicted
with Novell) and then I reinstalled Framework 1.1 now I get these errors. I
set show friendly HTTP messages in the browser unchecked to show error
messages. Also got show error messages in IIS.

View Replies


ADVERTISEMENT

Server UnAvailable Problem

I am using asp.net 1.1 On one of my applications page i am showing 3000 records in a datagird(from db). it takes 3 to 5 mintues to render these records in datagrid.
I have monitor the memory usage of asp_wp.dll process in the task manager. when it is rendering it takes max of 102 mb of memproy ram.

In the datagrid i have a check box column. User selects all checkboxes(by clicking on Check All(it is by javascript) and works fine). Enter value in the textbox and clicks the update button to update all selected values of the datagrid in the db and show updated values in the grid again.

for that i update in all the selected values in the db and get all the records from db again and bind these updated records agian to the datagrid. I carefully debug my application it update all the records successfully. and when it is updating the aspnet_Wp.dll process takes max of 70 memory uage. i get records from the db it is also fine.

But when i bind that records to the datagrid again it througs an exception and take more memory usage about 140 mb of ram. "Server unavailable" and my aspnet_wp.dll process also restarts. Exception also indicate me to see the event log for the resone of this particular error there i an error that aspnet_wp.dll exceds the memory usage that is allowed to it which is set to 154Mb.

I am using using stored procedure to get data in from the db into the dataset using SqldataAdapter i bind the datagrid to the dataset returned table. Code:

View Replies View Related

Array Value Unavailable ?

I'm trying to use the following code to fill a menu and select a specific entry from the list.

It works fine if i enter a value in place of StrArray(0) i.e. 15, otherwise it just fills the menu without selecting a record.

I've checked that the value is in the array using response.write(StrArray(0)) so i'm not sure what's going wrong? Code:

View Replies View Related

Page Unavailable?

I have a site hosted on IIS6 by an ISP. When my page loads, it saves some
information from a form into an Access DB, then reads the entire record,
including the new data

Set Conn...
Conn.Open...
set RS...
Conn.Execute UPDATE mytable WHERE...
RS.Open...
read data
RS.close - set = nothing
Conn.close - set=nothing
Response.write data

The page is actually 20 pages, the text selected to display is chosen by
Select Case request.querystring("p"). It's size is 70k.

It works fine on LocalHost, but "The page cannot be found.The page you are
looking for might have been removed, had its name changed, or is temporarily
unavailable." appears about 1 time in 10 on the web site.

It then appears OK if the Refresh button is clicked. Any ideas why? (only 1
user logged on, so not too much traffic).

View Replies View Related

Source Code Is Unavailable

I use Windows 2000 Server and VS6.0 for development. I have switched on ASP debugging in IIS and everything worked fine, I can debug.

But now when I want to debug I always get "Source code is not available for the current statement"So I cannot debug anymore, what is the problem ?

View Replies View Related

Server Application Error

when i start my default.asp i receive this:

`The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.`

View Replies View Related

Server Application Error

When I browse to HTTP://localhost/defacult.asp, it shows
the message:

Server Application Error
The server has encountered an error while loading an
application during the processing of your request. Please
refer to the event log for more detail information. Please
contact the server administrator for assistance.

View Replies View Related

Server Application Error

I currently enccountered the error given above and I have checked the net abt the possible cause of this. I read about setting the write permission to "Everyone". You see, I was trying to insert a record in an Access table. And before I got the "Server Application Error", I received the "please use an updateable query.." or something to that effect.

Could someone please give me a clearer explanation on this? coz I cannot even see the Security tab being mentioned. I am using Win2k Pro as my webserver.

View Replies View Related

Server Application Error

my web server(XP+IIS5.1) can't run any ASP page, even if a blank ASP document.
When I try to open the document the browser displays the error message below:
Server Application Error
The server has encountered an error while loading an application during the processing of your request.
Please refer to the event log for more detail information. Please contact the server administrator for assistance.

View Replies View Related

Server Application Error

fter Installing IIS on a WinXP Pro machine, I have copied one of my web
site files to test it on that machine.

I have created a virtual directory, and when I try to access the site on
http://localhost/website. When I try to load any ASP page, I get the
following error:

"Server Application Error

The server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance."

Checking the event log I have an error and a warning: Code:

View Replies View Related

Server Application Error

I have to manage a windows server with 20 domains. Some have .asp-pages, some not. I dont have programmed this pages. The server was new installed (on puretec), the scripts and some other stuff to.Now, the server is running, but sometimes on all asp-pages there, become an error:

Server Application Error
The server has reached the maximum recovery limit for the application
during the processing of your request. Please contact the server
administrator for assistance.

What does it mean? What can I do to find the error? I have search on some newsgroups und have found out, that one asp-Skript take to many ressources and "shoot out" the service. But I don't know what script in which domain?

View Replies View Related

Server Application Error

i need to make an asp page work and what it tells me is "Server application error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance."

View Replies View Related

Server Application Error

I use to always be able to view my local ASP pages at http://localhost, but a few days ago, it started giving me the following notice:
===================
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance

==================================================

I assume that something is up with IIS, but I don't know where to look. It happens on each and every ASP page I try to view. I haven't changed anything, haven't put up any Microsoft patches or anything. I suspect spyware. I run the usual anti-spyware/adware programs quite often, and catch one or two items just about every time. That dang Winfixer came in a couple weeks ago, and it was pretty nasty, but I digress.

View Replies View Related

Server Application Error

i am very new to asp, i am able to test and view asp pages when i am at work, but the moment i work at home, my asp pages cannot be viewed, and i get this error:

Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.

it refers me to an event log, but i don't know where that is exactly, so i'd know more details as to what is causing this problem and look into it more precisely. any direction as to what i can do next to solve this problem or even what's possibly causing this problem.

View Replies View Related

Application And Data In Different Server

my application i put on server1(webserver) and my data i put on server2(*.doc and *.pdf). when user access my application on server1 than i show my data on server2.
Ip on server1 is public and IP on server2 is private . how to configure between two server at above ?

View Replies View Related

Server Application Error

I just reinstalled my Windows XP Professional and I can't
seem to make IIS work on my local ASP application. I have
setup many times IIS and configured it to work properly,
but now after the new WinXP setup I receive the message:

"Server Application Error:

The server has encountered an error while loading an
application during the processing of your request. Please
refer to the event log for more detail information.

View Replies View Related

Open Application That Runs On Server...

i want to run an application...from the intranet site a client presses a button and the application opens in the server...how can i do this ? any ideas ???

View Replies View Related

Web Applications Is Client-server Application?

My boss told me web application is NOT client-server application. I argued
with him because browser is the client, and the server code put in server.
Then web application should be a client-server application. My understanding
is that a web application is an application that runs on a browser. But
client-server application is not necessary a web application.

View Replies View Related

Cannot Connect To SQL Server From Application Running On IIS

My website connects to a remote sql server. Application works fine when I run from Visual Studio. But when I run the site from IIS, it shows an error.

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

View Replies View Related

Server.Execute() And Application.Lock

I am using Application.lock to protect a reference to a COM+ object while calling Server.Execute() to another ASP page. I am doing this to pass the object's reference to the other page, and I CAN'T rely on the session object.

Is this a safe way to protect the object reference? i.e. does the Application object remain locked when calling Server.Execute()? .....

View Replies View Related

Is It Possible Execute An Application On The Web Server Through An ASP Page?

Is it possible execute an application on the Web server through an ASP page?

View Replies View Related

Start Client Application From Web Server

I want to launch a client application from the server and send it some parameters. The application is written in PowerBuilder.

View Replies View Related

Creating And Debugging A Web Application With A Remote IIS Server

how I can create a web application that is created on a remote server and debug it locally in Visual Studio 2003 ASP.NET 1.1.?

View Replies View Related

Server.CreateObject("Access.Application")

i have an asp file with the following source code....

******
Set r_ = Server.CreateObject ("Access.Application.10")

s1 = "DoAnything()"

with r_
.visible = false
.OpenCurrentDatabase "D:SP5DataSPIS_LUPK_Vers.mdb"
sApp = .Eval(s1)
.CloseCurrentDataBase
.Quit acQuitSaveNone

End With

******

my problem is, that the createobject on my iis 15sec. goes....that is not
normally, or ????

what is the problem ? IIS settings ? DComCnfg ?? ASP Problem ??? Wrong
Settings ?

View Replies View Related

Access VB Application From Web Application

We have our web-site developed in classic ASP, and I need to add this additional feature on one of the pages to access a VB application. How can I do that? The VB application basically sends output to the COM3 port and opens a USB-Cash drawer that is attached to it. I am not sure how to go about with this.

View Replies View Related

Web Application

Sometime this morning our classic asp web application stopped
authenticating against active directory. This is our only "classic" asp
app that authenticates against ad. Note that this app has been in
production for three years with no problems. All .NET apps are
authenticating fine from the same server. This same classic asp app
authenticates fine from our development server. There have been no code
changes to this app.
We're using the login id and password to bind the necessary ad objects
- we check for err.number - if equal to zero, we're authenticated, if
not equal to zero then authentication failed.
We checked with the network people and they say ad is working fine and
the server is able to authenticate. The app doesn't go through a
firewall -so no hang up there. The guys who manage the web server say
they haven't made any changes to it. They confirmed that the app is in
the correct app pool so it doesn't conflict with 2.0 apps.
I'm stumped.

View Replies View Related

Web Application

I remember coming across a MS tool that would allow me to monitor the performance of all aspects of a DNA based application - all the way from the ASP level to MS SQL server. It was part of the NT resource kit. I am trying to locate this tool for Win 2000. Can someone who has come across such a tool help me

View Replies View Related

What Is Application()?

I've just been given some code to decipher in classic ASP and have come across this function (Application()) in several instances. I can't seem to figure out what it does?

View Replies View Related

Web Application

I am about to create a web application using asp and vbs to build an online
roster for a department of 25 people. The roster covers some 10 shifts a
day, 7 days a week always starting on a Sunday. I will be using an access
database file to hold the information. At this this stage I will hold all
the data for each week based on the date that the week starts.
I am looking for ideas on how to dynamically give the user the option to
choose any given week in any given year, always starting on a sunday. Could
this be created on the fly or would it be easier creating a database table
holding the dates for Sunday for a year or 2 ?
Once a week is chosen a check on the database will determine if that weeks
roster has been created or not. If not a user with the correct permissions
can then create it.The rosters are currently written out by hand. It is a labourious task which must have certain numbers of staff working each shift for a given day. By
creating a web application automating the checking process and making the
roster available online and by email will make life easier for all staff
involved.

View Replies View Related

ASP Web Application

i am trying to install my ASP web application to my client side server, but 1 thing i am worry is they my stole my source code to sell-over or they might modify my source code... how those software house which develop ASP web application they gonna avoid this?I know Microsoft have a program that can encrypt & encode ASP files and run properly in IIS.... But to bad... i also found the Decode program too
So what is the safety way to deploy my application to client without any worries?
Some might ask me go for .NEt, in this momment not yet toward .NET.

View Replies View Related

Application Uses

I am Geting the Error "Application uses a value of the wrong type for the current operation in one of my asp pages"
VB Method

oCMD.Parameters.Append oCMD.CreateParameter("@CustNo", adDecimal, adParamInput, 9, intCustNo)
oCMD.Parameters("@CustNo").Precision = 9
oCMD.Parameters("@CustNo").NumericScale = 0

For adDecimal Data Type Should i have to set Length as 5 instead of 9.
Is this causing the above or something else ?

View Replies View Related

ASP Application

I am trying to develop an ASP.net application
using Visual Studio .Net 2003. When I attempt to create
the project, it gives me an error stating that the IIS on
my hosting server may not be compatible and the active
directory cannot find the web server. The server is
running Windows 2000, IE 5.5. Is there some sort of
patch I can download to allow me to create ASP projects
on that server? Or something I should install?

View Replies View Related

Fax Application

I am trying to set up a fax ASP web (or vb 6) application and I want to use the FaxComEx.dll library that comes with winXP fax services. But I cant find documentation about this library.

I found something in msdn but it is very dificult to watch the logic that appeared. It's very confusing. Is there something else that can I rely to learn how to make a fax application?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved