c# - You do not have permission to view this directory or page. (ASP.NET website to Azure) -
i have uploaded asp.net site azure when try browse message:
"you not have permission view directory or page."
i have nothing in web.config file right , have tried google on , tried code (just copied/pasted it) without progress:
<system.webserver> <handlers> <add name="iisnode" path="server.js" verb="*" modules="iisnode" /> </handlers> <rewrite> <rules> <rule name="sommarstugan"> <match url="/*" /> <action type="rewrite" url="server.js" /> </rule> </rules> </rewrite>
then says instead:
"the resource looking has been removed, had name changed, or temporarily unavailable."
my startpage called "default.aspx" , located in folder called "html" , have tried ti change index.aspx nothing changed.
what should do? tnx
call hostname/html/default.aspx see if works.
Comments
Post a Comment