I am posting this post since I had some problems while hosting a site in IIS in Windows Server 2008 R2.
To add a web site in IIS, right click on Sites in the IIS Manager and select Add Web Site as shown in the below figure.
Then you will get the Add Web Site window as shown below and enter the required details.
Physical Path should be the folder which contains the web site files and it should locate inside the C:\inetpub\wwwroot\wss\VirtualDirectories folder.
Then click Ok to complete it.
But if you try to browse the site, it will give you an error.
To avoid it and browse the web site you need to do two things.
First one is, add the IIS_IUSRS and allow full permission. To do it right click on the site and select Edit Permission as shown in the below figure.
Then go to the Security tab in the new window and add the IIS_IUSRS user and allow Full Control. Then click Ok.
Still you cannot view the page because of an authorization error.
To avoid it you need to do the second thing.
Select the site and you will get a screen as below.
Then double click on Authentication and you can see enabled authentication types. In that Windows Authentication is displayed as Disabled. Right click on it select Enable as shown in below figure.
It will fix the authentication error and you will be able to browse the web site...
Business Intelligence, Data Warehousing, OLAP Implementation, Reporting and many more...
Subscribe to:
Post Comments (Atom)
tablename_WriteToDataDestination: Mashup Exception Data Source Error Couldn't refresh the entity...
Once a Dataflow is created and published on Fabric, got the below error while refreshing the Dataflow. tablename_ WriteToDataDestination: M...
-
In SQL Report Subscription, you may want to send the report with the link and you can do it by selecting Include Link value. But some time...
-
In SQL Server Analysis Services Cube, there may be a situation where we need to combine two related fact tables. This kind of a situation ma...
-
When I tried to connect to a SharePoint URL in dashboard designer options, it prompt a message saying "The URL is not available, does n...
No comments:
Post a Comment