The book I'm reading never explained anything about having IIS running or anything . I suppose the proj won't work without it so I installed and started it . Now I keep getting this error "403 forbidden" . See the image below . Any thoughts ?
Last edited by Pirate; Oct 19th, 2004 at 08:42 AM.
1. Try using a name other than WebApplication1
2. Click the Help button, there are usually instructions there
3. You may have to modify some settings in IIS... enable directory browsing, for example, is what comes to mind first.
If you've installed IIS after the .net framework (which I'm guessing you have from reading that note), then go into the windows explorer/my computer & goto:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322
(which might change a little depending on your windows path & version of the .net framework). Grab the aspnet_regiis.exe executable & drag it into a dos command prompt. Put a "-i" after it then hit enter to add and register all of the asp.net parts of the .net framework into IIS.
If after rebooting this doesn't work, then can you give us the actual error message you're receiving in visual studio when you try & create a new web application please?
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
I can't set any user name on this partition , though it's NTFS . But I did give write and browsing permission in the web sharing tab .I uninstalled it also and reinstalled it but still same error . I finally used Microsoft Web Matrix IDE but not really happy with it . So any other thoughts guys !