andycharger Posted September 16, 2003 Posted September 16, 2003 I have dot net running fine on my PC at work. It is Windows 2000. I can created and edit web applications fine. However,I wanted to install it on my laptop and remove it form my pc. I have a Laptop running XP Pro. I installed dot net and can run windows applications but when I try to create a web project, I get an error. when im logged onto the local machine on my laptop I can create one fine but on my network it throws an error which suggests it is something to do with my rights to either my folders or IIS. However, on my PC on my desk, it works fine on the network. Can anyone help? Here is a typical error message: The default access mode for this project is set to file share but the folder at "http://localhost/WebApplication1! cannot be opened with the path "C:\inetpub\wwwroot\WebApplication1". The error returned was: Unable to create Web Project "WebApplication1". The File path "c:\inetpub\wwwroot\WebApplication1" does not correspond to the URL "http://localhost/WebApplication1"/ The two need to map to the same server location. Http Error 404 Object not found. Any help would be appreciated. Andy Quote
Jay1b Posted September 16, 2003 Posted September 16, 2003 You have a ! at the end of http://localhost/WebApplication1! - dont know if that helps - probably not. :) Quote
andycharger Posted September 16, 2003 Author Posted September 16, 2003 That was a typo when I entered the Problem. Its not in the windows error message!!! Quote
AndreRyan Posted September 16, 2003 Posted September 16, 2003 If the IIS is local then http://localhost/WebApp/ should work but if there is more than one IIS on the network you may want to set to http://ComputerName/WebApp/ If that doesn't help, make sure you're security permissions in C:\Inetpub\wwwroot are set to Edit/Create enabled on the Guests/Everyone accounts. This probably doesn't fit with the "Object Not Found" though. Quote .Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
Moderators Robby Posted September 16, 2003 Moderators Posted September 16, 2003 Was IIS installed before or after the Framework? Also, does this happen even if you create a new project/solution from scratch? Quote Visit...Bassic Software
andycharger Posted September 16, 2003 Author Posted September 16, 2003 Replies... OK here goes.... I think IIS was configured during. All folders/accounts are set to read/write for everything possible. When I type http://localhost/ the IIS screen appears. When I type http://computername/ it says UNDER CONSTRUCTION Any ideas? Quote
andycharger Posted September 16, 2003 Author Posted September 16, 2003 :( It happens the same when I create a project from scratch. Quote
Moderators Robby Posted September 16, 2003 Moderators Posted September 16, 2003 try and run this in the command prompt.... aspnet_regiis.exe /i Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.