Can a Server Ctrl be developed without IIS running?

  • Thread starter Thread starter David
  • Start date Start date
D

David

Running IIS on the development PC is an inconvenience. Can Server Controls
(or major parts of them) be developed without it? The COM controls can be
developed and tested using a Windows App and then used in Internet Apps.
What about Server Controls? Is IIS the only "server"?
 
Server controls are just a class library which is essentially a dll.
You can develop them without using IIS, however, how are you going to
test them to make sure they work?

However, If you are using VS 2005 you can use the build in web server
that comes with it for testing. This is a way around it.
 

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