D
Daniel Wilson
On two different computers, I am running Windows 2000 Professional, IIS5,
and the .NET framework.
I created an ASP.Net application. On the first system it worked great. Now
I have to put it on the second system for my boss to take to Alabama next
week.
I installed IIS on the second system and pointed my browser at it, only to
find that, rather than processing the code like the first computer did, it
serves the whole thing up like a static page.
Finding that the ASP.Net ISAPI filter did not automatically install on the
second machine like it did on the first, I added it manually. No good. I
still get the entire ASPX file sent to the browser.
What am I doing wrong?
Thanks.
Daniel Wilson
and the .NET framework.
I created an ASP.Net application. On the first system it worked great. Now
I have to put it on the second system for my boss to take to Alabama next
week.
I installed IIS on the second system and pointed my browser at it, only to
find that, rather than processing the code like the first computer did, it
serves the whole thing up like a static page.
Finding that the ASP.Net ISAPI filter did not automatically install on the
second machine like it did on the first, I added it manually. No good. I
still get the entire ASPX file sent to the browser.
What am I doing wrong?
Thanks.
Daniel Wilson