Browse Won't Show The Default Page

Jul 16, 2010

Let me start by saying I'm a newbie to this .Net development and I'm currently assigned to crack into an old ASP.NET v1.134 website source to rebuild it. The website is part of a solution consisting of 11 projects. The website project where the default.aspx is located, say projA, has a project file called projA.csproj with the url [URL] in it. There's another suspicious project file called appname.csproj I found in the same folder with the url [URL]. The website configuration file has [URL]. Now in the IIS the virtual directories for a default website called projA and another one called appname are set up pointing to the same local directory for this website. When I browse into projA in IIS the default.htm doesn't come up. When I tried to initiate a debug instance in VS .Net 2003 for this website project I have the same issue with the starting page, or any page for that matter, not showing up on the browser (IE) brought up by the debugger. I know the localhost is working because I can see the IIS page when I type [URL]. But when I type [URL] or [URL] it won't work. If I type [URL] some default page came up (I don't even know where it is but it looks similar to the default page!) but all the links on it are not working. I did some research on the web and I made sure these things are done:

1. Put localhost into the trusted zone in internet security options.
2. Used integrated Windows authentication.
3. Deleted those default websites in IIS and created new ones, albeit with the same results.
4. Made sure the correct .Net version is used in IIS website properties. I know it works because the debugger does come up with no errors.
5. The entire solution for those 11 projects is rebuilt with no errors. I also rebuilt projA a few times to make sure it's compiled correctly.

View 2 Replies


Similar Messages:

State Management :: Show  default Country, State , City At Page Load Of Default.aspx ?

Sep 18, 2010

Here is my scenario.In default.aspx page user selects the country, state, city from drop down list, and store them in cache for further use. but when other user open the web site from other computer it shows the same country, state, and city selected by user 1. Is there any problem related to cache? I have stored data as following.

cache["ctryID"] = ctryID;

cache["stateID"]= stateID;

cache["cityID"]= cityID;

I want to show default country, state , city at page load of default.aspx

View 2 Replies

How To Show Path In Browse Button Textbox

Jul 14, 2010

i have a browse button and i need to browse the file and save it.i succesfully saved the path to database but at the time of edit i am not able to get the saved path in browse button textbox.so how can i do?

my browser code is like this:

[Code]....

View 1 Replies

Web Forms :: Show Only Image Files In FileUpload Browse Window?

Nov 18, 2010

Fileupload.My requirement: Only Image files should be displayed in FileUpload browse modal window.how to do this?

View 2 Replies

Forms Data Controls :: When Page Load, How To Default The Detailsview To Show The First Record From The Gridview

Mar 12, 2011

A few questions regarding detailsview and gridview:

1) when page load, how can I default the detailsview to show the first record from the gridview? SelectedIndex does not have any effect to my detailsview.

[Code]....

2) how can I select a record in the gridview if my table has 2 key fields using below syntax?

[Code]....

View 2 Replies

Web Forms :: Is It Possible To Programatically Browse Back One Step, Instead Of Doing That With The Browse Back/forward Buttons In The Browser

Jul 2, 2010

How is it possible to programatically Browse back one step, instead of doing that with the browse back/forward buttons in the browser ?

View 4 Replies

State Management :: How To Barr User To Again Browse Page Already Visited

Jun 23, 2010

Actually I am working on project in asp.cs in which I want the user to give a exam only once a day. So, how I stop him from again giving that exam.

View 6 Replies

Is It Possible To Show A Default Text In Password Textbox

Feb 9, 2011

I need to show "5 chars long" text in password textfield. When user clicks on password textbox, then this default text should disappear and it shows "*" when new text is typed. Is that possible? I can do this with normal textbox. But with password mode?

View 9 Replies

How To Show Default Content To End User When Interent Is Disconnected

May 29, 2010

I have designed program to display live events/content(like online orders in shop) at different location. Now case is, suppose Some of Clients putting order for material and suddenly Internet gets disconnect.So what I am looking for, in this case, I want to show some default text/images to End user who is trying to put orders. I am ready to design to Desktop Application to do this, but I need inputs on how to achieve this at User end?

View 5 Replies

Web Forms :: How To Show Next Month By Default Using Calender Control

Aug 17, 2010

How to show next month by default using calender control

View 4 Replies

Make Index.html Show Instead Of Default.aspx?

Feb 17, 2011

We are working on an aspx site that we would like to not show users until we are ready to launch. The Default.aspx seems to have more "power" over my index.html file. All I would like to do is show the index.html by default and when working on the site, we can navigate to Default.aspx and work from there.

View 2 Replies

WebMatrix :: Why Is "default.cshtml" Automatically Recognized As Default Page In IIS Express Server

Feb 4, 2011

When i created a simple site via Matrix which adopts Razor technology by default, i found site automatically display "default.cshtml" if started through "http://localhost:xxxx/bread/" ; however i hadn't set "default.cshtml" as "default document" for this site, even i seek in the "applicationhost.config" i just find

<defaultDocument enabled="true">
<files>
<add value="Default.htm" />
<add value="Default.asp" />
<add value="index.htm" />
<add value="index.html" />
<add value="iisstart.htm" />
<add value="default.aspx" />
</files>
</defaultDocument>

which apparently hasn't "...cshtml" yet. So I am wondering now why in this case the web server actively sets "default.cshtml" as default start page ?

View 5 Replies

Forms Data Controls :: Show The Default Columns In A Gridview?

Jun 22, 2010

I want to show default Column names in my grid, if the data is not coming from the database.

like:

ID Name Date

but with blank values..... you can just a blank grid.

View 2 Replies

Web Forms :: How To Show The Time Needed For A Page To Show

Feb 12, 2010

I wnat to evaluate the performance of my web page. How can I show the time comsued of a page?

View 3 Replies

Web Forms :: Page Redirects To Default.aspx When Imageurl Is Missing In Imagebutton Of Another Page?

May 20, 2010

I have two webpages. Default.aspx and Default2.aspx

No code written in both pages.

I put an imagebutton without imageurl in Default2.aspx

The control is redirected to Default.aspx when Default2.aspx requests...

How does this happen?

View 2 Replies

Passing Value To Another Page Using Https / Cannot Read The Control Values From Default.aspx Page

May 30, 2010

I need to force SSL when going to the final checkout page (for example from default.aspx to checkout.aspx).

I need to pass variables to this check out page and tried to use server.transfer(https://www.mydomain.com/checkout.aspx). I then use previous page .Fincontrol to read text box and label name to this check out page. If I only do the server.transfer("~/checkout.aspx") then my I can read all vakues of my controls from the passing default.aspx page.

But when I force https:// then I cannot read the control values from default.aspx page.

Please give me some tips on how to get control values to the https:// destination page or if you have another tips on how to do it the right way, please let me know.

View 8 Replies

Configuration :: Making The Home Page As Default Page When Typing The Name Of The Server In The URL?

Sep 6, 2010

I have a Asp.Net application eg its name is ABC and I have a server eg whose name is XYZ, where the application is hosted from. The default page for the application is Home.aspx.Now the requirement is I want Home.aspx to open automatically when the server name is typed in the URL. Currently for accessing the Home page I writehttp://XYX/ABC/Home.aspx but I want Home.aspx to open if I writettp://XYZCan anyone suggest how I can achieve this. I have one solution that is making a HTML page as default in IIS and then redirecting it to the respective link.

View 5 Replies

Web Forms :: How To Create Page With Default Template From Master Page Programmatically

Oct 7, 2010

exactly like cms , i want to create page programmatically with this options:1: page-name2: add template (master-page)and etc...

View 6 Replies

Web Forms :: Wish To Set A Default Background Color On The Master Page So That Each Other Web Page?

Apr 13, 2010

I have a master page that has a text box at the top with a couple of words in it. Below that I have a horizontal menu and below that there is the content place holder.I wish to set a default background color on the master page so that each other web page that uses this master page will inherit this background color.How do you do set a background color on the master page?I can't seem to select the background to set a default background color because the controls I have placed already.

View 4 Replies

Web Forms :: Redirect To Requested Page Instead Of Default Page After Login?

Jul 17, 2015

I have created an order checkout page.when i click checkout button then it check user login or not if not then it redirect to login page .after login i want to show

my previous link page

View 1 Replies

Data Controls :: Show Default Small Image Before Fully Bind Image In Datalist From Database

Apr 27, 2016

How to show defalut image in datalist untill large image fully loaded in same datalist ?

View 1 Replies

Web Forms :: Show Image Without Placing Image Control By Default

Jun 19, 2010

Me with C# asp.net. In my sqlserver database table I have 2 fields Id and Imagepath like

Id Imagepath

1 images/car1.jpg

1 images/car2.jpg

1 images/car3.jpg

2 images/car4.jpg

2 images/car5.jpg

On page1.aspx I have a text box and a button, on entering 1 in textbox and on button click load, I want to show page2.aspx and all the images with Id 1 (ie car1.jpg,car2.jpg,car3.jpg) should be shown. How can I show like this with out placing image control by default in page2.aspx because number of image varies ie if I enter 2 I want to show only 2 images.

View 4 Replies

Web Forms :: Show All Item In Second Cascading DropDownList When Default Item In First One

Aug 12, 2012

I have 2 dropdownlist in my page

1-ddlzone1

2-ddlstore1

What I need is if I select default item i.e. 0 in Zone dropdown I need to show all items in store dropdown. Below is my stored procedure to get the stores

ALTER procedure [dbo].[selectcenter]
@RegionID varchar(5)
as
begin
select ID,Centername
from Shoppingcenter
where RegionID=@RegionID
group by ID,Centername
end

View 1 Replies

Page Not Found (404) On Postback From Default Page In A Subdirectory?

Feb 23, 2010

A website's default page is setup as follows:http://mysite.com/myapp/ ==> http://mysite.com/myapp/views/default.aspxAs you can see the only thing a little out of the ordinary is that the default page is in a subdirectory (views)If I access the page via the default URL (http://mysite.com/myapp/) the form tag looks like this<form name="aspnetForm" method="post" action="default.aspx" id="aspnetForm">The problem is that the page posts back to http://mysite.com/myapp/default.aspx (missing the "/views/" part of the path) which is a non-existent page, so I get a Page Not Found (404) error.

View 1 Replies

AJAX :: Default. Page Which Uses The Master Page Gets Affected?

Jan 8, 2011

I have a small part of my page existing on the master page. this small portion is embeded within an update panel that I postback using asynchronus postback. The problem is that; my default.aspx page which uses the master page gets affected (i.e I lost the text in the textboxes) on the asynchronus postback although the update panel doesn't include these textboxes. Is there a solution to ensure that postback only affects this part of the page?

View 5 Replies







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