|
IIS |
| Top 4 Resources | |
| Resource | |
| Resource | |
| Resource | |
| Resource | |
| Quick Reference | |
| Start from run | INETMGR |
| ISRESET | |
| Errors | |
| Directory Listing Denied | No file(s) in folder/directory to be found. |
| When Copying
files from Visual Studio to a Web Server.
Server Error: The Folder "Tele2000" is marked executable. You are not allowed to put files into an executable folder. |
In
IIS properties dialog box - Directory tab - set Execute Permissions to:
scripts only. Not scripts and Executables. |
| Add Virtual Directory | From
Visual Studio VB.net you can create a new project. Http://yourIntranetName/yourProject.vbproj
Then in IIS Right Click on - Default Web Sites Create Virtual Directory When asked for path point to folder created by Visual Studio or a folder you have created that is in the path of the IIS.
Make sure to set Execute Permissions to Scripts Only!
In IIS, in your virtual directory, always right click a web page in your project and Browse it to make sure that all is working correctly before you try and view the site from a remote pc!
|