|
 |
aspx thread: Question about VS.Net Beta 2
Message #1 by "Tangent" <tangent@u...> on Tue, 20 Nov 2001 11:48:48 -0600
|
|
Hi,
I don't seem to be able to connect to the root of a website <Root Web>
using VS.Net, anyone has any hints on doing that? I have IIS 5.0 and
Frontpage 2002 Extension.
Thanks!
- Tangent
Message #2 by "S. Asif Imam" <asifimam@y...> on Wed, 21 Nov 2001 08:36:27 +0500
|
|
Please try this ..may be it can help ....
1.. From the command line, navigate to the .Net version directory. For
example:
C:\Winnt\Microsoft.Net\Framework\v1.0.XXXX
2.. Run the following command:
regsvr32.exe aspnet_isapi.dll
3.. Run the following command:
iisreset.exe
----- Original Message -----
From: "Tangent" <tangent@u...>
To: "ASP+" <aspx@p...>
Sent: Tuesday, November 20, 2001 10:48 PM
Subject: [aspx] Question about VS.Net Beta 2
> Hi,
>
> I don't seem to be able to connect to the root of a website <Root Web>
> using VS.Net, anyone has any hints on doing that? I have IIS 5.0 and
> Frontpage 2002 Extension.
>
> Thanks!
>
> - Tangent
>
>
> ---
> VBug Winter Conference 2001
>
> Open Forum: Dan Appleman will be hosting an open
> forum at The .NET Developer's Conference on
> 29th November 2001. The session will give
> developers the chance to discuss and question
> Dan on his experience with the .NET environment.
> Dan has been programming Visual Basic since the
> alpha version 1.0. And with over 10 years
> Visual Basic experience is well qualified to
> help you on your road to being a .NET Guru.
>
> http://www.vbug.co.uk/redirect.asp?url=39&id=17
>
> ---
> You are currently subscribed to
> aspx as: asifimam@y...
> $subst('Email.Unsub')
|
|
 |