asp.net newbie

G

godfader

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?
 
C

Colin Halliday

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top