|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
asp.net newbieI've instaled framework 1.1.
When i try to build asp.net web aplication and do the setup in IIS virtual dir i get message : you are not running specific asp.net version 1.1 what do i need to download? Use the Aspnet_regiis.exe tool to re-register ASP v1.1. Search Microsoft's
web site for the parameters you need to use. Colin Show quoteHide quote "godfader" <myemail***@yahoo.com> wrote in message news:cob1o2$7q9$1@bagan.srce.hr... > I've instaled framework 1.1. > When i try to build asp.net web aplication and do the setup in IIS virtual > dir i get message : > > you are not running specific asp.net version 1.1 > > > what do i need to download? > > I think the mapping was not set for asp.net 1.1 to IIS that you are running.
You will have to map this by issuing a command at command prompt like C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i The above command recreates the script mapping between IIS and ASP.NET 1.1 and makes IIS aware of right handling of your asp.net apps.. Enjoy Sudhakar Sadasivuni http://weblogs.asp.net/ssadasivuni MyUG : http://www.mugh.net Show quoteHide quote "godfader" wrote: > I've instaled framework 1.1. > When i try to build asp.net web aplication and do the setup in IIS virtual > dir i get message : > > you are not running specific asp.net version 1.1 > > > what do i need to download? > > >
Other interesting topics
garbage collection problem in large linked list
Copy protection for a .NET application Is there anyway to treat ViewState the same as SessionState? can't run process Assemblies Working Set .Net Framework in Windows 2003 XML editor component why GetHostByAddress gives me only computer name not actuall web hostname How to view an icon on the taskmanager for a Windows Service How Programly create assemblyes native image |
|||||||||||||||||||||||