Visual Studio :: How To Hide Icons In Web Site
Apr 1, 2010I 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 RepliesI 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 RepliesI was running w2k8r2 and asp.net 3.5sp1 with a web site at www.st-tech.com which uses membership users and roles processes; I installed Visual Studio 2010 RTM and asp.net 4.0 and converted my test web site; it works fine and the membership roles work fine; I converted the production pubic web site using VS 2010 and everything seems to work fine except when I go into IIS 7 manager for the public production site, my icons for asp.net users and asp.net roles are gone so I can't update them there - users can still login correctly to production databases. I can still access users and roles via visual studio 2010 and asp.net configuration menu. How do I get my asp.net users and roles icons back in IIS 7 manager?
View 1 RepliesI downloaded VS Ultimate trial yesterday. I created a .NET application using C#. I noticed that there is no Toolbox icons available. I played around with VS Ultimate a bit but I still couldn't figure this out. Has anyone experienced this before?
View 1 Repliesis 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
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?
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 RepliesI 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.
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 RepliesI've got a page with a repeater and a bunch of documents that should be hidden to start and then shown with a plus sign next to each.My question is - do I have to assign unique ID to each document DIV to make it be able to toggle hidden and shown?
View 4 RepliesMore 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 RepliesI'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?
I want to display facebook, twitter and g+ like button on my .net website like [URL] ....
View 1 Replieshow to hide the name of the requested column when i show the data in an ASP.Net web application. problem is: i request some data from a sql table and show it on an asp.net webpage. now it shows the data but adds the column name in front (both in Listview and DataList). Like this: Columname: Data. How do i avoid the columnname been shown?
View 1 RepliesIs there a way to not show the masterpage when working in design view in visual 2008?
I'm working on a pretty small screen resolution and the master page is taking up a lot of the space.
I would just like to display my content, whit out the masterpage. you can't edit it anyway , so it's pretty useless.
I have been going trough the settings of visual studios 2008 but i haven't had any success there.
i know this feature wasn't possible in 2005 so i'm having my hopes up for 2008.
when i'm in design view how can i hide ObjectDataSource buttons
its difficult to see the design and how to rearrange it
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?
I need to hide the Group Tree Side Bar in Crystal Report Viewer from code behid or ASPX Page.
View 1 RepliesI 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.
How can I make Visual Studio to use the 64bit compiler (csc.exe/vbc.exe) for an Asp.Net web site?
View 1 RepliesWhat 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.
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 RepliesI 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 RepliesI am taking over for a website in ASP.Net (VB.Net) where the live site is compiled code. So there's no code behind pages. So other than the ASP.Net pages, it's just DLL files in the bin folder.It's also at an ISP where I have no control over the server to remote in.
I have gotten from the client, what I believe to be the latest and greatest code. So there's code behind pages and also a vbproj file. It seems to be have done in an early version of Visual Studio.Thinking maybe 2003.I only have Microsoft Visual Web Developer 2010 (I've been using) and VS2005.So I made a very basic change just to test the waters and built the website, which made a brand new DLL for the site in bin. Also new pdb and xml document. It works fine on dev.I uploaded just this DLL to live. However on live, when I get to the part where I'm submitting a form.I get a very non descript error.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
wwwPittsburghKids.CMP_MembershipNew.cmdSave_Click(Object sender, EventArgs e) +6630
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +114 [code]....
I can't see the line number of the error + am I compiling the DLL wrong?I trying to figure out how to do this without breaking the live site. Is there a way to tell what version of .Net it's compiled in.
I've tried all kinds of searches on this site and with Bing and don't seem to get any hits that meet my condition. So pardon me if this is a rather basic question. I'm rather new at ASP.NET programming.I want to experiment with putting up to a live site. GoDaddy gives you free hosting if you get the URL from them. The catch is the hosting only supports IIS 7.0 with .Net 2.0/3.0/3.5. I've uploaded all kinds of plain websites with no problem. So in Visual
Studio 2010 I selected the following options while creating a new project:
<customErrors mode="Off" />
<!--<compilation debug="true" targetFramework="4.0">-->
<compilation debug="true" >
<assemblies>
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
</compilation>
I tried various solutions offered on the web for other issues like setting References "Copy Local = true" to upload various binaries.
I am facing a problem reated to web services. A customer is running his website on an old server running .Net Framework version 1.1. We would like from this site to call a Web Service, how can I do that. I have Visual Studio 2010 intalled on my machine and when I use the option "Add Web Reference" the generated files/folders seem to not be compatible.
View 1 Replies