Ask a Question related to ASP.NET General, Design and Development.
-
James #1
"no Web server was detected at this URL:
After installing win2K and try to run my ASP application I get the following
error:
"Visual Studio .NET cannot create or open the application because no Web
server was detected at this URL: 'http://localhost/WebApplication1'. Make
sure the Web server is installed and running.
I reinstalled IIS, registered it using aspnet_regiis, and register it with
regsvr32 but no luck.
What should I try?
James Guest
-
the error "invalid plugin detected. Adobe Reader will quit"
I have gotten the RIKLA from Adobe. And I use the example code BasicPlugin(you can download it from Adobe wetsite) as my plug_in, then, I made the... -
Server detected a backward timestamp
Hi, I have an application that records from the webcam to a file on the server. Recently the application instance has stopped responding, however... -
Connection Problem "Sokets de trois trojan detected"
Every time I try to set up my connection, my firewall warns me that a trojan "Sokets De Trois" is attempting to connect. I'm afraid to let it... -
(e)2611363 Server detected a backward timestamp
Hi to all, I'm doing an application similar to dailymotion.com to record via webcam a video. I set a bufferlength to 1000sec (i.e), so when I stop... -
<tr id="MyRow" runat="server"> ... </tr> doesn't appear in server-side code
pschrader: Look at the top of your page, where your controls are declared. Do you see one for HTMLTableRow? You may have to manually add it, if... -
Kevin Buchan #2
Re: "no Web server was detected at this URL:
I *just* had this problem. What I had to do was uninstall IIS and
VS.Net, then remove all Security Groups and local users that were
created to support IIS and Visual Studio .Net.
Then reinstall IIS and VS.Net. It took abotu 2-3 hours to do it all,
but it worked.
Alternatively, I suspect that it's a security issue, but I couldn't
figure it out. If you choose not to reinstall, but you solve it,
pleaes post your solution.
-Kevin Buchan
[email]kevin.buchan@DONTSPAMtroutmansanders.com[/email]
On Thu, 10 Jul 2003 16:16:29 -0500, "James" <NOSPAM@whatever.com>
wrote:
>After installing win2K and try to run my ASP application I get the following
>error:
>"Visual Studio .NET cannot create or open the application because no Web
>server was detected at this URL: 'http://localhost/WebApplication1'. Make
>sure the Web server is installed and running.
>
>I reinstalled IIS, registered it using aspnet_regiis, and register it with
>regsvr32 but no luck.
>
>What should I try?
>Kevin Buchan Guest
-
David Waz... #3
Re: "no Web server was detected at this URL:
some basic stuff:
o Is the IIS Server started?
o Is the default web site running? check through IIS manager
o Ping "localHost" - responding?
o Surf to "LocalHost" - you should get a page, or Under Construction or
You don't have permission - any of these indicate the service is up.
"James" <NOSPAM@whatever.com> wrote in message
news:OZ$usAyRDHA.212@TK2MSFTNGP10.phx.gbl...following> After installing win2K and try to run my ASP application I get the> error:
> "Visual Studio .NET cannot create or open the application because no Web
> server was detected at this URL: 'http://localhost/WebApplication1'. Make
> sure the Web server is installed and running.
>
> I reinstalled IIS, registered it using aspnet_regiis, and register it with
> regsvr32 but no luck.
>
> What should I try?
>
>
David Waz... Guest



Reply With Quote

