IIS question

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

Guest

Hi all,

Is it possible to create a .NET Web application from a machine that doesn't
have IIS installed and reference another IIS?
Thanks in advance,

Roy
 
hi Roy,
you can create an asp.net web application by using a Class Library project
instead of a Web Project in visual studio. let me know if you would like
instructions on how to do this. then you are just compiling a dll and there
is no involvement with a web server.

in fact, many people (myself included) have been annoyed at the way VS ties
in the virtual directory with the project setup, and as such always use
class libraries instead of web projects in VS. the source control
integration is much simpler then also.

then you can deploy your web files via FTP or whatever to the remote web
server, and go from there.

hope this helps
tim
 
sounds very interesting and i currently have some IIS problems
can u provide some URL or brief instructions plz

thanks
 

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