CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2005
    Posts
    43

    Deploying ASMX file to IIS 6

    Once I have a working ASMX file that goes with an application, but want to move out of Visual Studio to IIS (Windows 2003 / IIS 6), how do I get the ASMX to run on the server?

    Please be detailed yet simple.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Deploying ASMX file to IIS 6

    Have you tried searching bing or google for "How to deploy an ASMX application to IIS6". If you have, please post what you tried and what problems you ran into.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured