Configure ASP.NET

  • Thread starter Thread starter =?iso-8859-1?Q?St=E9phane?=
  • Start date Start date
?

=?iso-8859-1?Q?St=E9phane?=

Hi, Did somebody knows how to configure ASP.NET in XP PRO
with service pack installed? The problem that I have
actually is I cannot display any web controls in my web
page. I have installed .NET Framework 1.1 and IE Web
Controls. If somebody have an idea please reply this
message.

Thanks.
 
Shephane,

Did you install framework after installing the IIS or before ?

you will need webmatrix or visual studio for developing asp pages. though
you can do it just by notepad but it will be painful.

if you are not sure whether the settings are correct run the following

1) %windir%\Microsoft.NET\Framework\framework_version\aspnet_regiis -i
This command is supposed to install ASP.NET in IIS if IIS is installed
after VS.NET 2003 which is NOT my case.

2) regsvr32
%windir%\Microsoft.NET\Framework\framework_version\aspnet_isapi.dll
This command registers the aspnet_isapi.dll


--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
 
Hi Dave,

Thanks for these tips. I installed .NET Framework before
IIS. Because when I tried to open a web project into
VS.NET I receive an error that tell the IIS is not
installed.

I'm gonna check my setting by doing the folling command
that you gave me.

Thanks again!
-----Original Message-----
Shephane,

Did you install framework after installing the IIS or before ?

you will need webmatrix or visual studio for developing asp pages. though
you can do it just by notepad but it will be painful.

if you are not sure whether the settings are correct run the following

1) %windir%
\Microsoft.NET\Framework\framework_version\aspnet_regiis -i
 
Hi Stephane,
As per your description, i guess you are not able to display IE Web Controls
on your page. If i am correct, please do the following
There is a folder called "webctrl_client" which needs to be copied onto
WWWROOT folder and on to your Application ROOT FOLDER. THis will solve your
problem

Pratap
Team Lead
Surisoft.net
email: (e-mail address removed)
web: www.surisoft.net
 
Back
Top