VB.Net

  • Thread starter Thread starter Damax
  • Start date Start date
D

Damax

Guest
Can anyone help me?
I am working on a project for school where I have to create a web
application in VB.Net. I had to download and install Apache server to store
my projects on. I have finished projects on the Apache server and I can
display them in Explorer by using http://localhost but when I try to open
the projects in Visual Studio(VB.Net), it keeps telling me that the project
does not exsist on the server. Also, if I try to create a new project, I get
the same response. I have already reinstalled Visual Studio in order to help
configure it with the Apache server but, it still has the same problem. I am
currently running Windows Vista and had to disable Account Guard temporarily
in order to install Apache. If anyone knows what I can do to fix the problem
I would greatly appreciate it.

Damax
 
Re: VB.Net


"Damax" <damaxic@verizon.net> wrote in message
news:uuTdoHU2HHA.5360@TK2MSFTNGP03.phx.gbl...
> Can anyone help me?
> I am working on a project for school where I have to create a web
> application in VB.Net. I had to download and install Apache server to
> store my projects on. I have finished projects on the Apache server and I
> can display them in Explorer by using http://localhost but when I try to
> open the projects in Visual Studio(VB.Net), it keeps telling me that the
> project does not exsist on the server. Also, if I try to create a new
> project, I get the same response. I have already reinstalled Visual Studio
> in order to help configure it with the Apache server but, it still has the
> same problem. I am currently running Windows Vista and had to disable
> Account Guard temporarily in order to install Apache. If anyone knows what
> I can do to fix the problem I would greatly appreciate it.


Even though this is a Vista NG and you're using the Vista O/S, this is not a
..Net NG. You need to post to a MS.Public.Dotnet NG concerning this.

..Net, Apache, and Vista, that's one h*ll of a combination. :)
 
Re: VB.Net

Damax wrote:
> Can anyone help me?
> I am working on a project for school where I have to create a web
> application in VB.Net. I had to download and install Apache server to
> store my projects on. I have finished projects on the Apache server and
> I can display them in Explorer by using http://localhost but when I try
> to open the projects in Visual Studio(VB.Net), it keeps telling me that
> the project does not exsist on the server. Also, if I try to create a
> new project, I get the same response. I have already reinstalled Visual
> Studio in order to help configure it with the Apache server but, it
> still has the same problem. I am currently running Windows Vista and had
> to disable Account Guard temporarily in order to install Apache. If
> anyone knows what I can do to fix the problem I would greatly appreciate
> it.
>
> Damax


Don't use Apache for VB.NET projects. Use IIS. Even if you CAN run aspx
projects using Apache, correctly configuring the things to work together
is... painful. IIS is probably already installed if you have Visual Studio.
 
Back
Top