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