help creating .asp project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to create a VB .asp project in Visual
Studio .NET. When I try to create the project it tells
me it is unable to create:
\\www.drwhome.com\wwwroot$\WebApplication1

This is on a an intranet, and I am using Apache Web
Server 2.x. What do I replace wwwroot$ with to create
the project? Does visual studio work with Apache? or
only IIS?

I've tried:
\\www.drwhome.com\WebApplication1
\\www.drwhome.com\WebRoot\htdocs\WebApplication1
- c:\WebRoot\htdocs is the Apache "DocumentRoot"

If there is a better place to append this, please let me
know.

Thanks for any help
Don
 
Hi anonymous,

I never heard that you could make a vb.net asp project on a Apache server.

As far as I know vb.Net program works (can be made) only with IIS and you
need too the .Net framework.

Cor
 
Cor,

Just wondering whether in the following senario's it would be possible to
run a VB.NET ASP application on an Apache webserver ? :

1. One runs Apache for windows and installs the .NET framework

2. One runs Apache for Unix and installs the Mono-port (www.go-mono.com) of
the NET-framework and compiles the vb.NET program using the Mono-VB.NET
compiler.... (as far as it is already available/working)

Just wondering ....

Jan
 
Back
Top