Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 17th, 2005, 12:09 PM
Registered User
 
Join Date: Feb 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to maniaug81
Default web server not detected

Hi,
I am facing the following problem when trying to create a new asp.net
application.

Microsoft .net cannot create or open the application because no web server was detected at this URL http://localhost/webapplication1. make sure that the web server is installed and running.

The IIS is running on the machine I have checked it but there is one
more error when I click on the services and application in the computer management of administrative tools in control panel

        snap in failed to initialize
        name :microsoft sql enterprize manager
        clsid = {00100100-1816-11d0-8EF5-00AA0062C58F}

I had installed microsoft SQL server 2000 few days before and create asp.net application successfully but after uninstalling it and trying it after so many days i am not able to create an asp.net application.
please post any suggestions.

Thanks in advance
manish




working in a telecom based company as a software developer in microsoft technologies
 
Old February 18th, 2005, 04:59 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anubhav.kumar
Default

Hi Manish,

You can try following

1. Make sure that the link http://localhost is running properly. I mean your web server is responding irrespective of type of application
You can check this by simply deploying an HTML Page(index.html / default.html) and calling the link from the browser.

2. If your server is responding, then the problem may be lying in the asp.net configuration. For this , run <windir>\microsift.net\framework\<version dir>\aspnet_regiis.exe from .Net Command prompt

3. If Step 1 fails then re-run the IIS set up from control panel\add remove programs\windows set up

4. Go back to step 1.

5. It seems that MMC file for IIS Admin is corrupt. Copy it from some other machine to the appropriate folder.

6. If MMC still gives error then check or re configure your windows installation.

Anubhav Kumar
 
Old February 18th, 2005, 08:01 AM
Registered User
 
Join Date: Feb 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to chandru_micro
Default

Hi Manish,

Am Chandra Mohan, i think this might be due to two reasons.

 1. As Per Anubhav Kumar said u can do, after checking ur IIS's Application Configuration Setting under the Application Mappings Tab (check the list whether all ur dotnet file extensions are there like .aspx,.ascx,.asmx,.resx,...etc)if thay are not in the list then u try to run aspnet_regiis.exe from ur Command prompt.After running that check the list u can find all the extensions. u don't need to install ur whole windows

 2. Due to virus also these kind of this happen, for me the same kind of problem arise after that i had identified and removed the virus.

with thanks & regards
chandra mohan.







Similar Threads
Thread Thread Starter Forum Replies Last Post
ContextSwitchDeadlock was detected pshahp C# 2005 0 April 2nd, 2008 09:27 AM
ContextSwitchDeadlock was detected akumarp2p C# 2005 1 May 17th, 2007 10:36 AM
Visual Web Developer web server works NOT IIS!! [email protected] Visual Studio 2005 2 January 28th, 2005 08:49 AM
Permissions for Web app. files on Web server Jan_Ma Classic ASP Basics 0 June 28th, 2003 02:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.