agramont
New member
- Joined
- May 21, 2003
- Messages
- 1
Id like to know if I can compile an ASP.NET Application without IIS installed.
Let me explain:
On box A (Windows 2000 Svr), we have an ASP.NET (1.1) application
On box B (our build machine), we want to compile the code from Box A on this machine. This machine is identical to Box A except that it does not have IIS installed.
The Problem:
The project that was created on box A is setup to develop the web service via a connection to the web server (pointed at a virtual directory that points to the files). It seems that VS.NET has a problem with compiling the project (from box b) because it can not connect to the virtual directory.
I know, whats the big deal of having IIS installed on the build machine to get this to work. Weve done that to work around the issue, but it doesnt answer the question.
Can I compile an ASP.NET Application (via Visual Studio.NET 2003) without having IIS installed?
Or do I even need to compile the ASP.NET Application at all? Can I just deploy the application (its done via an MSI Install) and let ASP.NET compile that application after its been deployed and installed?
Let me explain:
On box A (Windows 2000 Svr), we have an ASP.NET (1.1) application
On box B (our build machine), we want to compile the code from Box A on this machine. This machine is identical to Box A except that it does not have IIS installed.
The Problem:
The project that was created on box A is setup to develop the web service via a connection to the web server (pointed at a virtual directory that points to the files). It seems that VS.NET has a problem with compiling the project (from box b) because it can not connect to the virtual directory.
I know, whats the big deal of having IIS installed on the build machine to get this to work. Weve done that to work around the issue, but it doesnt answer the question.
Can I compile an ASP.NET Application (via Visual Studio.NET 2003) without having IIS installed?
Or do I even need to compile the ASP.NET Application at all? Can I just deploy the application (its done via an MSI Install) and let ASP.NET compile that application after its been deployed and installed?