Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey. I am new to ASP.net and having some difficulty.

I am using windows 8 and VS 2012.

I want to create ASP.net website that runs on local network. I am using IIS manager but it is giving this error: Authorization Cannot verify access to path...

I am still a beginner can someone please explain the first steps to run the website on local network.
Posted
Updated 3-Dec-12 11:10am
v3

1 solution

I'm not sure how to comment so I'll post this as a solution.

There are several things that could be off. I'll bet you don't have IIS setup for WebDAV. It would also be worth making sure you have permissions setup properly.

Did you check the event logs on the server?
 
Share this answer
 
Comments
missak boyajian 3-Dec-12 1:22am    
I have already enabled WebDAV from the program feautures in control panel and in IIS.
And I dont know how to check the event logs on the server.
I also found another error in IIS. when i enter the basic settings of the site and test the settings there is 1 error: Authorization cannot verify access to path (D:\...).

What should I do??
Expert Coming 4-Dec-12 0:14am    
That either means that IIS doesn't have permission to the path, or if using something like impersonation, the user accessing the site doesn't have permission to that path.
missak boyajian 4-Dec-12 0:19am    
How can i give permission to the path?
Expert Coming 4-Dec-12 0:22am    
http://tinyurl.com/btomap4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900