Visual Studio :: Shows Blank Page During Web Development?

Jun 26, 2010

I just upgraded a web project from VS2008 to VS2010 Ultimate (Windows7 64bit, IE8/Google Chrome. When I run the web project in the development server (by hitting F5) everything acts like it is supposed to except everything comes up blank. Even the directory structure page is blank, just an empty HTML open and close shell. I get no errors no indications of failure, nothing. When I try to use google chrome I get the same blank page no matter where I navigate to, even if I try to navigate to a non-existant location on the dev server. I know the code compiles and acts correctly because I can deploy it to our QA servers without issue.

View 2 Replies


Similar Messages:

Visual Studio 2008 SP1 - Design View Of Page Only Shows The Master Page?

Feb 26, 2010

I'm creating a app that uses a Master Page.

But when i go to Design View of the page (for creating the events automatically or for drag/drop any new control from toolbox, I don't want to type everything) the design view only shows the master page! the page controls are complete ignored!

the image: [URL]

View 2 Replies

Visual Studio :: Assembly Editor - Create A First Blank Page For An Assembly Project?

Oct 11, 2010

i was wondering if visual studio 2010 can be used as an assembly editor too????if yes where do i have to go to create a first blank page for an assembly project?

View 1 Replies

Visual Studio :: 2010 Beta And SSIS Designer - BI Development Studio?

Mar 12, 2010

I am trying to use SSIS Designer with BI Development Studio. I downloaded MS Visual Studio 2010 Beta and do not find an option to get into either the SSIS Designer or BI Development studio.

View 1 Replies

Visual Studio :: Want To Buy Visual Studio Just Edition For Web Development?

Oct 31, 2010

I wanna to buy Visual Studio but I don't want to buy the whole edition which include WPF and Win forms, I just an edition for web development nothing more!

View 1 Replies

Visual Studio :: Toolbox Shows Items Multiple Times

Sep 14, 2010

My tool box shows the same tools about 12 times. This is for all of them and for all categories. I tried repairing it but it didn't work.

View 6 Replies

Visual Studio :: Intellisense In 8 Development?

Nov 2, 2010

code behind - in a separate file. I've just upgraded from VS2005 to VS2008. #In an aspx file I have (for example)

[Code]....

However, in the code behind aspx.vb, when I type:Label1 then press '.'I don't get intellisense automatically pop up the members and methods. I've done the reset of the intellisense in Options > Text Editor but that didn't fix it.

View 1 Replies

Visual Studio :: Toolbox Reset Shows Excel And Word Tabs?

Nov 19, 2010

Where does a toolbox reset get it's information? I installed Office 2010 Primary Interop Assemblies redistributable on windows 7 using visual studio 2010 professional. Not 100% sure if it's the culprit but now my visual studio 2010 toolbox reset only shows the tabs for "Excel Controls", "Word Controls", "Ribbon Editor", "Dialog Editor", etc....

Things tried: reset the toolbox and view all and it still only shows these. I can create a new tab and manually add in the tab with items like DataSet so they are there.command line reset devenv /setup devenv /resetsettings.I've reset the all settings in "Import and Export Settings Wizard". There's visual studio 2005 on the box and the toolbox is fine and exporting settings from there and importing into vs2010 does nothing.Tried repairing vs2010 to no effect. Logged out of the box as my id and logged in as a different id hoping it was something inmy profile, to no effect.Uninstalled o2010pia.msi via add-remove-programs but the readme says it doesn't remove from the GAC (which is verified).Cannot uninstall particular entries in gac even as admin in vs cmd prompt from gac (required for installer message).

View 1 Replies

Web Forms :: Split View In The Visual Studio IDE And Design Is Blank

Mar 5, 2010

In the Source view has code. as I was coding and refreshed the split view (.ascx) it when blank. The so I when to the design view its blank too. The aspx page I can see the control.

View 3 Replies

How To Get Visual Studio Development Server To Work With PHP

Jan 26, 2011

I'm a .NET specialist working with a PHP/Flash programmer to deliver an app via IIS. After jumping through 17 hoops of fire and defeating a gargoyle in a gruesome battle to the death, I managed to get my IIS 7.5 server to cooperate with PHP, and now if you browse to my public web site, you can see the Flash objects happily doing their behind-the-scenes stuff with PHP, whatever that may be.

But... when I'm debugging my app using the VS Development Server, that still apparently doesn't know how to cope with PHP: I'm getting the same HTTP 405 (Method Not Allowed) errors that I was getting on IIS before aforementioned gargoyle breathed its last ("The HTTP verb POST used to access path '/php/blah.php' is not allowed.").

So, what do you have to do to get the VS Dev Server to play nice with PHP?

View 3 Replies

Disabling Visual Studio Development Server?

Aug 12, 2010

When debugging my website project I usually go to start options in the web project's properties and select 'Don't open a page' and 'Use custom server' with a url that's in my host file pointing to my local IIS.

Even when I do this though visual studio still spawns it's own Development Server instance every time I hit f5.

Also for web application projects that have shared ascx files for instance Visual Studio will also launch an instance of Development Server each time I debug the solutions for each for these projects. This results in a million instances of Development Server running on my machine at any given moment.

Is there any way to disable development server for a given project completely? Without pointing it to a localhost sub application?

View 3 Replies

Visual Studio :: Development Server Has Stopped Working?

Jan 6, 2010

Came into work this morning and discovered that my local asp.net developmentn server has stopped working. Im getting the following page :

[Code]....

Im running visual studio of my personal PC withing my company's network.

View 3 Replies

Visual Studio :: Does The Internal Development Server Support PHP

Feb 21, 2010

Under IIS I would have to do a special configuration to support PHP. I have also found a number of references related to previous versions of VS which state that the development server would not, hence my question. Will the development server run the following PHP script server side in the header? Are there special configuration requirements?

<head id="Head1" runat="server">
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"></script>

A number of developers trying to create Silverlight apps intergrating Facebook have ran into the same wall with the MS Facebook SDK, and are struggling to determine the cause. I am assuming the script file contains the integration functions.

View 1 Replies

How To Deploy Visual Studio Development Server With Web Applications

Nov 15, 2010

i want to know how do i deploy ASP.NET web applications on client machines which runs with the visual studio development server rather than configure it in the IIS on the client machine? I know its possible and telerik also uses this approach.

View 1 Replies

Visual Studio :: Unable To Connect To Development Server

Mar 3, 2010

I'm getting this problem with one of my web projects. I've looked at [URL] and other suggestions around the place, none of which apply here. The odd thing is, it's occurring with *one* of my new web site projects, but not another one. Odd again is that they're both 100% fresh sites, created with the "New Web Site" option in the File menu, within a day of each other, and nothing has been done to them, apart from a bit of "hello world" html. WebSite1 was created first, and Cassini worked when I first created it the other day. A day later, I created WebSite2 and Cassini worked (and still works) with that one.

However, when I open WebSite1, I get the above error code - again, it was working fine the other day, and WebSite2 works fine. I've compared their .sln file - so differences apart from the VWDPort number used, and of course the path to the site and various GUIDs. Everything else is identical. Same with comparing web.config files. No differences there at all. So I'm stumped - why would Cassini start up fine with WebSite2 (and subsequent sites I create) but suddenly stop working for the WebSite1 project, when it was working ok a couple of days ago?

View 2 Replies

Visual Studio :: Running Project With VS Development Server?

Feb 25, 2011

I'm attempting to run/debug an ASP.NET MVC project under .NET 4.0 using VS2010's Dev Web Server. The server appears to spawn successfully and an instance of IE Explorer opens. However, the browser never seems to find the page. The browser just "spins" showing only a white page...no error message.VS is configured to randomly select a port, although I get the same results when configuring numerous static ports.The ASP.NET project is the start-up project.

View 2 Replies

Sending Email To Visual Studio Development Server

Jul 11, 2010

ng an application that listens on port 25. My application will work as a SMTP server receiving emails. I am aware that I can just enable IIS SMTP feature, but for my current project, I needed to do in this way.If I can send emails to visual studio development server which has a private IP, my debugging will be much easier. Is there a way to send emails to VS development server?

View 1 Replies

Visual Studio :: How To Stop Development Server In 2010

Jul 7, 2010

When viewing an asp.net page in visual studio 2008, the asp.net development server icon shows up in the system tray. It can be stopped by right clicking on it and select "stop". In Visual Studio 2010, I do not see the icon any more. where the asp.net development server is? How to stop it?

View 3 Replies

Visual Studio 2008 Development Server Uses C# 2.0 Compiler?

Aug 4, 2010

I have a test website with VS 2008 that just uses code behind files, such as Foo.aspx.cs. Thus, the web server compiles them on the fly. The problem I'm running into is I can't use any C# 3.0 features. If I do:

[code]....

Then VS will work fine (everything gets highlighted and Intellisensed), but when I run the site it just throws up compiler errors..

Is there a way to fix this, or do you have to compile a DLL to target the 3.0 runtime? If so that's insanely lame.

View 2 Replies

Visual Studio - Web Development Using Asp And C# - Local Admin Rights?

Mar 7, 2011

whether we need admin rights to work on asp.net,C#,VS2005,IIS. Can you also point out that if we don't have admin privilege then what all are the stuff we will not be able to work on OR what all are the tools in VS ..etc will not be able to access.

View 1 Replies

Mobiles :: Visual Studio 2008 Express And Web Development?

Sep 22, 2010

I've been using VS2008 Express for a while to develop some web sites etc. I've downloaded the Mobile Web Form templates that are available as I would like to convert some of my web pages for mobile access. Where to start ? Where is a good resource to learn how to code some mobile web pages using VS2008 Xpress?

View 11 Replies

Visual Studio :: Unable To Connect To Development Server?

Nov 23, 2010

Not too long ago I was given a new PC with windows 7 Professional on it. Before, I had vs 2008 running on win xp which worked OK. I started getting error msg (Unable to connect to ASP.NET development server) after I installed vs 2008 (version 9.0.30729.1 sp1 vs team system dev. edition) and ran one of my projects and even a simple test project. The first msg shows the syntax of webdev.webserver with an example in the bottom. I can get this error by running the project or by showing any page in the browser. I noticed that file WebDev.WebServer.EXE does not appear in the folder C:WindowsMicrosoft.NETFrameworkv3.5. If that's the only reason why I am having this problem than how can I fix it. I was told that .net framework 3.5 works on top of .net framework 2.0?! I just want to sort out this .net framework mess on my new machine. I am willing to uninstall all .net framework and start fresh. Another thing that I am willing to try is to get from a coworker the WebDev.WebServer.EXE (from the .net framework 3.5 folder) and see if it works.

View 2 Replies

Visual Studio :: Development Tool Bar Is Not Working In IE8 Browser?

Sep 27, 2010

I am using IE8. I installed IE development tool bar when i used IE7. Right now Developemnt tool bar is not working in IE8 browser.

I can view Development tool bar in

View--->Explorer Bars

I am able to select the tool bar. But it does not dispaly anything to debug...

View 1 Replies

Visual Studio :: Development Server Hanging On To Old Stylesheet?

May 19, 2010

I noticed a layout issue on the web app I'm working on, and in trying to correct it via the stylesheet I realized that the development server is not recognizing any changes I make to the .css file. As confirmation, I saved a blank stylesheet (which should have removed all styling), cleared my browser cache and rebooted my development machine and the original styling remained. It seems some version of the stylesheet is "stuck." The stylesheet is referenced in my master page, and the path specified is correct.

View 2 Replies

AJAX :: When Ran On Visual Studio Server It Worked Fine And Never Shows Framework Failed Error?

Nov 11, 2010

I used Ajax script Manager in new version of my and when i ran on Visual Studio server it worked fine and never shows framework failed error but when i installed on IIS 7.0 Vista webserver and ran across it i got his error. Can Anyone helpme out in solving this issue?..Web.config file:

[Code]....

View 1 Replies







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