Run asp.net 2.0 and 1.1 on IIS 5.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have Win2k Pro with SP3+. This system had VS.net 2003 installed on it.
Recently i installed Vs.net 20005 Professional on it. The installation was
successful and i am able to create and execute Windows applications.

But when i try to create and run websites, nothing happens. the browser
keeps loading and loading the page.. but nothing comes up.
if i try to run the website by pressing F5 the a debugger error pops up
after a long time it takes to build it.

Web config file is present in it with <compilation debug="true"
defaultLanguage="c#" strict="true" explicit="true" /> entry

can anyone help me out?


Thanks and Regards,
 
On IIS 5, you have to choose one or the other, AFAIK. IIS 5.1 (XP) and newer
have application pools, which allow you to create pools for each version.
IIS 5 does not.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of 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

Back
Top