This IIS is completely new to me, so please be patient with me...
I have been developing a website in ASP.NET framework 2.0 beta, locally on my work's PC, where I could run and test without problems.
I can not run and test it remotely on our server yet, because the server-people want to wait till the official release of .NET 2.0 to upgrade from 1.1.
However, I wanted other people to see and test my website under development already now, so it was suggested to me to install IIS om my own PC and have that work as a webserver for the time being.
Fair enough, I added this IIS as a windows component under WinXP Pro. Typing the IP-address of my computer in a browser gets me to the different html-pages at the website. No problem there. However, every time I want to access a .aspx an error is thrown in the browser window.
For example, when I type " everything is just peachy. However, when I write: " Then the following error message shows in the browser (translated from Danish):
XML interpretation error: not correctly formed address: Line number 1, Column 2:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
-^
Is there some setting I forgot? Is IIS at all aware of the .NET framework?
Any help is greatly appreciated...
Fedor Steeman
Geological Museum Copenhagen
Denmark
I have been developing a website in ASP.NET framework 2.0 beta, locally on my work's PC, where I could run and test without problems.
I can not run and test it remotely on our server yet, because the server-people want to wait till the official release of .NET 2.0 to upgrade from 1.1.
However, I wanted other people to see and test my website under development already now, so it was suggested to me to install IIS om my own PC and have that work as a webserver for the time being.
Fair enough, I added this IIS as a windows component under WinXP Pro. Typing the IP-address of my computer in a browser gets me to the different html-pages at the website. No problem there. However, every time I want to access a .aspx an error is thrown in the browser window.
For example, when I type " everything is just peachy. However, when I write: " Then the following error message shows in the browser (translated from Danish):
XML interpretation error: not correctly formed address: Line number 1, Column 2:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
-^
Is there some setting I forgot? Is IIS at all aware of the .NET framework?
Any help is greatly appreciated...
Fedor Steeman
Geological Museum Copenhagen
Denmark