I manage to run .aspx-pages.
However no .htm-pages get shown.
They are all blank ans the html is not what I have written. It is as if a
default htm-page is shown instead of the real one.
I run the web in a new application pool whicjh is set to asp net 2.0 and
integrated.
I am using Visual Web Developer to do the pages.
Anyone has som advice?
/k
It sounds like you are missing the Static Content module.
Go to Start, Administrative Tools, Server Manager. In Server Manager, in
the Roles Summary section click on "Add Roles" and click Next. You should
see "Web Server (IIS)" checked. Click Next. An information page will be
displayed discussing the changes in IIS 7.0. Click Next. In the Select Role
Services page place a check mark in "Static Content". You will probably want
"Default Document" selected too.
Description of the role services in IIS 7.0:
http://technet.microsoft.com/en-us/library/cc753473(WS.10).aspx
All the best,
Jeffrey Ingalls
"KurtSune" wrote:
> .
>
A thousand thanks!
/k
"Jeffrey Ingalls" <Jeffrey...@discussions.microsoft.com> wrote in
message news:B4ABF3EF-A1A0-40F0...@microsoft.com...
All the best,
Jeffrey Ingalls
"KS" wrote:
> .
>