Visual Studio :: Web Site / Web Application Templates Seem Changed - Default.aspx Only With Site.master

Oct 21, 2010

Using Visual Web Developer 2010 Express. I was used to creating a web app anytime and I would get a default page for starters and be happy. But today I find that when I pick either the ASP.NET Web Site or ASP.NET Web Application templates I get site.master and a bunch of site admin files that I don't want. Alternately when I select the empty versions of those templates, I get almost nothing at all. An almost empty web.config page and no Default.aspx page. There is nothing magical about having a default.aspx page in place, but it is an indicator of a change when I can only get a virtually completely empty website or a website with a bunch of bells and whistles I don't want.

Also, for some reason, when I create a new app or website as just noted, in the Solution Explorer I get aspx.designer.cs files showing as well as web.config files for both debug and release. Somehow some settings and templates must have changed, or am I missing something here? How can I get my settings/templates to go back to the way they were?

View 1 Replies


Similar Messages:

C# - To Apply Default.master Of The SharePoint Site To Aspx Page?

Mar 7, 2010

I am using SharePoint Server 2007 + C# + .Net 3.5 + VSTS 2008 + ASP.Net. And I am using collaboration portal template.

I am developing a custom aspx page and put it in _layout folder of a site and I want to apply default.master of the SharePoint site to this aspx page. Any samples about how to achieve this goal?

View 3 Replies

Visual Studio :: Aspx File Rename Site Wide?

Apr 15, 2010

can I change an aspx file name site wide. i.e. every instant of it any where in the site?

View 4 Replies

Visual Studio :: Debug Classic Asp Site That Is Called From Site?

Mar 28, 2011

i have an asp.net website which contains a link to a legacy site written in classic asp which has vb 6 classes (dll) in the back ground also.here is what i am trying to achieve:-i want to browse to the asp.net website using IE7,then when the link is clicked then enters the classic asp site i want to start debugging the classic asp and step through it.(also to make things worse, once a the vb6 class is instanciated, and a call make to its method i want to debug the method in the vb 6 code)My system :- XP Pro, IIS 5, Visual Studio 2005 (asp.net project ), Visual interdev 6 (classic asp project) Visual Basic 6 (vb 6 classes compiled into dll)i have been trying everything with no joy, there is lots on the net but nothing seems to have worked.i have the back office components installed so asp debugging is possible, i have configured the asp website s debugging is turned on.if i add a breakpoint to the classic asp site and hit the start button in visual interdev i can step through it fine.My problem is that if i attach interdev to a process (iexplorer.exe or dll.host) then the breakpoints are not hit. if anyone can help me with this it would be great.ont top of that, if anyone can explain to me how to also debug the vb6 dll code in visual basic 6 when it is called from the classic asp site that would be great!

View 1 Replies

Visual Studio :: Starting VWDE 2010 Without Auto Site Master?

Dec 10, 2010

I keep watching instructional videos that utilize the VWDE 2008, which apparently did NOT start web projects with a site master. It only created the defaults but did not create a site master nor did it create the directives in the @page.

I'd like the option of doing this in 2010. Is there some configuration setting that controls this?

View 7 Replies

Visual Studio :: Difference Between Web Application And Web Site

Nov 26, 2010

What is the difference between a Web Application and a Web Site?

These are the steps i am following crating the both:

File - new Project - Visual C# - ASP.NET Web Application
FIle - New Web Site - Select "ASP.NET Web Site"

I know this a simple doubt but i want to know.

View 3 Replies

Visual Studio :: Running A Web Site Or Web Application Project?

Mar 16, 2010

So I have seen the items about the differneces between web application and web site projects. My big question is - how can I tell which one I am running in the RC of VS 1010?

View 1 Replies

Visual Studio :: Lost Default Templates?

Feb 22, 2010

I installed the dotnetnuke starter kit for VS 2008 and now when I go to create a new website or project, the only template is a dotnetnuke website. I have lost all of the default templates that come with VS. Is there some way I can restore those?

View 3 Replies

Visual Studio :: How To Convert Whole Visual Studio 2008 Web Site Project To Visual Studio 2010

Aug 14, 2010

is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project

my current project references

i have a very annoying iis problem

iis server stops working until app pool is recycled

i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem

View 2 Replies

Visual Studio :: In Visual Studio 2010 Not Finding Default.aspx Error?

Apr 29, 2010

I am having an issue in VS 2010 trying to get even the default ASP.NET Web Application to run in Debug mode. I get the error:

"Unable to start program 'http://localhost:1443/Default.aspx'.

The system cannot find the file specified."

I am stumped here and cannot find anything out there with this error.

View 4 Replies

Configuration :: IIS 6.0 Not Displaying Default.aspx Pages After Updating Site To .NET 4.0?

Jul 21, 2010

I just recently upgraded a site from 3.5 to 4.0. After editing the web.config, creating a new app Pool in IIS, configuring the site to use 4.0 and the new app Pool, I can no longer browse to any default.aspx page without explicitly typing 'default.aspx'. This site was originally written for .NET 2.0, upgraded to 3.5, and finally updated to 4.0 a few days ago.If I try to browse to http://[mysite]/ I see the following error:
Server Error in '/[mysite]' Application.The resource cannot be found. Description:TTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.Requested URL: /Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1However if I browse to http://mysite/default.aspx, everything works fine.

If I undo all the changes made to the web.config, and revert the site back to the app Pool used for 2.0/3.5 the site loads and runs fine. Restarting IIS will solve the problem for an hour to a day, but the issue will always come back. Other sites running on our sever which were not originally made in 2.0, but 3.5, have upgraded to 4.0 without this issue.

View 6 Replies

Visual Studio :: How To Set In Visual Studio Startup Page Other Than Default.aspx

Nov 29, 2010

Is there any opportunity to change it in Visual Studio - not in IIS?

View 2 Replies

Aspx Site Not Working Out Site Of Development Environment

Oct 27, 2010

I made an aspx site with .net 4.0 framework through visual studio and it worked perfectly in the development environment but when I upload it to the server and try to run it I get this error: Server Error in '/' Application. Runtime Error Does anyone have an idea on how to fix this?

View 4 Replies

C# - Pass A Variable From Site.Master.cs To Site.Master

Mar 29, 2011

I'm new to C# web development. I'm trying to reference a param from Site.Master.cs in Site.Master, so that in Site.Master page, I can do:

<%
if (someParam == true) {
%>

some HTML code

<%
}
%>

The param someParam is the one I want to pass from Site.Master.cs.

View 3 Replies

Visual Studio :: Sync Pages With The Live Site From Somewhere In Visual Web Developer?

Oct 22, 2010

More familar with DreamWeaver. Can i sync pages with the live site from somewhere in Visual Web Developer? Or do I need to use a separate FTP tool.

View 3 Replies

Visual Studio :: Can Not Create An C# ASP.NET Web Site From Visual Studio 2010

May 27, 2010

I downloaded a trial version of Visual Studio 2010, created a new c# Solution and then wanted to add an ASP.NET Web Site. I am Folllowing an example in a book: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008.In the book they write that a template for createing an c# ASP.NET Web Site would be found, but whereever I search for o template in VisualStudio I cant find that for c#, I could find it for VisualBasic but that is not wath I want!

View 1 Replies

Visual Studio :: Visual Studio 'copy Web Site' Error

Oct 31, 2010

I am getting the following error when I try to establish ftp remote connection using the 'copy web site' feature on visual studio 2005.

unable to open the web 'ftp://209.*.*.*/httpdocs'. The computer is disconnected from the network.

Why can't I connect to the remote site on visual studio 2005? I can do the same thing on Dreamweaver with no problem. I can ping the IP successfully. I can open the ftp URL on a web browser with no problem.

View 1 Replies

Where Is The Site.master In Visual Web Developer 2010 Express - MVC

Dec 17, 2010

this is probably a very newbie question, but how can I get to site.master??

View 1 Replies

Visual Studio :: Downloading Site Into Visual Web Developer?

Sep 22, 2010

I'm having a site done in ASP.NET and part of the quote is deployment. It's only one page at the moment. Can I configure VWD to download my app to my PC in VWD?

It will also have a Telerik RadGrid that VWD doen't support, will I still get the page wih some kind of placeholer?

View 1 Replies

Visual Studio :: Updating A 3.5 Site To 4.0?

Jul 3, 2010

When I updated from 2.0 - 3.5 I just changed the target in visual studio and it fixed my web.config then I just deployed that.

Is the upgrade to 4.0 the same deal?

Can I keep the current site @ 3.5 (with the target framework attrib), but still be able to get the 4.0 goodies like Workflow 4 assemblies?

View 1 Replies

Visual Studio :: Destination Site Keeps Asking For Id / Password?

Nov 4, 2010

I have a simple website and can publish it locally to my localhost as the default website.

However, when I try and publish to a different server, VS2008 keeps asking me for the servers id/password.

I have published successfully bwefore to this server from a Windows XP PC running VS2008.

Only difference is that I am now running my VS2008 on Windows 7.

View 1 Replies

How To Compile 64bit Web Site With Visual Studio

Apr 14, 2010

How can I make Visual Studio to use the 64bit compiler (csc.exe/vbc.exe) for an Asp.Net web site?

View 1 Replies

Visual Studio :: How To Hide Icons In Web Site

Apr 1, 2010

I install team foundation server . after that I want to create web site . I click -->file -->new web site --I can't chose any project because display empty box

View 3 Replies

Visual Studio :: Publishing A DB Site From VWD 2010?

Dec 19, 2010

I am struggling to publish a site built (and working locally) using VWD 2010 Express to a production server.I realise that this is because I don't understand enough about the relationship between the website and SQL server and I certainly don't know enough about the way SQL server works in general. Can anybody recommend some learning resources - books, tutorials, vids etc, that explain the background and in particular address the issue of how to publish to a production server.

View 2 Replies

Publish Site Using Visual Studio 2010 FTP?

Dec 28, 2010

I have published my website using VS2010 and then selected FTP Site.Problem is that it does not show me update status. and takes too much time as compare to other FTP client. Is there any way or plugin for visual studio 2010 so i can build and directly publish that on FTP server.

View 2 Replies







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