Installation :: Localhost Not Running / How To Configure And Use All The Stuffs

May 22, 2010

i even dont know how to configure and use all the stuffs and just want to start learning..

when i type localhost in my IE..it shows IE cannot display the webpage..

View 2 Replies


Similar Messages:

How To Configure SSL In Localhost As Well Us On Hosting

Dec 21, 2010

Can any body tell my how to configure SSL in localhost as well us on hosting ,plus how our asp.net application will configure that specific ssl cert ?

View 2 Replies

Installation :: How To Open Aspx In Localhost When Using Iis

Jan 8, 2010

this is my first post and you can consider as someone with little knowlage in web development , after stuggling i figured out how to install or activate iis 7 on my vista home primeum , with asp.net 3.5 , when i type http://localhost i see the welocme screen of iis 7 , i did this steps inorder to see how a comy for my website look like after i recieved it from the developer by email. i put a copy in a foler in the c://inetpub/wwwroot

in adminstrative tool i opend iis7, under site i right clicked on (default web site) and i clicked (add to virtual directory )where i definded allias and the path for my website folder ( where i stored it in D drive), then i open firefox browser and typed[URL] , nothing showed up in the brower and there was error message, i tried to choose add application instead of add to vitual directoy and defined the allian and path again, guess what i could see my website .

now i recieved the final copy of my website from the developer and i'm so eager to see it after making the impovement , i can not open it , i repeat the same steps as above , i could not open it and i do not know what is wrong or what i missed ,

the error massage i recieved is as follow

Configuration Error Description:

An error occurred during the processing of a configuration file required to service this request.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

[Code]....

Line 36: ASP.NET to identify an incoming user. Line 37: -->Line 38: <authentication mode="Windows"/>Line 39: <!--Line 40: The <customErrors> section enables configuration

Source File: C:inetpubwwwrootsudan2web.config Line: 38 Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016

View 2 Replies

Installation :: LocalHost Aint Working

Jul 14, 2010

I just reinstalled my computer, using win7, VS2010 framework 4.0 but when I run my project I cannot connect to local host, it just doesn't find anything. Whats wrong?

View 8 Replies

Installation :: Http/localhost Is Empty / Can't See The Welcome Page?

Aug 16, 2010

I have Win , I install the following

in Internet Information Service->

Web Management Tools (check)

Application Development Features I check (.Net Extensibility, ASP.net, ISAPIExtensions, ISAPIFilterd, I can see IIS Manager under my Administrative tool , but when I call

http://localhost/

I can't see the welcome page , what is wrong

View 1 Replies

Installation :: How To Configure An Index.htm File For IIS

Apr 15, 2010

I am running IIS 6.0 on an XP OS using VS 2008 and SQL Server 2008 (Full install). I developed two web apps. Both of these I can run from IIS by setting them to the default website. However, now I tried adding an index.htm file. Real simple; all it has is two hyperlinks to these web apps. But now only the first web app works. The first web app is pure VS. The second web app modifies an Adventureworks database table.

But now when I click the hyperlink for the second web app, it gives me the error below. However this error doesn't make sense to me cause I have the two web apps configured as two virtual directories beneath C:inetpub and the index.htm file is also beneath C:inetpub. And the default website is set to home directory C:inetpub with Document index.htm on top. Also, why does the first web app work and not the second now? Server Error in '/AddFileToSQL' Application. The path '/AddFileToSQL/App_GlobalResources/' maps to a directory outside this application, which is not supported.

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.Web.HttpException: The path '/AddFileToSQL/App_GlobalResources/' maps to a directory outside this application, which is not supported. 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.

View 3 Replies

Installation :: Why Localhost Asks To Enter Username And Password Only In Firefox But Not In IE

Nov 4, 2010

I am running on windows XP IIS 5.1

When I try to go into localhost in IE it works fine but in Firefox it asks me to enter user name and password.

In my IIS configuration I have ticked to use Anonymoous access under Authentication.

View 3 Replies

How To Check In .NET MVC View If Site Is Running On Localhost Or 127.0.0.1

Jul 9, 2010

How to check in ASP.NET MVC View if site is running on localhost or 127.0.0.1?

View 2 Replies

How To Configure For Running Two Sites On The Same Domain

Nov 15, 2010

I have two sites: a site written in vb (site 1), a site written in C # (Site 2).
Site 1 running on a primary domain, eg http://abc.com. site 2 run as sub domain, eg http://site2.abc.com.Now I do not want to run the site 2 as a sub domain 2 again, which would put it in a folder of the site 1, for //abc.com/site2/Default.aspx.So now we have to configure in a site how to run the site 2.

View 2 Replies

Configuration :: File Not Found Error When Running Under LocalHost?

Oct 30, 2010

I have a fairly big ASP.NET 3.5 website that refuses to open any page via the 'View in Browser' option of VS2010, i.e. the LocalHost facility does not work. All I get is a 'File Not Found' error.

Two other ASP.NET 4.0 sites (which are much simpler and do not have any SQL Server connections) can be viewed without any problem via the LocalHost service.

View 9 Replies

WCF / ASMX :: Deploying Running Test Webservice On Localhost Development Computer?

Dec 30, 2010

I created a simple web service in VS2010 (C# - XP Professional SP3 development computer -- running .Net 3.5/4.0) that just does the basic "Hello World" and changes Temperatues from Farenhet to Celcius functions and ran fine in VS2010. I then created a directory in C:Inetpubwwwrootwebsvcvs10a (of the same development computer). In the localhost IIS I converted this to an application directory (properties/create application). I tried to deploy my web service here using the publish wizard of VS2010 but was getting errors stating that the URL was not in the correct format, so I decided to just copy myService1.asmx, Web.Config, and the bin folder (which contains the compiled assembly) directly to C:Inetpubwwwrootwebsvcvs10a. Then from the localhost IIS I tried to browse myService1.asmx and received the following error:

Configuration Error
Description:An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

Source Error: [Code]....

Source File: c:inetpubwwwrootwebsvcvs10aweb.config Line: 6

Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618

--I tried changing the targetFramework to 3.5 in web.config, but that did not fix the problem. I then removed the targetFramework attribute from web.config and then got this error message:

Could not load file or assembly 'myVS2010Websvc' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

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.BadImageFormatException: Could not load file or assembly 'myVS2010Websvc' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

What can I / should I do to resolve this problem so that I can deploy this web service project to localhost -- don't I already have .Net 4.0 runtime on this machine? It is the same machine that is running VS2010.

View 2 Replies

Installation :: Running 4.0 Application On IIS 5.1?

Sep 19, 2010

I created a simple .NET 4.0 WebSite through VisualStudio 2010 using the Installed Template for ASP.NET Web Site.This brought me to "Choose Location" where I chose Local IIS, then Create New Web Application.This created the template app with all of the local files within IIS.This complies fine, but Im constantly getting the HTTP 403 Error "the website declined to show this webpage"I checked IIS properties for this and its set to 4.0 and the Directory Security has Anonymous Access enabled. Allow IIS to control password is also checked.I just installed VS 2010 on my new computer, and Im trying to get this configured so I can run 4.0 apps through IIS.

View 2 Replies

Installation :: Running Application Written In .net 1.1 After Installing .net 3.5?

Apr 26, 2010

I have vs 2003 installed on my machine and recently I installed vs2008. I believe this two version can run simultaneously on one machine. but I'm having problem running application written in .net 1.1 after installing .net 3.5. this is the error msg i see when I open asp.net application written .net 1.1 "HTTP:/1.1 500 Internal Server Error" Is there a proper way of installing vs 2008 to eliminate this problem I'm experiencing right now?

View 2 Replies

Installation :: Installing VS 2008 On A Mac Running Parallells?

Mar 25, 2010

Anyone have any experience running VS on a mac?I have to learn php and my sql and my office is all on macs.But I have to still support the asp.net programs ive already written.

View 3 Replies

Installation :: Running Aspx Pages To An Existing Php Website?

Mar 3, 2010

I have a client that currently has a comprehensive php website (with a huge amount of functionality built in).

We have been requested to link into our c#/SQL server application and pull information from the SQL database and display this on the existing website.

I would like to do this as aspx pages. However, I do not want to re-create the complete existing website. I would like to add the aspx functionality onto the current website.

View 1 Replies

Installation :: Running Server Application From Outside Visual Studio?

May 26, 2010

I am a programer really new to all ASP applications and stuff. I have a server application done with VS, wich run correctly from there, but I need it to run from outside VS. I guess It has something to do with the IIS, and I already added it to the windows components, but I still have no clue how to run it.

View 1 Replies

Installation :: Web Application Not Running After Upgrading From Vs2005 To Vs2008 (IIS 7)?

Jan 25, 2011

I upgraded my vs2005 web application to vs2008, after i run the upgrade wizard,It l pop up one error which says that .net framework 2.0 is not available. I can compile the upgraded project but can not run that. I am wondering where in IIS, I can point the project to framework 3.0?

I ran the project, it had the following error,

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. review the following URL and make sure that it is spelled correctly.

Requested URL: /XX/yy.asmx

Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955

the project was upgraged to vs2008, i am not sure why it still points to v2.0. Also i looked at the project file, I already upgraded the oracle data access dll(from oracle side) to higher version, it also points to the old version.

The other issue is when i open the Solution, It prompted me to create the virtual diectory: Http://localhost/XX, I clicked yes, will the vitually directory automatically generated? If i go to the view sites/add vitual directory, if i enter VeroValueXmllister, will it automatically generate the Virtually directory? Http://localhost/XX

View 3 Replies

Installation :: Visual Studio Has Detetcted That The Specified Web Server Is Not Running?

Apr 28, 2010

I was working with very old version of .net 1.1 . I need to compile the solution. So when I try to open the solution using visual studio 2003.I am getting below error.visual studio has detetcted that the specified web server is not running asp.net version 1.1. You will be unable to run ASP.NET applications or services.To resolve this problem, change the status of ASP.NET 1.1 to Allowed in the Web Service Extension list in IIS 6.0. To do this, follow these steps:

Click Start, point to Programs, and then click Control Panel.

Double-click Administrative Tools, and then double-click Internet Information Services (IIS).

Click Web Service Extensions. In the details pane, click ASP.NET v1.1.4322 in the Web Service Extension list.

Click Allowed to change the status from Prohibited to Allowed

But I am using IIS5.1 where there is no web services extensions property ( it was introduced from 6.0)

View 5 Replies

Installation :: Running A Web Application In Vs-2008 On Windows 2003 Server?

Jun 3, 2010

I am running a web application in vs-2008 on windows 2003 server.While execution of .net application, I am getting an error as"Unable to start debugging on the web server. Unable to connect to the web server. Verify that web server is running and that incoming HTTP requests are not blocked by firewall."

View 5 Replies

MVC :: Running 2.0 App On Localhost IIS7 Gives "HTTP Error 403.14 - Forbidden"

Nov 29, 2010

I've written a small MVC application and am having trouble deploying it to localhost. I use the publish feature when I browse http://localhost this is what I get: HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this dir A sample aspx page is rendered correctly.

I've tried the aspnet_regiis -r I've made sure ASP.NET is installed in Windows Features. The web platform installer tells me MVC 2.0 is installed. I did install VS2010 first and then IIS so I suspect that maybe causing problems but in the past aspnet_regiis -r has fixed that.

View 4 Replies

How To Remove "localhost:portno" When Running An Asp.net Website Under Iis

May 13, 2010

How remove "localhost:portno" when running an asp.net website under iis?... When i browse my virtual directory i can

http://localhost:120/mine/Forms/Clients.aspx.....

View 2 Replies

Running Sites On "localhost" Is Extremeley Slow?

Mar 5, 2010

Having real trouble using my local host to test sites. It runs extremely slow! Sometimes up to a minute to load a page. I'm using firefox and the sites i'm testing run fine on other developers in my office local machines/ on the production server.

I've gone through the normal things :-

Disabled IPv6
Not running in debug mood Put the site in the highest app pool (High Isolated) on IIS 6.Taking of firewalls etc.The problem only seems to occur when hitting pages which contain some form of .net code in the code-behind.

Appreciate that this a little bit of a vague topic / stab in the dark but would appreciate any sort of advice - it's horrible waiting a minute each refresh to try out a change!

View 2 Replies

DataSource Controls :: How To Configure To Allow Windows Services Running On The Web Server To Access Sql Server

Jan 14, 2010

We have a cient we are stting up that has 2 separate physical servers, one that is the web server the other the database server. Using impersonation we have been able to get the website to connect and retrieve data from the sql server so that part is not an issue. The problem is I have a windows service application that must be installed on the web server (as it process files downloaded to an ftp site) and it must be able to connect and write to the sql server as well.We tried adding a system.web block with the impersonation stuff to the app.config file which of course did not work. Can anyone tell me what/how we need to configure this properly?

View 7 Replies

Installation :: Account Is Not Present On Machine" Error On Sitecore Installation?

Nov 3, 2010

I am getting an error saying "ASPNET account is not present in this machine" when I try to install Sitecore on my machine after I installed visual studio 2008..

- My machine is running on windows XP sevice pack 3

- I installed Visual Studio 2008 and .NET framework version 3.5 SP1 on that machine

- I can see that ASPNET User group account Under Users and Groups and it doesn't have "Account is locked out" ticked under general tab

- Also I ran aspnet_regiis -i many times but didn't help; actually I red in one post that I should delete ASPNeT account first and run the script but still didn't help

- when I view http://localhost on IE I can view the ASP home page without any problem but Firefox asks me to enter user name and password.

View 2 Replies

Installation :: AjaxControlToolkit In Visual Studio Installation Error?

Feb 14, 2011

Net Framework 2.0 Net Framework 3.5 and above, but not addobjects that I use when I use ajax added. Why can not I add the NetFramework 2.0.

View 1 Replies







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