Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET Version 1.1

Status
Not open for further replies.

donnie4564

IS-IT--Management
Jan 12, 2002
129
US
On a WindowsXP Professional PC I installed IIS, Visual Studio .Net 2003, .net framework 1.1 SDK, and the .net framework 1.1 redistributable. I assume both the "frameworks" contain asp.net 1.1. I need to open Visual Studio 2003 project created on another computer running Visual studio 2003. When I open I get:

"visual studio .net has detected that the specified webserver is not running asp.net ver 1.1 you will be unable to run asp.net web applications or services"

Any Help for this?
Thanks,
Donnie
 
you need to run 'aspnet_regiis'

On windows 2000 it will look like this

from a command line type
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis /i

I'm not sure what the folder would by in XP but just do a search on 'aspnet_regiis.exe'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top