| Author |
Message |
Raja
Guest
|
Posted:
Fri Jan 14, 2005 1:11 am Post subject:
Unable to create asp.net web project in vs.net |
|
|
I was able to create asp.net project using Visual Studio.NET 2003 till
yesterday. Late yesterday i have installed Microsoft Sharepoint Services and
BizTalk 2004 Server.
Now when I create a new asp.net project using VS.NET I am getting the
following error,
"Web Access Fail" error. and I get this:
Unable to create Web project 'XXXX'. The file path
'D:\Projects\WebApplication' does not correspond to the URL
'http://localhost/WebApplication'. The two need to map to the same server
location. HTTP Error 404: Object Not Found
I am running this on windows 2003 .net.
Any help would be greatly appreciated.
Thanks
Note: I tried adding .tmp as a new MIME type in IIS, still no luck |
|
| Back to top |
|
 |
Marco
Guest
|
Posted:
Fri Jan 14, 2005 3:17 am Post subject:
RE: Unable to create asp.net web project in vs.net |
|
|
You can not create an asp.net application in the same virtual server as in
which sharepoint is running, because it will run in the security context of
Sharepoint.
What yopu should do is create a new virtual server on another port and
create your asp.net applications in this new web.
Marco
"Raja" wrote:
| Quote: | I was able to create asp.net project using Visual Studio.NET 2003 till
yesterday. Late yesterday i have installed Microsoft Sharepoint Services and
BizTalk 2004 Server.
Now when I create a new asp.net project using VS.NET I am getting the
following error,
"Web Access Fail" error. and I get this:
Unable to create Web project 'XXXX'. The file path
'D:\Projects\WebApplication' does not correspond to the URL
'http://localhost/WebApplication'. The two need to map to the same server
location. HTTP Error 404: Object Not Found
I am running this on windows 2003 .net.
Any help would be greatly appreciated.
Thanks
Note: I tried adding .tmp as a new MIME type in IIS, still no luck
|
|
|
| Back to top |
|
 |
Raja
Guest
|
Posted:
Fri Jan 14, 2005 6:17 pm Post subject:
RE: Unable to create asp.net web project in vs.net |
|
|
Marco,
Thanks for your response. But I am unable to create a virtual server in my
IIS 6.0. When I right click "MyServer", Click "New" and "NNTP Virtual
Server", it gives the following error.
NNTP Configuration
"Overlapped I/O operation in progress".
I tried restarting IIS, restarting windows 2003 server i still get the
error. Please help me out.
Thanks
"Marco" wrote:
| Quote: | You can not create an asp.net application in the same virtual server as in
which sharepoint is running, because it will run in the security context of
Sharepoint.
What yopu should do is create a new virtual server on another port and
create your asp.net applications in this new web.
Marco
"Raja" wrote:
I was able to create asp.net project using Visual Studio.NET 2003 till
yesterday. Late yesterday i have installed Microsoft Sharepoint Services and
BizTalk 2004 Server.
Now when I create a new asp.net project using VS.NET I am getting the
following error,
"Web Access Fail" error. and I get this:
Unable to create Web project 'XXXX'. The file path
'D:\Projects\WebApplication' does not correspond to the URL
'http://localhost/WebApplication'. The two need to map to the same server
location. HTTP Error 404: Object Not Found
I am running this on windows 2003 .net.
Any help would be greatly appreciated.
Thanks
Note: I tried adding .tmp as a new MIME type in IIS, still no luck
|
|
|
| Back to top |
|
 |
Marco
Guest
|
Posted:
Fri Jan 14, 2005 6:49 pm Post subject:
RE: Unable to create asp.net web project in vs.net |
|
|
All the terms get confusing, but what I meant is that you should create a new
website via IIS admin.
Websites --> new website and give this a different port number then port 80.
Marco
"Raja" wrote:
| Quote: | Marco,
Thanks for your response. But I am unable to create a virtual server in my
IIS 6.0. When I right click "MyServer", Click "New" and "NNTP Virtual
Server", it gives the following error.
NNTP Configuration
"Overlapped I/O operation in progress".
I tried restarting IIS, restarting windows 2003 server i still get the
error. Please help me out.
Thanks
"Marco" wrote:
You can not create an asp.net application in the same virtual server as in
which sharepoint is running, because it will run in the security context of
Sharepoint.
What yopu should do is create a new virtual server on another port and
create your asp.net applications in this new web.
Marco
"Raja" wrote:
I was able to create asp.net project using Visual Studio.NET 2003 till
yesterday. Late yesterday i have installed Microsoft Sharepoint Services and
BizTalk 2004 Server.
Now when I create a new asp.net project using VS.NET I am getting the
following error,
"Web Access Fail" error. and I get this:
Unable to create Web project 'XXXX'. The file path
'D:\Projects\WebApplication' does not correspond to the URL
'http://localhost/WebApplication'. The two need to map to the same server
location. HTTP Error 404: Object Not Found
I am running this on windows 2003 .net.
Any help would be greatly appreciated.
Thanks
Note: I tried adding .tmp as a new MIME type in IIS, still no luck
|
|
|
| Back to top |
|
 |
JOPX
Guest
|
Posted:
Sun Jan 16, 2005 9:59 pm Post subject:
RE: Unable to create asp.net web project in vs.net |
|
|
Another option is first creating the virtual directory within IIS, then add
it to the excluded paths (Through the SharePoint Central Administration pages
or with stsadm.exe) and then create a new asp.net web project from within
VS.Net.
friendly greetings,
Joris
http://jopx.blogspot.com
"Marco" wrote:
| Quote: | All the terms get confusing, but what I meant is that you should create a new
website via IIS admin.
Websites --> new website and give this a different port number then port 80.
Marco
"Raja" wrote:
Marco,
Thanks for your response. But I am unable to create a virtual server in my
IIS 6.0. When I right click "MyServer", Click "New" and "NNTP Virtual
Server", it gives the following error.
NNTP Configuration
"Overlapped I/O operation in progress".
I tried restarting IIS, restarting windows 2003 server i still get the
error. Please help me out.
Thanks
"Marco" wrote:
You can not create an asp.net application in the same virtual server as in
which sharepoint is running, because it will run in the security context of
Sharepoint.
What yopu should do is create a new virtual server on another port and
create your asp.net applications in this new web.
Marco
"Raja" wrote:
I was able to create asp.net project using Visual Studio.NET 2003 till
yesterday. Late yesterday i have installed Microsoft Sharepoint Services and
BizTalk 2004 Server.
Now when I create a new asp.net project using VS.NET I am getting the
following error,
"Web Access Fail" error. and I get this:
Unable to create Web project 'XXXX'. The file path
'D:\Projects\WebApplication' does not correspond to the URL
'http://localhost/WebApplication'. The two need to map to the same server
location. HTTP Error 404: Object Not Found
I am running this on windows 2003 .net.
Any help would be greatly appreciated.
Thanks
Note: I tried adding .tmp as a new MIME type in IIS, still no luck
|
|
|
| Back to top |
|
 |
|
|
|
|