T
Turki Ben Sumih
Dear Friends,
I'm assigned a task to create a page for project Server.The company
needs that when you type http://myServer; it shows a page then you
click it after that you will be directed to http://myServer/Projectserver. I
did the following:
1. I created a page named greeting.html and put it in the wwwroot.
2. I put greeting.html at the top level in the default website properties
documents
Now when i type http://myserver it gives me http://myserver/default.aspx
instead of http://myserver/greeting.html
I found out that the Sharepoint ISAPI filter takes control of this issue
where it blocks all requests that are not in the managed path. I read an
article to add a new path in the managed path of the sharepoint but it does
not work where i added my page to the excluded & included path.
So, Can anybody help me finding a solution for my issue where when i type
http://myserver i am directed to http://myserver/greeting.html
Note: when i delete the root site for WSS , my page works BUT Risks ,Issues
and Documents dont work !
Thanks in Advanced.
I'm assigned a task to create a page for project Server.The company
needs that when you type http://myServer; it shows a page then you
click it after that you will be directed to http://myServer/Projectserver. I
did the following:
1. I created a page named greeting.html and put it in the wwwroot.
2. I put greeting.html at the top level in the default website properties
documents
Now when i type http://myserver it gives me http://myserver/default.aspx
instead of http://myserver/greeting.html
I found out that the Sharepoint ISAPI filter takes control of this issue
where it blocks all requests that are not in the managed path. I read an
article to add a new path in the managed path of the sharepoint but it does
not work where i added my page to the excluded & included path.
So, Can anybody help me finding a solution for my issue where when i type
http://myserver i am directed to http://myserver/greeting.html
Note: when i delete the root site for WSS , my page works BUT Risks ,Issues
and Documents dont work !
Thanks in Advanced.