Installation :: Cannot Connect To Local Host Error When Creating Web Pages In Web Developer 2010
Jun 4, 2010
I'm new to ASP and was hoping to get some hands-on experience of web development, but have been having trouble getting started.
I followed the instructions in the [URL] setup video, and downloaded and ran the plaform installer. I noticed that the "Web Platform" section of the installer was didn't have the "Web Server" section at the top, as shown on the instruction video [URL] but it otherwise seemed to install ok.
When I tried to follow the tutorial videos on [URL] using MS Visual Web Developer 2010, I am unable to debug the application. The web page it loads just says: "The webpage "localhost:xxxxx" cannot be found" (where xxxxx is the five digit random port number).
I've tried uninstalling Visual Web Developer, and the various Microsoft .NET and SQL Server using the Vista uninstall functionality of the control panel (as bet as I could -I'm not sure if there was something I missed), and then re-installing, but I still get the same problem.
I've tried to find a solution on some developer forums, and I noticed there are posts relating to webdev.webserver.exe relating to the error message I've been getting. However I haven't been able to find any info on this for VS 2010.
I've checked, and I don't have webdev.webserver.exe in C:Program FilesCommon Filesmicrosoft sharedDevServer or in C:WindowsMicrosoft.NETFrameworkV2.0.50727, although I do have WebDev.WebServer20 and WebDev.WebServer40. inC:Program FilesCommon Filesmicrosoft sharedDevServer 10 (I'm not sure if one of these is the equivalent files for VS2010.)
I've also made Internet Explorer my default web browser, since some of the forum posts mention this. My firewall is on, but I don't get any error messages relating to the firewall when I run the app. However, I wasn't sure whether there was a particular program I should add to my "allowed" list before running.
I ran the diagnostic tool: [URL] and I get the following output:
THE FOLLOWING SCRIPT will check to make sure that .NET Framework 3.5 is installed properly and will tell you what is not configured appropriately WINDOWS VERSION: 6.0.6002 POTENTIAL ERROR: REGISTRYDUMP: reg query "HKLMSOFTWAREMicrosoftNET Framework SetupNDPv2.0.50727" /v "SP"
I downloaded the Beta Version for .Net 4 and Visual Web Developer 2010. Now I want to delete them and get the New versions. It will not delete. Visual Web Developer will not install without the .Net 4 Framework. _____________________________________________________________________________________
OS Version = 6.1.7600, Platform 2 [5/1/2010, 21:52:47]OS Description = Windows 7 - x64 Home Premium Edition [code]...
I'm in the process of rebuilding a computer and have upgraded to Windows 7. I went to download VWD 2008 and find I can only get 2010. Will this be compatable with sql Server 2005 developer???
We are trying to install VWD 2010 on a windows 2008 server. We already have installed the 2008 version as well as SQL 2005, 2008 and 2008 R2. The Web Platform installer is not installing VWD 2010 however.At first it notified us that the OS does not allow it, after running tons of updates on the OS (some of which failed) it is still not doing it, not even donwloading it. The latest message simply asked us to post the error on the forum
My instructions for creating a new web service with VWD 2010 Express call for using the installed template, "AST.NET Web Service". But this template is not listed.
I would like to create a simple web service in visual basic, place it in IIS 7 on my desktop, and then consume it probably using a proxy class.
Is there another way to create a new web service in VWD 2010 Express?
i have a site on internet. last week i work on that site at my work and there is no problem. now today i try to connect my database on the host ş got error.The error is:
An error has occurred while establishing a connection to the server. When connecting to SQL Server, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft Sql Server, Error:53)
i am using sql server 2008 my operating system is windows 7.what can be the problem in my local? i enabled both tcp and named pipes also i start sql browser but it is failed again
I have an annoying issue with Visual Web Developer Express 2010. When I run my web app with CTRL + F5, VS launches two IE pages of my app. When I run the app using just F5, I get one page of IE.
I have a 'Connection.cs' file in the App_Code folder of Microsoft Visual Web Developer 2010, but it alerts me of an error:
The type or namespace name 'Connection' could not be found (are you missing a using directive or an assembly reference?) ('Connection' is the name of a class in the Connection.cs file)
I have been trying to install VS 2008 profesional in my computer, I am getting this error "Package Visual Web Developer HTML source editor package has failed to loas properly GUID = BFCC0C3C-6F87-4285-A6C8-BB1606180OD Please contact package vendor for assistance, application restart is recomended , due to possible environment corruption.
I am unable to connect to my local instance of SQL Server 2008 Express using SQL Server Management Studio.I believe the problem is related to a change I made to the connection protocols. Before the error occurred, I had Shared Memory enabled and Named Pipes and TCP/IP disabled. I then enabled both Named Pipes and TCP/IP, and this is when I started experiencing the problem.
I have now set Named Pipes and TCP/IP back to disabled. When I try to connect to the server with SSMS (with either my SQL server sysadmin login or with windows authentication), I get the following error message:
"A connection was successfully established with the server, but then an error occurred during the login process. (provider: Named Pipes Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)"
My first question here is: why is it returning a Named Pipes error? Why isn't it using Shared Memory? It seems like it is not listening on Shared Memory for some reason?When I set Named Pipes to enabled and try to connect, I get the same error message.My windows account is does not have administrator priviliges on my computer.
Creating a .NET 3.5 website in 2010, and when I attempt to create public properties for a user control I whipped up it is giving me inline error:Visual Basic 9 does not support auto-implemented properties. I can, however, type GET on the next line 2010 populates the property just like it used to. However, when I expose a control property it craps out with a null reference error at runtime.
I've encountered a problem while installing Visual Studio 2010 on Windows 7, I've tried to modify the privileges of the destination folders to no avail, I've also tried to delete everything related to it with a removal tool. The problem is that the installation is always unsuccessful at the same point, providing me a Blue Screen of Death (twice) and the following error message (infinite amount of occasions):
[Code]....
Does anybody know the cause of the error? Is there an easier and less time consuming solution than reinstalling the whole system?
I already have SQL Server (Developer Edition) installed on my computer. I'm learning ASP.NET by going through some video tutorials. These tutorials use VWD 2008 Express so I'm going to install that version (instead of 2010). Will the VWD installation recognize my existing version of SQL Server and connect to it properly after the install? I read something about VWD Express not working correctly with SQL Server Developer Edition.
I'm a long time PHP/MySQL developer.I've always used shared hosting with Apache.I'm used to using a control panel, setting up my ".htaccess", configuring my databases and I begin building websites.I have a major project I need to get started on that has to be built using ASP.NET. It also is going to require, at the very least, a virtual dedicated server for hosting. I have some minor expience with IIS 5.0, I have written basic programs in Visual Basic 6, and I have some experience programming in C++.I have no reason to learn older versions, so I am looking to learn on whatever is the newest version of IIS, Visual Web Developer, and anything else that is required.With my background, what would be the best way to approach this?
So far,I am looking at GoDaddy for Virtual Dedicated hosting, but if I pick them or somebody else, what next?Do I login and install the Visual Web Developer package or will it already be installed?Is the VWD package just for development and is there different software on the server?Will I need to install IIS or will it be installed? Should I learn IIS first or go through the tutorials for VWD?
I have a ASP project that I have done before and it was working fine with SQL Serve Express 2005. After formatting my PC, I installed first VS 2008 Pro and then SQL Server Developer 2008 and I'm testing on my laptop but I can't connect to database. After reading a couple of articles I knew that I can't use mdf file because I'm using SQL Developer so it needs another procedure to follow such as changing the parameters in Web.Config
I tried a lot of soultion like start SQL browser Service to be on but still didn't work, also I tried to change the instance name in VS in options but also didn't work with me.
After I imported a VS 2008 web project to VS 2010, I can't view aspx pages that have master pages in design mode. The page design mode displays "error creating control - contentplacehoder1 object reference not set to an instance of an object." The project builds and runs fine though. I have only one master page that all other aspx pages reference and I don't have any nested master pages.
I am trying to send email from localhost from last some days but not succeed.What happening is it is not showing a error but also email is not being sent. Other than that I have done the following steps:
1. Disable firewall
2. disable antivirus
3. In IIS > Default SMTP > Properties > Access tab > Only the list below is selected and in list I have added 127.0.0.1 and 192.168.15.2 (it is my computer ip)
I am using gmail smtp server and email account to send email from my asp.net site. It works fine when I use it on some hosing server but it is strange it do not work on local machine. Plz guide me what should I do ? Do I need to install some smtp server (if yes plz mention the name as I am not aware of it) .