ERROR TRYING TO PEN ONE APPLICATION

  • Thread starter Thread starter Gina L. Hernandez
  • Start date Start date
G

Gina L. Hernandez

Hello:

we have one application in Visual.NET when we published it using the
IIS, I could browse it like locqal host, but when trying to use the IP
adress, I couldn't do ig, so we created another IP adress for the
application. Now I can see the application using the IP address, but when
I trying to open the SOLUTION from .NET I get this message:



VISUAL STUDIO.NET HAS DETECTED THAT THE SPECIFIED WEB SERVER IS NOT RUNNING
ASP.NET VERSION 1.1. YOU WILL BE UNBABLE TO RUN ASP.NET WEB APPLICATION OR
SERVICES



I need help with this poblem.

Thanks
 
I did all the steps but I sitll have the problems, what other things could I
do?
 
Here's a remedy that someone posted some time ago:



Resolution:

1) Delete the ASPNET account using Computer Management.

2) Recreate the ASPNET account by running: aspnet_regiis -I, from

C:\<winDir>\microsoft.net\framework\v1.1.4322 directory :

Click Start, and then click Run.

In the Open text box, type cmd, and then press ENTER.

At the command prompt, type the following, and then press ENTER:

"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i

In this path, version represents the version number of the .NET Framework
that
you

installed on your server.

You must replace this placeholder with the actual version number when you
type
the

command. If you use Visual Studio 2003 and framework 1.1 it it v1.1.4322

3) Restart IIS.

4) Now the ASPX pages should work fine and you also should be able to create
new ASP.NET web projects.
 
Back
Top