Newbie: Clarification between ".Net Framework 1.1" and "ASP.NET 1.

G

Guest

I had thought that i had ASP.NET 1.1 installed on my machine. However, when
trying to open an ASP.NET project via VS .NET 2003, i get a warning that my
machine currently supports ASP.NET 1.0, and that if i open my project the
ASP.NET 1.1 specific code will not work.

I do have the .Net Framework 1.1 and patches/hotfixes installed.

My question is: Do i need to download and install a separate ASP.NET
"Framework"?

Thanks,
 
G

Guest

If you truly have 1.1 installed, you will have a directory for it under
%windir%/Microsoft .NET/Framework for the 1.0 and 1.1 Framework. If so, you
have not registered 1.1 as your default in IIS. Using a .NET prompt, or a
command prompt in the 1.1 directory:

aspnet_regiis /i


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

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