473,763 Members | 1,893 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS.Net 2003, unable to open web project

Hi Iam unable to open my ASP.Net web project HRMS.vbproj suddenly in
VS.Net 2003

I am getthing this error.

Unable to open Web project '/'. The file path 'D:\company\ASP \Web'
does not correspond to the URL 'http://Localhost:'. The two need to
map to the same server location. HTTP Error 500: Internal Server Error

The webinfo file reads

<VisualStudioUN CWeb>
<Web URLPath = "http://localhost/HRMS.vbproj" />
</VisualStudioUNC Web>
The IIS logs read

2008-02-16 11:03:26 127.0.0.1 GET /vs-191401699729913 227_tmp.htm - 80
- 127.0.0.1 Microsoft-Visual-Studio.NET/7.10.3077 500 0 0
2008-02-16 11:03:26 127.0.0.1 GET /get_aspx_ver.as px - 80 - 127.0.0.1
Microsoft-Visual-Studio.NET/7.10.3077 500 0 0
2008-02-16 11:03:26 127.0.0.1 GET /vs-191292325429913 227_tmp.htm - 80
- 127.0.0.1 Microsoft-Visual-Studio.NET/7.10.3077 500 0 0
2008-02-16 11:03:26 127.0.0.1 GET /get_aspx_ver.as px - 80 - 127.0.0.1
Microsoft-Visual-Studio.NET/7.10.3077 500 0 0

Also, In the IIS -Home Directory Configuration, the htm and aspx are
mapped to C:\windows\micr osoft.net\frame work
\v1.1.4322\aspn et_isapi.dll

The only thing special of this case is that .net 2.0 is also installed
in this machine. But all the file extensions are mapped to run against
1.1 only.

Any help is appreciated.

thanks,
Anand.

Feb 16 '08 #1
2 5184
Is your web server pointing to the d:\company\asp\ web directory? What this
error is telling you is that the location of your web, in this case
localhost, does not map to the physical location of the files.

Try pointing the root of your IIS to this directory and see if you can open
it then.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"Sagar" <an********@gma il.comwrote in message
news:1d******** *************** ***********@64g 2000hsw.googleg roups.com...
Hi Iam unable to open my ASP.Net web project HRMS.vbproj suddenly in
VS.Net 2003

I am getthing this error.

Unable to open Web project '/'. The file path 'D:\company\ASP \Web'
does not correspond to the URL 'http://Localhost:'. The two need to
map to the same server location. HTTP Error 500: Internal Server Error

The webinfo file reads

<VisualStudioUN CWeb>
<Web URLPath = "http://localhost/HRMS.vbproj" />
</VisualStudioUNC Web>
The IIS logs read

2008-02-16 11:03:26 127.0.0.1 GET /vs-191401699729913 227_tmp.htm - 80
- 127.0.0.1 Microsoft-Visual-Studio.NET/7.10.3077 500 0 0
2008-02-16 11:03:26 127.0.0.1 GET /get_aspx_ver.as px - 80 - 127.0.0.1
Microsoft-Visual-Studio.NET/7.10.3077 500 0 0
2008-02-16 11:03:26 127.0.0.1 GET /vs-191292325429913 227_tmp.htm - 80
- 127.0.0.1 Microsoft-Visual-Studio.NET/7.10.3077 500 0 0
2008-02-16 11:03:26 127.0.0.1 GET /get_aspx_ver.as px - 80 - 127.0.0.1
Microsoft-Visual-Studio.NET/7.10.3077 500 0 0

Also, In the IIS -Home Directory Configuration, the htm and aspx are
mapped to C:\windows\micr osoft.net\frame work
\v1.1.4322\aspn et_isapi.dll

The only thing special of this case is that .net 2.0 is also installed
in this machine. But all the file extensions are mapped to run against
1.1 only.

Any help is appreciated.

thanks,
Anand.
Feb 16 '08 #2
Yes, my IIS web server root is pointing to 'D:\company\ASP \Web'
On Feb 17, 3:15*am, "Mark Fitzpatrick" <markf...@fitzm e.comwrote:
Is your web server pointing to the d:\company\asp\ web directory? What this
error is telling you is that the location of your web, in this case
localhost, does not map to the physical location of the files.

Try pointing the root of your IIS to this directory and see if you can open
it then.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
Feb 17 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1338
by: Hardy Wang | last post by:
Hi all: we used to have a development web server in our LAN within same domain. Now we need to build another web development server, but that server is inside its own domain without any trusting. I copied my web projects to new server, created same virtual directories in new IIS, shared wwwroot$, I even created a new user in new web server's domain with same username and password, added this user to IIS's operator. But I failed to open...
1
1568
by: Winshent | last post by:
I have recently upgraded my desktop from windows 2000 to XP Pro. I backed up my project by simply copying accross the files in the project. I have changed the default virtual directory from InetPub to another and i have enabled file sharing and security settings for Internet Guest Account, VS Developers and ASPNET Account. I have copied my project files (all within the project folder) under the default directory and converted this...
1
1603
by: Shane | last post by:
This may not be the right forum, but I need to start somewhere. I am getting a message box "Unable to Open Project 'My Project'." when I open my project. My project opens and compiles correctly, but this is an annoyance. The problem started when I restored my frmPhrases.resx and frmPhrases.vb files. I put in a feature that was not supported on the host system, and I didn't want to back out all of the code. I simply restored the...
0
1044
by: Chen | last post by:
I do not know what's wrong with my computer setting. When I try to open a project from 'project from web'. If I type the computer name in the textbox of the dialog box: http://CompterA it will show open project dialogbox and show a list subfolders in default web site. If I type 'localhost' then it will direct me to 'My Documents' folder If I try add a New Folder to the above 'open project' dialog box under 'Web Folders'
1
1511
by: ben | last post by:
Hi, I'm coding an open project. The configuration is stored in an XML file. Should I, 1. parse this XML file with the PHP XML parsing expat library 2. parse this XML file with an Pear package included
1
1809
by: vhrao | last post by:
I created asp.net project with location http://localhost/proj1, which works fine. Now I found out that I have to change port from 80 to 8080. I changed TCP port for deafult website from 80 to 8080 and restarted IIS. Checked http://localhost:8080 works fine. I tried opening my project and VS.NET 2003 cannot open my project, gives error: Web server reported following error when attempting to create or open the web project located at the...
1
1896
markmcgookin
by: markmcgookin | last post by:
Hi Folks, this is a problem I had a few days ago, and I was able to solve it, but I thought I'd post the solution I found here incase anyone has a similar problem! I found this stuff on an MSNDN forum.
0
1842
by: Fendi Baba | last post by:
I created an ASP.net page which opens excel. This works fine in Office 2007. However, Excel 2003 runs in an error which states "cannot read output file". Hee is the VB code and below is the ASPX code. Imports System.Data.SqlClient Imports System.Web.Configuration Imports System.Web.UI
1
2514
by: jonny | last post by:
Went from using Visual Web Develop express to Visual Studio 2005 and getting error when trying to open project. Error message: "One or more projects in the solution could not be loaded for the following reason(s): The project file or web has been moved, renamed or is not on your computer.
0
9566
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10149
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9943
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8825
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7370
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5410
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3529
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2797
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.