Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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.

.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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...