Hi
I tried to create a new
vb.net web application using visual studio. But receved the following error:
Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run asp.net web application or service
tried to resolve it using the following link:
http://support.microsoft.com/default...b;en-us;306005
according to the instruction i type the following at the dos windows:
"%windir%\Microsoft.NET\Framework\v1.1\aspnet_regi is.exe" -i
the dos window responds with:
"the system cannot find the path specified"
is this because i am supposed to replace %windir% with some thing else (if so what) ?
A