Ask a Question related to ASP.NET General, Design and Development.
-
John Baima #1
Re: unable to create Web project
John Baima wrote:
This problem really sucks and the docs are really bad. Here are the>I am unable to create Web project now. If I do a File | New Project |
>ASP.NET Web Application, I always get a message like:
>
>======
>Unable to create Web project 'MyTestWeb'. The file path
>'c:\inetpub\wwwroot\MyTestWeb' does not correspond to the URL
>'http://localhost/MyTestWeb'. The two need to map to the same server
>location.
>======
>
three things I found which solved the problem for me [IIS 5.1 (XP
Pro)]:
A. IE
====
1 - Fire up IE browser
2 - go to Tools Menu
3 - Select Internet Options
4 - In the Internet Options dialog box, click the Connections tab
5 - In that tab, click on the LAN Settings button
6 - The LAN Settings dialog box will come up
Then, UNCHECK the 'Automatically Detect Settings' Checkbox.
**You must also check the "Bypass proxy server for local addresses
Checkbox!!
If you get a HTTP Error 403: Access denied, try:
B. IIS Default Web Site
================
1 - Control Panel
2 - Administrative Tools
3 - Computer Management
4 - Services And Applications
5 - Internet Information Services
6 - Default Web Site
7 - Right click -> Properties -> Home Directory
8 - Just under "Local Path", click on: Script Source Access, Read
C. IIS Needs ASP.NET
================
If you re-install ISS, you need to also re-install the ASP.NET (1.1)
extensions.
try this
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis -i
Hope that this helps someone else!!
-John
John Baima Guest
-
Unable to Validate Configuration of a PHP Project
Would it work if I develop on my Mac using a local version of MAMP and then copied the files up to my shared hosting solution??? I am in the same... -
Unable to open Web project after requiring SSL
After installing SSL, everything appears to be working, except one thing -- no Web project in a virtual directory that requires SSL will open in... -
cannot create project in .NET
I've WinXP + IIS 5.1. The server works without any problem, i.e., when I trying http://localhost/index.asp it executes the script index.asp. But... -
still can't create asp.net project in vs.net 2003
1. How do you know that iis is installed? To make sure hit the server with the browser http://127.0.0.1 If it comeback with something then you are... -
Unable to get the project file from Web server
Hi, I have an ASP.NET application that somebody gave it to me but when I attempt to run it I get the following error in a dialog with a title... -
Herman #2
Unable to create web project
Hi group,
I'm not sure if here's the right subgroup to post my
question but just figure to give it a try. Anyway, When
I open a new ASP .NET Application project from VS.NET,
I had window showed 'Web Access Failed' with following
error msg:
The default web access mode for this project is set to
file share, but the project folder at
'http://localhost/Spikeshop' cannot be opened
with the path 'c:\inetpub\wwwroot\Spikeshop'.
Unable to create Web project 'Spikeshop'. The file path
'c:\inetpub\wwwroot\Spikeshop' does not correspond to
the URL 'http://localhost/Spikeshop'. The two need to
map to the same server location.
I'm using XP Pro w/ SP1, .NET FrameWork 1.1, v1.0.3705.
Any ideas?
Herman Guest
-
Jan Tielens #3
Re: Unable to create web project
I suggest you post this question in the ASP.NET or VisualStudio.NET
newsgroups, this one is for webservices.
--
Greetz,
Jan
__________________________________
Read my weblog: [url]http://weblogs.asp.net/jan[/url]
"Herman" <anonymous@discussions.microsoft.com> schreef in bericht
news:00dd01c3d946$91eef2c0$a601280a@phx.gbl...> Hi group,
> I'm not sure if here's the right subgroup to post my
> question but just figure to give it a try. Anyway, When
> I open a new ASP .NET Application project from VS.NET,
> I had window showed 'Web Access Failed' with following
> error msg:
>
> The default web access mode for this project is set to
> file share, but the project folder at
> 'http://localhost/Spikeshop' cannot be opened
> with the path 'c:\inetpub\wwwroot\Spikeshop'.
>
> Unable to create Web project 'Spikeshop'. The file path
> 'c:\inetpub\wwwroot\Spikeshop' does not correspond to
> the URL 'http://localhost/Spikeshop'. The two need to
> map to the same server location.
>
> I'm using XP Pro w/ SP1, .NET FrameWork 1.1, v1.0.3705.
> Any ideas?
>
Jan Tielens Guest
-
Unable to create web project
Try to create a virtual directory directory name as
Spikeshop and point it to c:\inetpub\wwwroot\Spikeshop
path>-----Original Message-----
>Hi group,
>I'm not sure if here's the right subgroup to post my
>question but just figure to give it a try. Anyway, When
>I open a new ASP .NET Application project from VS.NET,
>I had window showed 'Web Access Failed' with following
>error msg:
>
> The default web access mode for this project is set to
> file share, but the project folder at
> 'http://localhost/Spikeshop' cannot be opened
> with the path 'c:\inetpub\wwwroot\Spikeshop'.
>
> Unable to create Web project 'Spikeshop'. The file> 'c:\inetpub\wwwroot\Spikeshop' does not correspond to
> the URL 'http://localhost/Spikeshop'. The two need to
> map to the same server location.
>
>I'm using XP Pro w/ SP1, .NET FrameWork 1.1, v1.0.3705.
>Any ideas?
>
>.
>Guest



Reply With Quote

