I am trying to publish my asp.net website on LAN ans i have IIS7 installed on my system i copied all files in "C:\inetpub\wwwroot\Elearn\" and converted it into Application but when i try to access it in browser it gives this error. enter image description here

Please help me to rectify and run my site. Thanks

i get Error when i tried to access my site via Directory Listing .enter image description here

有帮助吗?

解决方案

What is the landing page for your site called? If it's not default.aspx, or similar, you will need to add it as a default document in IIS.

Also, double check the permissions on that directory and make sure your app pool user has the appropriate access to it, and that it inherits down.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top