Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
3k views

Why ASP.NET MVC bothers to have a Default.aspx file?

When create a new ASP.NET MVC project in Visual Studio 2008, there is a Default.aspx page by default. It has one line <%-- Please do not delete this file. It is used to ensure that ASP.NET ...
5
votes
6answers
5k views

ASP.net 4.0 default.aspx problem on IIS6

I installed .net framework 4 on my windows 2003 enterprise x64, wrote simple asp.net 4.0 application (default.aspx page only). The application works great if request is to default.aspx, not to the ...
3
votes
1answer
77 views

Passing value from Default.aspx to App or Main page in silverlight3

I'm using silverlight3 and vb.net..I want to pass the value from Default.aspx to my App or Main page. I wrote the code in my default.aspx page which it is returning the local ip address of the client ...
3
votes
2answers
321 views

how to force to default.aspx instead of www.domain.com

OK. I'm having a ridiculous problem. I'm trying to use URL rewrite to redirection from www.domain.com to www.domain.com/default.aspx. I thought by setting default.aspx as the default document it ...
3
votes
4answers
289 views

The best way to refresh my .aspx site with a Timer in C#?

I have a default.aspx page that needs to be refresh every 10 sec. My solution so far is a javascript function, but it only works in Firefox and not IE. I'm looking for a way to handle the refresh ...
3
votes
6answers
3k views

URL Rewrite from /default.aspx to /

I'm using the URL Rewriting.NET tool with IIS 6. I've got my default page content set for default.aspx in IIS. What I'm trying to do is have /default.aspx provide a 301 redirect to the root directory ...
2
votes
2answers
383 views

ASP.NET default.aspx page very slow to load every time

I have a simply site that uses a masterpage. I have a couple of pages that use that masterpage. However, the default.aspx page takes just over 15 seconds to load every time the page is loaded. The ...
2
votes
2answers
65 views

Routing with a default document

I'm really having a hard time getting my head around routing. This has probably been asked before but I couldn't find it or didn't ask the right way... I am porting over an existing classic asp site ...
1
vote
0answers
177 views

how to override parent virtual directory authentication in IIS

My company has a web site running for years. It uses form authentication and SSO authentication in global.asax. Now, I need to create a child virtual directory under this parent directory. ...
1
vote
2answers
199 views

How to show `&amp;` in a label control in aspx page

How can I show the text "Replace & with &amp;" in label or textbox in aspx page? When I put Text="Replace & with &amp;" in aspx page, I get output as "Replace & with &"
1
vote
2answers
418 views

Make index.html show instead of Default.aspx?

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 ...
1
vote
1answer
347 views

Sharepoint 2007 - How can i access default.aspx (portal homepage)?

Ive been having a problem with a webpart in a sharepoint (moss 2007) site. Basically I cannot remove the webpart, every which way results in an error and we cant get rid of the darn thing. ...
1
vote
3answers
139 views

Loading a web site to IIS

A developer just send me a running website files from IIS directory. I want to know if I can run the website on my PC. The file contain "Default.aspx" file, which I assume is of some importance. I ...
1
vote
3answers
478 views

remove default.aspx from a request

i am trying to remove default.aspx from any request that might have it. protected void Application_BeginRequest(object sender, EventArgs e) { HttpContext context = ...
1
vote
2answers
114 views

How to “merge” page “\Default.aspx” and “\”?

our site is developed in ASP.NET. We want to block Default.aspx page from Google and other search engines. How can we "close" the Default.aspx page so that it is not accessible? Or is there another ...
1
vote
2answers
87 views

Default.aspx being served when debugging locally

Any ideas why the built in asp.net webserver insists on serving "/default.aspx" whenever you browse to the root "/"? Even if you force the global.asax to redirect to "/" whenever "/default.aspx" is ...
0
votes
1answer
71 views

LoginView works in Account folder, not in root folder of website

I have been searching the internet for an answer to my problem and have read through the msdn site on ASP.Net controls, security and authentication but either cannot find the answer or missed it with ...
0
votes
1answer
60 views

Need to reference Usercontrol(ascx) in ASPX page in more than one place with different results

Scenario : Default.aspx is as below. <%@ Page MasterPageFile="~/StandardLayout.master" Language="C#" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register src= ...
0
votes
2answers
88 views

The name 'Url' does not exist in the current context error in asp.net

I have the following line of code in an asp.net page: $("#example").editable('<%=Url.Action("UpdateSettings","Admin") %>'); In document.read (javascript), but visual studio throwns an error ...
0
votes
0answers
16 views

Move .aspx project to server

I moved my project from localhost and built it on the server that I want to host it on, but when going to: http://server/folder/Default.aspx; I can only see my HTML. The project is supposed to have 2 ...
0
votes
1answer
68 views

Asp Hyperlink and Website link?

I have a hyperlink in an aspx page, whose value is set in the code-behind. The C# code creates website link and sets the NavigateUrl to the URL. The problem is, when the link is clicked, the site ...
0
votes
1answer
158 views

Share point web part, asynchronous processing on the server

I am developing a web part which has to parse a list of files on the server side and to output a report. The problem is that this opperation can last for a big amount of time. I have decided to make ...
0
votes
1answer
322 views

Parser Error Message: Could not load type 'MYAPP.WebUI._Default'

I keep getting the following error when I run the project in Visual Studio 10. I got this project from someone else, and I have to expand it, so I'm pretty sure it has something to do with route ...
0
votes
1answer
79 views

Default.aspx vs. Index.aspx

I've been using Index.aspx as the 'home' file of my web applications directories for the past 5 years, but have only just recently started using Visual Studio for debugging sites. The built in web ...
0
votes
2answers
235 views

Setting folder default page in aspnet

My question is really simple. I have a Web application with multiple sub-folders and there's no Default.aspx page in any of these. How do I set the default page in each of these folders so users can ...
0
votes
3answers
62 views

.aspx file help

Thank you for everyone's help so far! Have had some really helpful answers on this site so far so am hoping for one more. What I want to create is EXACTLY this, but i'm still having problems ...
0
votes
3answers
346 views

how to remove default.aspx as default page from my application

I have change Home.aspx to default page but still when I rum app it is going to default.aspx page and when I delete default.aspx page and then I run it gives an exception that page not find(not 404 ...
0
votes
0answers
36 views

adding quotation marks to an xml .aspx file

I am sending data to a text document via an .aspx page/xml. What I need to do is add quotation marks around the variables. the code is as follows: MenuID = attrColl["menu"].Value; UserID = ...
0
votes
1answer
58 views

Need some help attaching different stylesheets to my homepage?

I need a concrete if statement that will work in an .aspx file (default.aspx) that I am building, the file itself serves as my homepage. I have not moved onto further pages. I currently catering for ...
0
votes
1answer
130 views

How to edit the top level default.aspx in WSS3 site with VS(2010)?

I can open the default.aspx of a sub-site no problem.( file open,type or browse to the url ) BUT I can't open the default.aspx of the top-level site or a WSS site, in VS2010. I have to use SPD. Is ...
0
votes
2answers
266 views

.net Web Application set start page by code

When creating a web application that doesn't have a "~/default.aspx" page, we would like to set the starting page to be "~/Pages/MyStartPage.aspx". I know that the starting page property can be set ...
0
votes
1answer
386 views

How to submit an ASPX form using C# on the Pageload event

I have form tag in an ASPX page, <form id="payForm" method="post" action="<%Response.Write(URL);%>" runat="server"> </form> On the pageload event, Literal mylit = new Literal(); ...
0
votes
2answers
217 views

POST to default page

Why is it not OK to do a HTTP.Post to the default page on ASP.NET I have a default.aspx file that i want to be accessed when an external utility do a post to the http://{ip}/WebSiteName I want ...
0
votes
3answers
282 views

retrieve the hidden default.aspx segment of a url

I tried to display the url using all sorts of methods of HttpRequest, I tried VirtualPathUtility object as well, but I never was able to display the hidden portion "default.aspx" of the default... ...