Unable to get the project file from the Web Server

  • Thread starter Thread starter SteveS
  • Start date Start date
S

SteveS

Hello, I'm compiling an asp.net application and having troubles. I keep
getting the errors:
"Unable to open Web project" for the web web services
and "Unable to get the project file from the Web server" for the web
project.

I believe I'm getting this because I don't have IIS pointing to the
application. However, I'm doing this on purpose because this is a test
server and I don't want to touch IIS.

I'm not using VS.Net directly, but I believe I had the same problem using
devenv.exe. (I'm actually using MSBuild from www.gotdotnet.com which I
compiled for the 1.1 .Net Framework). I think the same issues would
apply.

Is there a technical reason why I need IIS pointing to the application? Is
there a way around this? This is very frustrating!

Thank you in advance!!!

Steve
 
An ASP.NET project has to be in an IIS application. If you have access to
another system for testing, try using that - even Win2K or XP pro will do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top