Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
181 views

C# How can I get server error from a URL?

We have a url and we need to check whether web page is active or not. We tried following code: WebResponse objResponse = null; WebRequest objRequest = HttpWebRequest.Create(URL); ...
3
votes
1answer
463 views

Why an ASP.NET MVC Configuration Error With Sub Folder as Web Application that cannot load Site Master Type

Inside of my MVC application, I have a sub-folder named "Admin" that was "Converted to Web Application". In IIS, the Admin folder has also been setup as a web-application. After publishing my full ...
2
votes
2answers
67 views

Server Error in '/' Application

When I am running my application,I am getting this error.(Server Error in '/' Application Object reference not set to an instance of an object).I don't know why I am getting this error. I searched on ...
2
votes
1answer
289 views

Not able to start Rails server

I am working on Ubuntu 10.04 LTS, Lucid Lynx, have installed Ruby on Rails 3 on it. I am not able to start Rails server. I am getting the following error. mah@mah-laptop:~/Desktop/projects/ver$ rails ...
2
votes
2answers
174 views

IIS7, Default.aspx error message (screenshot)

I'm creating a new ASP.net website via Visual Studio. I then try to run the default.aspx page it generates, and it throws this error: I've tried deleting the affected lines as suggested by MSDN ...
2
votes
2answers
195 views

Why would ASP.NET not be able to find asp:UpdateProgress?

Basically I am upgrading from 1.1 to .NET 3.5 SP1 and replacing an old .NET 1.1 WebForms application with its newer .NET 3.5 version. I run the .net 3.5 sp1 installer (dotnetfx35setup.exe) I run the ...
1
vote
1answer
139 views

NSURLConnection: I'm trying to receive html page, but always get error 403

I want to get html page and parse it. I send to http://gdata.youtube.com/feeds/api/videos?q=u_dAYLIG984 NSURL* url = [NSURL URLWithString: fullPath]; NSMutableDictionary* headers = ...
1
vote
1answer
56 views

Oracle 11g Creating a custom event trigger

how to Create a Database event trigger called as AuditErr that will fire every time a server error occurs. The error refers to any Oracle error. This trigger can serve as a notification mechanism to ...
1
vote
1answer
183 views

Get Last Sever Error without using Global.asax page

I have set up custom error on my server and i'm redirecting to a page as shown below <customErrors mode="On"> <error statusCode="500" redirect="/servererror/default.aspx" /> ...
1
vote
3answers
279 views

Premature end of script headers - What, I have no idea!

I try to execute a simple perl script on my server and I get an internal 500 server and when I check the error logs it shows: Premature end of script headers: test.pl Here is the perl script: ...
1
vote
1answer
309 views

IIS6 Virtual Directory not accessible as an app

I have a WinSrv2k3 box with IIS6 hosting a series of sites, one of which is a VB/.NET2 site. Inside this I have created a virtual directory and pointed it at a very simple C#/.NET3.5 site's ...
1
vote
2answers
547 views

Posting data to a HttpHandler greater then ~29MB gives a 404 error

I am testing a HttpHandler that accepts XML. It works fine when a small amount of data is posted but if I post data larger then approx 29mb, I get a asp.net 404 Error. I am posting to the handler ...
0
votes
2answers
33 views

Does isset work with GET?

I know this kinda seems like a stupid question and with more research i might be able to find the answer but i have a deadline to please help. Using codeigniter im trying to see if the 'ID' in the ...
0
votes
0answers
37 views

Index out of range error in Telerik reporting

I am getting Server Error in '/' Application. Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index . Index was out of range. Must be ...
0
votes
2answers
41 views

Php Server error caused by return ?:“http”

I'm a novice php and I'm stuck on a problem I was hoping someone could offer me help with. When I upload a .php with the following contents to my server and load it in a chrome browser there doesn't ...
0
votes
1answer
20 views

MVC 3: display vallidation message instead of “Server Error in '/' Application”

I build a site where people can comment. It works fine. but the problem is if something wrongs, it displays the "server error page" with detail. But for users, i want to show rather the validation ...
0
votes
0answers
79 views

My First Rails Run Error

I've just did a bundle control and generated Controller :generete controller home index with "Something in the index.html.erb I've also removed the index.html from the public lib and changed the ...
0
votes
1answer
35 views

Advertise This App Link Missing On Android Developer Console

The app is being displayed in the Android Market, but I just tried downloading it and got a server error. Here is how it looks on my Android Developers Account... The advertise link is missing and ...
0
votes
1answer
29 views

php: graph api in canvas page causing server error

Im having following issue please help me out. Im trying to request page details via graph api with page_id only. And as far as I know I don't need a access token for this call. following is my code. ...
0
votes
1answer
100 views

subdomain | ASP.NET | Server Error in '/' Application

I am having problems using a subdomain and ASP.NET, I guess it must be something very simple I just do not know what. If you would like to go right to the point just jump to no. 7 below... TVM, ...
0
votes
1answer
84 views

Error message: “XmlSiteMapProvider is not initialized. Call Initialize() method first”

the problem is that I have an override BuildSiteMap() function in a class called EditableSiteMapProvider, which is used to edit the Sitemap by removing or adding new nodes. and when i do ...
0
votes
3answers
213 views

PHP 500 Internal Server Error

I have a script on my GoDaddy hosting account which uploads a CSV then parses each row individually. It runs about 30 queries per row and there are 1500 rows. Now it has been running fine up until I ...
0
votes
3answers
96 views

Echo not printed on page using php

I am trying to create a web page using php. The problem is that sometimes I get server errors and sometime I get nothing in return at all. At one point the server changed the file type itself. I have ...
0
votes
1answer
732 views

“This SqlTransaction has completed; it is no longer usable.”… configuration error?

I've been working on this for about a day and a half now, and searched numberous blogs and help articles on the Web. I found several questions on SO related to this error, but I didn't think they ...
0
votes
2answers
322 views

problems with php file_get_contents and FIle length

I've wrote a simple api that bring together data from one server to the other. its a very simple $_GET based api where all the data is appended as GET data to the url. So I get something like: ...
0
votes
2answers
184 views

Server Error in '/' Application. with same route

I've been trying to figure this out but can't find any answers to my problem. The problem I am having is with this url: localhost:343434/Lev/Details/1/4/CON/2 This url will return a "Server Error ...
0
votes
0answers
231 views

Are HTTP headers same for ASMX and WCF service calls?

We are trying to consume 3rd party secured WCF service programatically. I am trying to programatically add the soap request parameter and the HTTP Headers. Is there a mandatory or standard ...
0
votes
1answer
205 views

Need help tracking down sporadic “Unable to serialize the session state” server errors

We have been receiving reports of the following server error periodically from users. [OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown.] [HttpException (0x80004005): ...
0
votes
1answer
441 views

Custom 404 error not redirecting properly

I have this custom error redirect in my web.config file but it doesn't seem to be working since i added the redirectMode="ResponseRewrite" It works fine for 500 errors but not for 404 (it just ...
0
votes
1answer
46 views

[error] [client {IP}] Premature end of script headers: /home/siteroot/public_html/power/fckeditor/test.php

A problem has been reported to me that uploading through fckEditor will not work. After messing about with some settings it turns out that running php files in the fckEditor folder will not work and ...
0
votes
1answer
283 views

“The resource cannot be found” when I hit F5 in Visual Studio 2010

I have a .NET 3.5 web application that I am trying to run in my local development environment. Every time I hit F5 to run the application, I get the following error: Server Error in '/' ...
0
votes
2answers
134 views

What does this error states in php?

I have added htaccess file to my codeigniter folder and since then i get Server error! The server encountered an internal error and was unable to complete your request. Either the server ...
0
votes
1answer
200 views

How to handle Server not responding Exception in asp.net mvc?

How do i simulate and handle the server not responding error? And which case do u think it might occur, as when u request a page from the server and if its not responding wouldnt it throw page cant be ...
0
votes
1answer
849 views

ASP.NET - Server Connection Reset

I have a website that from time to time requires I do bulk updates on the Access database and to facilitate this I created a run-once-and-delete page that contains a big text box, a captcha, and a ...
0
votes
3answers
274 views

How to find webrick bugs in NetBeans for Ror?

Hello I'm starting my adventure with Ruby on Rails and as IDE I choose Netbeans. It has bundled server Webrick and it had worked good. But after some changes in my first application it gives me ...
-1
votes
1answer
1k views

PHP header location redirect causing 500 Internal Server error

I I keep getting a 500 Internal Server Error when the script below reaches the header('location:php_email_thankyou.php'). Im not sure what is causing this, as I can place the header expression before ...