T
Turki Ben Sumih
Dear Friends,
I'm assigned a task to create a welcome page for project Server.The company
needs that when you type http://myServer; it shows a welcome 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 when i
add greeting.html it gives me the follwing error:
The Website referenced here is not in the configuration database. !!!!!!!!!!
Could you please help me solving this issue ? Thanks in Advanced.
I'm assigned a task to create a welcome page for project Server.The company
needs that when you type http://myServer; it shows a welcome 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 when i
add greeting.html it gives me the follwing error:
The Website referenced here is not in the configuration database. !!!!!!!!!!
Could you please help me solving this issue ? Thanks in Advanced.