I have multiple local web servers , (developing, testing and production servers) when I copy my asp.net application between these servers I get this common error, and the IDE says cant start debugging and so on , so my work around is as follow:
- Remove your files and folders from your application directory (normally under C:\Inetpub\wwwroot/ExampleApp) to another folder
- Delete the folder and recreate it with IIS
- Tasks-new virtual directory- entry alias- make a folder, etc
- Then copy and past (not cut and past) the content to the new directory
This normally is a work around but I don’t think it’s the right solution
I think its something about permissions
No comments:
Post a Comment