1. Open IIS Manager. >
2. Add site .
3. And add host site name.
4. Add this site name to System Host file(C:\Windows\System32\drivers\etc\host) with your machine IP address .
5.then
7. Run %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir
or Run %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir
8. Folder permition to Application Folder > Security > Add User > IIS_IUSER and also add IUSER. Give full permetion.
9. Add this section in web config if not added.
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
</system.webServer>
2. Add site .
3. And add host site name.
4. Add this site name to System Host file(C:\Windows\System32\drivers\etc\host) with your machine IP address .
5.then
6.
make pool .net framework vestion v4.07. Run %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir
or Run %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir
8. Folder permition to Application Folder > Security > Add User > IIS_IUSER and also add IUSER. Give full permetion.
9. Add this section in web config if not added.
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
</system.webServer>
No comments:
Post a Comment