Configuration :: Website Can't Display Page?

Jul 11, 2010

I was trying to get a webservice to display the content of a table, but keep getting HTTP 500 message. Here is my code: (The code builds OK, the problem comes when I Invoke the webservice)

[WebMethod]
public
DataSet ServiceRequestStatus()
int? customerid =
null;
string username
= User.Identity.Name;
GOBdataContext dc =
new
GOBdataContext();
dc.GetCustomerID(username,ref customerid); //Stored Procedure
if(customerid == null) {
throw
new
Exception("Error: Invalid username!");
}
var servicerequest = from cust
in dc.ServiceRequestMasters
where cust.CustomerID == customerid
select cust;
return (DataSet)servicerequest;
}

View 6 Replies


Similar Messages:

Configuration :: Why Precompiled Website Not Display Default Page On Browsing

Mar 25, 2011

I sent a lot of time trying to trouble shoot IIS 6.0 yesterday on a pre-compiled website. I could never browse the default web page. I got the initial bar on the bottom right when I set up the site but then got a blank page. The I got frustrated with IIS and decided to try just copying all my web application files to the IIS server. When I did this the application worked! I have used pre-compiled sites before with no problem.

View 2 Replies

Configuration :: Website Within A Website Won't Display On Host's Server?

Feb 19, 2011

I'm trying to run a website (site2) that I've placed inside a folder (dir-site2) of another website (site1). The default file of site2 displays fine in every browser on my local computer, as in when I type http://localhost:45912/www.site1.com/dir-site2/default.aspx. But when I upload everything to my host's server and type this

http://www.site1.com/dir-site2/default.aspx I get a server "can't access" error message. I can't display any file that is inside the subdirectory, dir-site2.

View 2 Replies

Configuration :: Display Of Data-driven Elements Of A Website Corrupt?

Mar 26, 2010

I have a website using .Net framework 2 on a dedicated server who's display periodically corrupts - typically after heavy traffic numbers to the server. I can correct the problem simply by uploading a batch of user-controls to the server, or recycling the memory pool.

Has anyone else seen this type of effect before, where the display of data-driven elements of a website corrupt?

Corrupt image first.

View 5 Replies

Configuration :: Not Displaying The Custom 404 Page Instead It Display The IIS6 404 Page

Dec 3, 2010

I set my web.config with a custom error for 404 and 403 response but when I try to navigate my page (not exist page). It displays the default IIS6 404 page instead of my custom page...


[Code]....

View 5 Replies

Configuration :: Publishing Website - Can't See Home Page Or Anything?

Dec 21, 2010

When I try to upload my website I have created to [URL] then test it I cannot see any home page or anything. Just a list of pages etc I have uploaded, Its like im looking into a FTP server. I publish using visual studio 2010, I have tried both Copy website over to my FTP server and Publish website under the build button.

View 8 Replies

Configuration :: How To Compose Website With External Aspx Page

Mar 18, 2010

I have a simple webApplication. Now I have a second webapplication with few web aspx pages. When I build each project I get aspx files with 1 dll per project.

Now the structure of the first webApplication is like this

inwebapplication1.dll

Default.aspx

Is it possible to load the dll of the second application dynamically and put its dll into the bin directory. The result will be something like this:

inwebapplication1.dll

inwebapplication2.dll

Default.aspx

application2default.aspx

The problem is that when I try to open application2default.aspx the compiler is throwing an error that it cannot find the class for that particular page because the assembly inwebapplication2.dll is not loaded. I tried to load the assembly from the web config like this <add assembly="myassemly, Version=1.0.0.0, PublicKeyToken=null, Culture=neutral"/> and also from the code like this Assembly.LoadFrom( @"D:Projectsinmyassemly.dll" ); OR Assembly.Load( "myassemly, Version=1.0.0.0, PublicKeyToken=null, Culture=neutral" ); but I still have no success. Can u tell me what is the logic here with the assembly load?

View 2 Replies

Configuration :: Changing Website / Getting Message "Internet Explorer Cannot Display The Webpage"?

Oct 1, 2010

I have a website1 that works. I created a new website2. I went to windows explorer and copied website1 folders and files to website2 directory. I created aspnetdb in website1 using the membership provider service. I detached it from website1 and attached it to website2. When I run website2 in debug, I get message "Internet Explorer cannot display the webpage".

View 2 Replies

Configuration :: Adding Aspx Page To A Precompiled HTML Website?

Jun 10, 2010

while i was trying to add my aspx pages(framework2.0) to a html precompiled website,

i get the following error

The XML page cannot be displayed

Cannot view XML input using XSL style sheet. correct the error and then click the
Refresh button, or try again later.

A name was started with an invalid character. Error processing resource 'file:///D:/Site/Login.aspx'. Line 1, Position 2

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="_Default" %>
-^

here is my source code-

The XML page cannot be displayed Cannot view XML input using XSL style sheet.

View 1 Replies

Configuration :: Publish A Single Page After Deployment Of Precompiled Website

Feb 24, 2011

I have my website which is deployed in precompiled mode but I would like to know if there where any possiblity so I could republish a single precompiled page instead of the whole wbesite all over again (and this just for one little modification) ? If not, would it be more suitable if I did not use precompiled website for the deployment?

View 1 Replies

IIS Configuration :: Website Hosted Not Working Without Default ASPX Page

Oct 22, 2013

We recently changed our server.

If I write www.abc.com it is not working but if i write www.abc.com/default.aspx it start working.

When I write www.abc.com 

It is showing this page

Parallels

Parallels Plesk Panel

© 1999-2012. Parallels IP Holdings GmbH.All rights reserved.

View 1 Replies

Web Forms :: Display Image From Database In Master Page Of Website

Dec 9, 2013

I hv a master page with image field which displays the profile pic of the user. now i want to display this image to the image field  on the master page as and when the user logs in (like in fb) i hv used http handler to display the image from db. i m able to imsert and display image from db.but how can i write a select query to display the users image.i m using sql server 2008 and asp.net vb

View 1 Replies

Twitter Feed / Display Tweets From A Particular User In Website's Home Page?

Nov 29, 2010

Am stuck up with a task to display tweets from a particular user in website's home page.The website uses a web service which inturn uses Twitter APi to fetch tweets.The thing is Twitter Api returns tweets in a page containing tweets, posted over a week.

results per page is sent as a parameter. But for one request call the web service can return only one page which contains tweets for a period of one week.

But i want to fetch tweets posted over last three months.

View 2 Replies

Social Networking :: Display Latest Recent Posts In Facebook Page To Website

Jul 16, 2013

how to display latest recent posts in my facebook page to my website.

View 1 Replies

Configuration :: Unable To Open Website - Internal Server Error (website Down)

Nov 6, 2010

My host moved my website to a new server. The DNS configuration is correct but the website is still down and I'm getting this message

"unable to open website at www.aboutmecfs.org. Internal Server error"

View 9 Replies

Configuration :: Configuring Original Settings For New Website Based On Site Files From 1st Website & Password Q

Oct 19, 2010

I want to make a 2nd website and am using a copy of the site files from my 1st site built for me, I added them via FTP to the hosting company. I realise when I edit the new site via the CMS it is editing both sites plus when I try to change anything to the CSS file I get the following error -

C:inetpubvhosts*****mysite******httpdocsapp_themessiteStyleSheet.css

So my questions are what do I need to change to be able to deploy a new site with the files I have to make a new site?I also don't understand where the password is coming from, I can see the User ID comes from the database. in the Asp.net connection strings are the following:

site Data Source=sql7.hostinguk.net;Initial Catalog=***;User ID=***;Password=*** - Where is this password coming from?

membership Data Source=sql7.hostinguk.net;User ID=***;Password=***;persist security info=False;initial catalog=***;

View 2 Replies

Configuration :: Can Store Website Contents In A Folder That Is Located On Website

Apr 27, 2010

I need to have a copy of all my pages, bin fold, data folder, etc stored in a folder in the root of project called installation.

Once I have copied the contents of my web site into the installation folder how can I tell the complie/run process to ignore that folder ?

View 1 Replies

Configuration :: What Is The Difference Between Copy Website And Publish Website

Nov 17, 2010

What is the differenc between Copy Web Site and Publish Web Site? What are the advantages/disadvantages of each method?

View 6 Replies

Web Forms :: Fetch Specific Information(string) From Another Website And Display The Same In Website

Sep 21, 2010

I want design a page where the end user enters information on my page and related information is fetched from the another website on my web page.

For example: Capturing City and state name from USPS.com

End user Task : Enter zipcode and click button 'Fetch'

My page perform few task

1. opens usps site backend

2. Enters the zipcode

3. Captures city name and state as temporary value from the usps

4. Displays the same in labels present in my home page.

View 2 Replies

Passing Variable From One Website Page To Another Website Page Without Using QueryString

Jan 3, 2011

Passing Variable from page to page using ASP.NET (C#) without using QueryString

The difference in my case is that the request is coming from a different website (in java) to my website (in asp.net). I do not want the variable to appear in url.

To explain my scenario, we are making a webpage(plugin), which can be called from any other website. To authenticate request, i am looking for a mechanism when other website will pass id & auth-key to my page. This i can use to authenticate the request. I do not want these variable to be visible.

View 3 Replies

C# - Post A Content Directly From A Website To The Website's Facebook Page?

Feb 16, 2010

I've been reading through the fb developer api documentation and I'm trying to find out what would be the easiest way to post information on a website to the website's own facebook page. for instance - the assumed workflow is like this:

an admin user adds new content to the company website - and once submitted that content should automatically appear as a link on the company's facebook page.

Do I use the API, facebook Connect, a facebook Share button etc. Looking for some recommendations based on my assumed workflow. Project will be coded in c# (although I'm really looking for recommendations of which tool to use from someone's experiences with the api)

View 1 Replies

Configuration :: Website That Use X64 Dll?

Sep 12, 2010

I have a website built in .Net Framework 4. It's built on my Win 7 X64 pc. When I add a x64 dll file as reference I get a "Could not load file or assembly 'xxname' or one of its dependencies. An attempt was made to load a program with an incorrect format."I know that I can set the application pool to enable 32 bits application or not, but this error cause me to not being able to debug or compile the website. How do I proceed?

View 5 Replies

Configuration :: Add A Website To IIS 7.5?

Jan 19, 2011

I was trying to add my ASP.NET website in IIS 7.5 on my local computer. I followed these steps in IIS Manager.

* Right click sites>Add website and specify physical path. (I chose the app pool as Default app pool)
* Right click on the WebSite just added>Manage>Browse.

On trying to browse the website, I am getting this error

The requested page cannot be accessed because the related configuration data for the page is invalid

Here's the screenshot: [URL]

I have edited the permissions for the Web.Config in Site's physical path as said in here [URL] but this does not resolve the problem still. What should I do?

View 1 Replies

Configuration :: Running WCF 3.5 App Under .NET 4.0 Website?

Jul 20, 2010

I have a website that is hosted on IIS6 and set to use .NET 4.0, but I still have a WCF service on the site that is using 3.5. When i browse my svc file, i get the error:

unrecognized attribute 'targetFramework'

and it point to the websites root web.config. I have tried this MSDN article and still get the same error. My site is using a different app pool than my WCF service, and is configured to use 4.0 in the ASP.NET tab of properties. I have also checked and made sure that my WCF service is using 3.5(2.0) in its ASP.NET properties tab.

View 1 Replies

Configuration :: Can Run Website In A Workgroup

Jul 8, 2010

I can't run a website in a workgroup, it needs username and password.

View 2 Replies







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