943,752 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 480
  • ASP.NET RSS
Apr 20th, 2009
0

help:please asp.net page canot be displayed

Expand Post »
i have created an asp.net website.

it was working fine...the project builds ..but suddenly now when i run the project internet explorer opens with the page cannot be displayed message...it is happenning for all the sample websites i have in my pc tooo... what is the problem. i am getting nutss!
Reputation Points: 11
Solved Threads: 0
Light Poster
ITech is offline Offline
33 posts
since Jun 2007
Apr 20th, 2009
0

Re: help:please asp.net page canot be displayed

try opening the site in another browser like in firefox?

If you are running vista this can have some issues with how it uses ip address's and seems to effect sites running out of the development server on visual studio - check the ipv4 and ipv6 settings in your connections!
Reputation Points: 22
Solved Threads: 9
Junior Poster
ninjaimp is offline Offline
129 posts
since Apr 2008
Apr 20th, 2009
0

Re: help:please asp.net page canot be displayed

Make sure if you're using a seperate code source (code behind page) that the references and paths are correct. I know the first time I uploaded my asp.net project, I forgot to upload my code source pages and had similar issues. Maybe your references aren't correct...did you change or move files around in your directory structure? For instance, if my home.aspx page is in the same directory as my home.aspx.cs page, they should have a reference as below...did you by chance move them to another directory without changing the references?

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="home.aspx.cs" Inherits="Home" Title="Your Title %>

If you had moved home.aspx to say /content_files/home.aspx then your code reference should reflect the same.
Last edited by txwebdesign; Apr 20th, 2009 at 10:09 pm.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
txwebdesign is offline Offline
21 posts
since Jan 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: configuration error in web.config
Next Thread in ASP.NET Forum Timeline: web.config settings in asp.net





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC